disappearing emails and drafts

Hi, in the past couple of weeks as I am moving selected emails from my Inbox to their Folders, the remaining emails in the Inbox have disappeared (twice)Most recently thi… (read more)

Hi, in the past couple of weeks as I am moving selected emails from my Inbox to their Folders, the remaining emails in the Inbox have disappeared (twice)Most recently this Monday. I was able to have Yahoo recall /restore many of them Wednesday. Then Today Friday April 26; I selected an email in the Drafts Folder to Edit, by selecting the Edit button and it disappeared.

This all seems ODD. I have not changed any settings or done anything different. I have lots of storage on the Hard Drive. Would you kindly assist yours dennis

Asked by guan.leutsi 1 day ago

iCloud SMTP server always times out when sending an email

Hello, I am trying to send emails from my iCloud account and it always fails due to the SMTP server timing out. I've tried making a new app-specific password, deleting an… (read more)

Hello, I am trying to send emails from my iCloud account and it always fails due to the SMTP server timing out. I've tried making a new app-specific password, deleting and re-adding the account in Thunderbird, and made sure the authentication settings are right, but it still doesn't work. I can connect to the IMAP server just fine.

Asked by William Davis 1 day ago

TB send old invitations after import ics

After importing events from the old ics calendar into the existing CalDav calendar. TB sent invitations out to all attendees, even for past meetings. How to avoid this? … (read more)

After importing events from the old ics calendar into the existing CalDav calendar. TB sent invitations out to all attendees, even for past meetings. How to avoid this?

Asked by Iv Nau 1 day ago

Can't send emails after update

Using windows 10, windows firewall, windows antivirus, Thunderbird 115.9.0 (32-bit) Can't send from Optimum accounts. Error message "Sending of the message failed. An … (read more)

Using windows 10, windows firewall, windows antivirus, Thunderbird 115.9.0 (32-bit)

Can't send from Optimum accounts.

Error message "Sending of the message failed. An error occurred while sending mail. The mail server responded: Spam detected by content scanner. Message rejected (ID 661FD756017B2BC6). Please check the message and try again."

Check outgoing server setting, tried changing authentication method, but got the same error.

Asked by adstern 1 day ago

Last reply by adstern 1 day ago

feeds-json-xxx.corrupt

in my 'podcasts' folder I have ~2 pages of folders of the type feeds.json-xxx.corrupt where xxx is some number, see attached image. With the intention to re-subscribe t… (read more)

in my 'podcasts' folder I have ~2 pages of folders of the type feeds.json-xxx.corrupt where xxx is some number, see attached image.

With the intention to re-subscribe to my feeds later, I have deleted all other folders in my podcasts folder. Trying to simply delete the feeds.json-xxx.corrupt folders did not work. How can I get rid of them?

(I am using the portable version of thunderbird)

Asked by martinbloch 1 day ago

pocket recommends

Hi - I can't get 'pocket recommends' stories to appear in FF on my macbookpro (14.4.1) I've done pretty much everything I can find online including the below – nothing … (read more)

Hi - I can't get 'pocket recommends' stories to appear in FF on my macbookpro (14.4.1)

I've done pretty much everything I can find online including the below – nothing works

ANy ideas?

Type "about:config" in the address bar and press Enter Click "I accept the risk!" to proceed In the search bar, type "browser.newtabpage.activity-stream.feeds.topsites" and press Enter Right-click on the "browser.newtabpage.activity-stream.feeds.topsites" preference and select "Reset" Restart Firefox and open a new tab to see if the Pocket Discover tiles appear.

Asked by martinr2 1 day ago

Last reply by martinr2 1 day ago

macOS - 115.10.1 (64-bit) Keeps being non-responsive

So running thunderbird 115.10.1 (64-bit) and more and more issues: the app keeps getting non-responsive for long period of time, to fix this I have to force quit the … (read more)

So running thunderbird 115.10.1 (64-bit) and more and more issues:

  • the app keeps getting non-responsive for long period of time, to fix this I have to force quit the app.
  • at times when composing an email the app freezes where no typing occurs for seconds or typing is very slow or after typing awhile the text suddenly appears.

Seems to be happening more and more trying to figure out how it can return back to it's rockstar state when it was <99 version.

any help would be appreciated.

Asked by breon 1 day ago

Last reply by breon 1 day ago

saved logins related issue

if I go to any website then during login it doesn't suggest me I'd or username but suggest passwords in password section although I save both of them please correct this … (read more)

if I go to any website then during login it doesn't suggest me I'd or username but suggest passwords in password section although I save both of them please correct this because sometimes it creates turble for me.

Asked by gaurav 1 day ago

2FA Sometimes Only Accepts Hardware Key for Biometrics Instead of Touch ID

When choosing biometrics for 2-factor authentication, sometimes Firefox will only prompt for a physical hardware key, and Touch ID does not work. Support for built-in bio… (read more)

When choosing biometrics for 2-factor authentication, sometimes Firefox will only prompt for a physical hardware key, and Touch ID does not work. Support for built-in biometrics is inconsistent.

For reference, I am using Mac OS Sonoma 14.4.1 with an ARM processor.

Asked by Sarah 1 day ago

Slow Performance for Years

Just switching between inboxes can cause up to a 10 second delay with Thundebird "not responding" with the spinning wheel. It has been like this for the last few laptop… (read more)

Just switching between inboxes can cause up to a 10 second delay with Thundebird "not responding" with the spinning wheel. It has been like this for the last few laptops I've had and through all the updates and I am getting ready to call it quits. I did a performance recording of me just clicking through the different folders and then it locks up on one. You can see it here https://share.firefox.dev/3WlrRi9

I am using a primary gmail imap account, an office 365 imap account, and another imap account from an ISP.

On Win 10 LTSC, CPU: 16 x 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz @ 2304 MHz 10240 KB Cache, MEM: 65277 MB, 60% (39120 MB) free, GFX: NVIDIA GeForce RTX 3080 Laptop GPU 16192 MB

Asked by Mibix 1 day ago

Last reply by Mibix 1 day ago

Mismatched message pane backgrounds - how to fix?

I was able to change some of my message pane background by adding the following to the userContent.css file: /* Thunderbird userContent.css */ @-moz-document url-prefix… (read more)

I was able to change some of my message pane background by adding the following to the userContent.css file:

/* Thunderbird userContent.css */

@-moz-document url-prefix("imap:"),url-prefix("mailbox:"),url-prefix("news:") {

 body {
   background-color: #404552 !important;
 }

} @-moz-document url-prefix("about:blank?compose") {

 body {
   background-color: #404552 !important;
 }

}

I also tried adding the following to my userChrome.css file: /* Message pane */

  1. msgHeaderView {
 background-color: #404552 !important;

}

  1. messagePane {
 background-color: #404552 !important;

}

Why do I still get these two dark gray areas (see attached)? What css do I need to add to get them to be the lighter grey?

Asked by guttermonk 1 day ago

Wrong date shown on email list

Hello, I have just imported my old email from Outlook to TB Local Folders. Everything works out except some of the email (not all) show a wrong date in the email list. T… (read more)

Hello,

I have just imported my old email from Outlook to TB Local Folders. Everything works out except some of the email (not all) show a wrong date in the email list. The date show a future date like 2/7/2101, 6:28 AM. Please check the attached image. Any idea?

Asked by Steve Leung 1 day ago

Firefox HTML Document 0 Bytes Download

I noticed that FireFox downloaded a Firefox HTML Document called GnT6qZGD with a size of 0KB, during this time I had tabs open from both https://wago.io/weakauras and htt… (read more)

I noticed that FireFox downloaded a Firefox HTML Document called GnT6qZGD with a size of 0KB, during this time I had tabs open from both https://wago.io/weakauras and https://www.curseforge.com/

Scanned it with Bitdefender and it was clean and when editing in notepad it is empty and a blank page when accidentally opening it.

Then completed a full system scan and it come up as clean.

I have 2 questions,

1st, Is this still a bug in Firefox that appears to have been reported before? 2nd Should I be concerned about it?

Thank you

Asked by Husker 1 day ago

Last reply by Husker 1 day ago

Search suggestions all but disappeared this week

It used to be that when I typed in the beginning of a URL, Firefox would suggest a massive list of matching URLs from my history that would slowly dwindle as I typed mor… (read more)

It used to be that when I typed in the beginning of a URL, Firefox would suggest a massive list of matching URLs from my history that would slowly dwindle as I typed more, but now I get only three suggestions.

I didn't change anything, so is this a change in Firefox? If so, can it be changed back? Or made an option?

Asked by mr.mattkatz 1 day ago

unread vs unified

I understand the basic differences between unread folders and unified folders what I don't understand is why two of nine my accounts are listed in both unified folders an… (read more)

I understand the basic differences between unread folders and unified folders what I don't understand is why two of nine my accounts are listed in both unified folders and unread (see circled in red) how do I remove the two accounts from unified folders or

add more to it
and what makes it confusing is that the subfolders aren't the same when listed in unified or unread

Asked by TheDragon 1 day ago

Last reply by TheDragon 1 day ago

browser

Thank you for your assistance in advance. Since I updated my browser, I've encountered some issues when trying to maximize the virtual screen in my tv. I use a Mac and co… (read more)

Thank you for your assistance in advance. Since I updated my browser, I've encountered some issues when trying to maximize the virtual screen in my tv. I use a Mac and connect the screen to a web TV to watch YouTube in my big tv. However, when I click to maximize the window, the connection becomes unstable, and the virtual screen disappears every time I click the YouTube icon to do this. This problem never occurred before. I would appreciate your help in resolving this issue. Please let me know if you require any additional information from me.

Asked by A77EXOTICFLOWER 1 day ago

No reminders at all

I have Thunderbird 115.10.1 (32 bit) and Windows 10 Pro, 64 bit. The reminder function quit working...nothing at all I'll add an appointment ask for a reminder, but no… (read more)

I have Thunderbird 115.10.1 (32 bit) and Windows 10 Pro, 64 bit.

The reminder function quit working...nothing at all

I'll add an appointment ask for a reminder, but nothing happens however it used to work

I used to get a reminder email as well as a notice sent to my phone, but now nothing to include the folks I have invited to the event. No reminders for anyone. I have checked Notify Attendees and Separate Invitation per attendee on the Edit Event pop up the by nothing I do seems to work.

The goal is to get the reminder to the phone screen(s) and emails.

Many thanks as I'm lost on this one

Thanks!

Len

Asked by b52srule 1 day ago

UID MOVE failed

Hello, I did look for related posts but found nothing close enough to this so I thought I would create a post. I don't ever recall having this issue before v102 was intro… (read more)

Hello, I did look for related posts but found nothing close enough to this so I thought I would create a post. I don't ever recall having this issue before v102 was introduced but now it happens once in a while but not always.

If I am in the inbox of my main mail account and choose to delete a message, it goes away and then reappears almost immediately. There is a box that shows up at the bottom right of the screen that says: The current operation on inbox did not succeed. The mail server for account (my main mail account is shown) responded: UID MOVE failed. This account is in Canada on the Bell Canada network so perhaps it is an ISP issue?

I have 3 mail accounts set up - all IMAP. If I close TB and reopen it, the message is gone as if it required the program to close in order to complete the delete request.

If anyone has experienced this and has any suggestions or tips, it will be greatly appreciated. - Thanks, Mike

Asked by mike611 2 days ago

Last reply by mike611 1 day ago

(Most) messages suddenly disappeared

Today, most of messages have suddenly disappeared from my TB inbox, leaving only the most recent 105 out of approx. 18,000. I have not performed any operations (compactin… (read more)

Today, most of messages have suddenly disappeared from my TB inbox, leaving only the most recent 105 out of approx. 18,000. I have not performed any operations (compacting, archiving...) that could have caused this.

I immediately invoked the 'Repair Folder' command, which did not resolve the problem. Further investigation revealed that the 'Inbox' file ('Profiles' folder) actually contains only 105 messages - seems like the 'Repair Folder' truncated the file!

Fortunately, all the messages are still on the server. My question: Is there a method to 'force' reloading of the missing messages?

Thanks, Ray

Asked by ray115 1 day ago

Last reply by ray115 1 day ago