Problems creating or renaming folders

I've been reorganizing my folders, and while working on this, I will occasionally find that I can no longer create a new folder or rename an existing one, or, somewhat wo… (read more)

I've been reorganizing my folders, and while working on this, I will occasionally find that I can no longer create a new folder or rename an existing one, or, somewhat worse, when I rename a folder, it will disappear, along with the messages that were in it. The messages that were in the missing folder don't show up in a search, and aren't in trash.

If I close Tbird and quickfilters, and sometimes also restart the computer, the functions again work as they should (but the missing folders do not reappear). Rebuilding the parent folder doesn't recover the missing subfolder. The problem can happen when Tbird is the only open application.

Any idea what can cause this? Or where the missing emails might be?

Thanks Kent

Asked by kentmurray 7 minutes ago

Errors in Sending Email

Greetings: Here is an error message that is now so common that I can no longer send email to any account. Also, I have not been able to send email to any gmail account … (read more)

Greetings: Here is an error message that is now so common that I can no longer send email to any account. Also, I have not been able to send email to any gmail account for last year or two. Please help. Error Message:

"Sending of the message failed. An error occurred while sending mail. The mail server responded: <MattMcKeegan_PLS@proton.me>... Relaying denied: You must check for new mail before sending mail.. Please check the message recipient "MattMcKeegan_PLS@proton.me" and try again."

Thanks. Matt.

Asked by Matt McKeegan 15 minutes ago

can't scroll down popup window

there are often times when I go to websites, usually when I'm logging in or signing up for an account, where they have a pop-up window for me to enter in the information,… (read more)

there are often times when I go to websites, usually when I'm logging in or signing up for an account, where they have a pop-up window for me to enter in the information, which usually also includes a captcha, but for some reason I am unable to scroll up or down, and I'm unable to access a submit button as well, therefore unable to complete the process.

this is on my Kyocera e6920 AT&t version 6.103at with Android 10 and a updated version of Firefox.

Asked by eau de solero 32 minutes ago

unable to post 'for sale' in any group

I belong to almost a dozen regional 'yard sale' groups, and suddenly can no longer post 'for sale' in ANY of them including Marketplace. Yet in the same groups I can post… (read more)

I belong to almost a dozen regional 'yard sale' groups, and suddenly can no longer post 'for sale' in ANY of them including Marketplace. Yet in the same groups I can post and reply to messages

Asked by Roland Irish 45 minutes ago

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… (read more)

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 12 hours ago

Last reply by cor-el 47 minutes ago

  • Solved

Thunderbird 115.10.1 (64-bit) fails to send SMTP messages

Since Thunderbird was upgraded to 115.10.1 (64-bit), it now fails to send SMTP messages with the following error. Sending of the message failed. The message could not be… (read more)

Since Thunderbird was upgraded to 115.10.1 (64-bit), it now fails to send SMTP messages with the following error.

Sending of the message failed. The message could not be sent because the connection to Outgoing server (SMTP) ***.mail.pairserver.com was lost in the middle of the transaction. Try again.

This affects all six(6) accounts in Thunderbird, all of them can receive and edit e-mail messages; however, all of them fail to send e-mail messages.

Prior versions of Thunderbird have worked with this configuration for many years.

Other e-mail clients such as Evolution do not have this issue and I have confirmed with my provider that Thunderbird is no longer sending e-mails.

Any thoughts on how to roll back Thunderbird until this issue is resolved?

Asked by mozilla414 4 hours ago

Answered by mozilla414 1 hour ago

Addressing an email from a mailing list stored in the Personal Address Book

Created several email mailing lists. Stored them in the Personal Address Book (PAB). I'm sorry, but Thunderbird doesn't seem to work like any other email client. How do… (read more)

Created several email mailing lists. Stored them in the Personal Address Book (PAB). I'm sorry, but Thunderbird doesn't seem to work like any other email client. How do I address an email using one of those mailing lists in the PAB. Tried typing the whole name of the mailing list in the To: field. Didn't work. I'm not entirely stupid but it doesn't make sense to me.

Asked by PathMan 1 week ago

Last reply by PathMan 1 hour ago

Thunderbird will not open

Error message 'side by side configuration error'. I've been advised to re-install Thunderbird but not sure if I will lose my many thousands of emails and my address books… (read more)

Error message 'side by side configuration error'. I've been advised to re-install Thunderbird but not sure if I will lose my many thousands of emails and my address books etc.

Asked by lhe92230 1 hour ago

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. … (read more)

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 4 hours ago

Last reply by cor-el 1 hour ago

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… (read more)

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 6 hours ago

Last reply by cor-el 1 hour ago

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… (read more)

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 1 month ago

Last reply by Paul 1 hour ago

Sync issues between apple iPhone mail app and thunderbird on computer

A few months ago If I deleted an email or moved it to another folder - on my apple app for any of the accounts that I also have on thunderbird The changes would sync… (read more)

A few months ago

If I deleted an email or moved it to another folder - on my apple app for any of the accounts that I also have on thunderbird

The changes would sync seamlessly - a few seconds after I deleted or moved an email on my apple iPhone mail app - on my laptop - thunderbird would show the same changes.

The same worked the other way if I deleted or moved an email on thunderbird on my laptop - my iPhone would show the changes in seconds.

However now if I do the same on my iPhone The changes do not show up at all.

BUT if I do the changes on my laptop - they will show on my iPhone. It just doesn’t work if I do the changes on my iPhone.

Is there a reason for this?

Asked by ds218 2 days ago

Last reply by ds218 2 hours ago