email flood attack

ALERT ! wish to report an avalanche of emails from godaddy that are overwhelming my email box Tons of email under different names are coming from @registry.godaddy … (saznaj više)

ALERT ! wish to report an avalanche of emails from godaddy that are overwhelming my email box Tons of email under different names are coming from @registry.godaddy every day, the Junk filter is bypassed. A robot must be sending these one-liners using the flood volume as an attack. HELP!

Asked by synthesis international prije 16 minuta

Last reply by Googlethunderbird prije 14 minuta

downloading bios

Hi when i have to download my bios updates i am being forced to use misrosoft edge or chrome none of which i use , so the question is can i use firefox safely thanks . Le… (saznaj više)

Hi when i have to download my bios updates i am being forced to use misrosoft edge or chrome none of which i use , so the question is can i use firefox safely thanks . Lee

Asked by lee prije 1 dan

Last reply by James prije 43 minute

Why are there no extensions in Firefox?

Mozilla's Android app has extension support but Mozilla's iOS app doesn't, I don't know why, I don't want to use Android, the only feature I miss on Android is this Firef… (saznaj više)

Mozilla's Android app has extension support but Mozilla's iOS app doesn't, I don't know why, I don't want to use Android, the only feature I miss on Android is this Firefox feature.

Asked by İbrahim ÖZÇELİK 6 sati prije

Last reply by James 1 sat prije

I DO NOT want Mozilla Thunderbird Email to: Read, compose, send, and permanently delete all my email from Gmail

How many times per day, and over a period of how many years, will it be necessary to tell Mozilla Thunderbird Email that I DO NOT want Mozilla Thunderbird Email to: Read… (saznaj više)

How many times per day, and over a period of how many years, will it be necessary to tell Mozilla Thunderbird Email that I DO NOT want Mozilla Thunderbird Email to:

Read, compose, send, and permanently delete all my email from Gmail

BEFORE THEY WILL STOP ASKING?

Asked by JohnPerna prije 1 mjesec

Last reply by Wayne Mery 3 sata prije

Home Button Feature Implementation

1. When we press Home button in the app toolbar, It opens a new tab and sends the active tab in background instead of closing the tab. The correct working of Home button … (saznaj više)

1. When we press Home button in the app toolbar, It opens a new tab and sends the active tab in background instead of closing the tab. The correct working of Home button is to show Homepage in current tab. For opening new tab, we can use "New Tab" option. Because of this all tabs keep getting stored in background and it's quote irritating.

2. Same for back swipe gesture, the tab gets stored in background instead of closing. For example, I clicked on an Article in Google Feed, it redirects to Firefox, now after reading the article, I swiped back to go back to Google Feed. Now swiping back gesture doesn't close the active tab, instead it stored the tab in background. Because of this too much tabs gets stored in background and need manual effort to remove the tabs.

So, Fix these two features.

Asked by RtR 11 sati prije

Last reply by Paul 8 sati prije

Can somebody please explain how the many "Junk" and "Trash" options work?

I recently moved to using Thunderbird for my emails on an iMac running MacOS High Sierra. I am baffled by the number of email erasure/disposal options I was suddenly pres… (saznaj više)

I recently moved to using Thunderbird for my emails on an iMac running MacOS High Sierra. I am baffled by the number of email erasure/disposal options I was suddenly presented with, namely: 1. A "Trash" folder, with trash bin icon; 2. A "Junk" folder with a flame icon; 3. A "Junk" folder with no icon; 4. A "Junk E-mail" folder with no icon. Confusingly, some of these folders are not provided with an "Empty deleted/junk" option! Can I completely delete folders 3 and 4 (the one without an icon)? And finally, how can I set things up so that the deleted and junk folders are automatically emptied at set intervals?

Many thanks in advance for any assistance!

Asked by stathatos1 prije 3 dana

Last reply by Matt 11 sati prije

Images Broken on Firefox but Fine on Other Browsers

I'm experiencing an issue, when I visit this website in Firefox, some images appear broken, but they display perfectly in other browsers. Has anyone else encountered this… (saznaj više)

I'm experiencing an issue, when I visit this website in Firefox, some images appear broken, but they display perfectly in other browsers. Has anyone else encountered this problem or have any suggestions on how to fix it?

Asked by Atif prije 1 dan

Last reply by jonzn4SUSE 11 sati prije

Display problems with Beta 127 on a Windows ARM PC (Adreno 685 GPU)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when h… (saznaj više)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when hardware acceleration is switched off!

Asked by me267 14 sati prije

Last reply by TyDraniu 12 sati prije

No active hyperlinks.

In general, I like Thunderbird, have used it for years. But if there's one thing that will make me abandon it it's that incoming links are not hyperlinks, they're just te… (saznaj više)

In general, I like Thunderbird, have used it for years. But if there's one thing that will make me abandon it it's that incoming links are not hyperlinks, they're just text. From what I've read, that's deliberate. If not, how do I make incoming links be links? I'm really ready to move on.

Asked by kwlsea1 prije 2 mjeseca

Last reply by MU 20 sati prije

Bookmarks

As of today 5/20/2024 Firefox stopped saving bookmarks. The star turns blue to indicate the bookmark was saved, but when I check the folder in Bookmarks it's not there. … (saznaj više)

As of today 5/20/2024 Firefox stopped saving bookmarks. The star turns blue to indicate the bookmark was saved, but when I check the folder in Bookmarks it's not there.

Asked by thallmike prije 1 dan

Last reply by cor-el 22 sata prije

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (saznaj više)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Asked by jamescobban prije 1 mjesec

Last reply by Paul 22 sata prije

Pop-up blocked

My Firefox is the most recent version 126. I am having trouble with pop-ups being blocked. I have added the website to the pop-up exception list. When I go to the site, i… (saznaj više)

My Firefox is the most recent version 126. I am having trouble with pop-ups being blocked. I have added the website to the pop-up exception list. When I go to the site, it shows me the little icon showing I have added exceptions for this site. However; the pop-up still gets blocked.

The site is: https://www.foxit.com/ I try clicking the Log In drop down then Foxit Account. Before this would pop-up the log in screen for the site but since version 125, it does not. I just updated to version 126 to see if that resolved it before creating this post but it didn't. Thus I am here trying to get help.

Asked by Kevin prije 6 dana

Last reply by cor-el 23 sata prije