releases-comm-central/mailnews/local
Magnus Melin f55117201f Bug 1796903 - TB ignores POP3 message UIDL - messages are being downloaded twice or more times - if delete from server is set. r=rnons
We're spinning the event loop in markMessages() waiting for _uidlMap to be set. But inside _loadUidlState there is internal waiting after _uidlMap is set.
Set _uidlMap late enough that there won't be any internal async functionality after it.

Differential Revision: https://phabricator.services.mozilla.com/D160007

--HG--
extra : amend_source : 9e1a1fda4164fbe49968c5a0066d80804afbf8b9
2022-10-24 21:30:28 +11:00
..
public Bug 196584 - remove leftovers of pop3 dot-stuffing (dotFix, dot_fix). r=rnons 2022-10-11 11:31:20 +11:00
src Bug 1796903 - TB ignores POP3 message UIDL - messages are being downloaded twice or more times - if delete from server is set. r=rnons 2022-10-24 21:30:28 +11:00
test Bug 1792869 - Convert XPCOMUtils imports to esm in mailnews/. r=mkmelin 2022-10-12 21:41:55 +11:00