Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Thunderbird - how to stop check account for new mails?

  • 5 risposte
  • 1 ha questo problema
  • 4 visualizzazioni
  • Ultima risposta di sfhowes

more options

Hello, have the latest version of Thunderbird (102.5.0.) in Windows 11 Pro. I'm using 6 IMAP accounts there.

I want to stop check mails automatically in one account, so I unchecked: - Check for new messages at startup - Check for new messages every 10 minutes - Allow immediate server notifications when new messages arrive

Problem is thunderbird still checks for new mails of that account and shows me notifications. What is bad please?

Tried to clean install of thunderbird, didn't help it. Thank you

Hello, have the latest version of Thunderbird (102.5.0.) in Windows 11 Pro. I'm using 6 IMAP accounts there. I want to stop check mails automatically in one account, so I unchecked: - Check for new messages at startup - Check for new messages every 10 minutes - Allow immediate server notifications when new messages arrive Problem is thunderbird still checks for new mails of that account and shows me notifications. What is bad please? Tried to clean install of thunderbird, didn't help it. Thank you

Tutte le risposte (5)

more options

IMAP doesn't work that way. As mail comes in to the server, they appear in the account.

more options

@david so there is no other way to do that? Want to sync new messages manually only.

more options

Yeah, you seem to be right, at least if you are using a recent Thunderbird version.

From the Thunderbird source code (specifically mailnews/src/nsAutoSyncManager.cpp): + // Get the update time in minutes for each folder of this account/server. + // It will be the user configured biff time for server even if user has + // disabled "Check for new messages every X minutes" for the account. + // Update time will default to 10 minutes if an invalid value is set or + // if there are errors obtaining it. + // Specifically, the value used here is mail.server.serverX.check_time + // or the default mail.server.default.check_time.

you can find the discussion in the following bug - it's a very recent change:

https://bugzilla.mozilla.org/show_bug.cgi?id=1776823

if you understand what is discussed there and think that the change done exceed what is required to fix the original problem, you should comment the bug or file a new one.

more options

With IMAP, you're looking at the server, which is outside Thunderbird control.

more options