releases-comm-central/mailnews/imap
Ben Campbell 084affa87a Bug 1774952 - Don't attempt to read non-offline messages in nsImapMailFolder::CopyMessagesOffline(). r=mkmelin
nsImapMailFolder::CopyMessagesOffline() was calling GetMsgInputStream() for
for non-offline messages, even if the message wasn't marked offline.

This patch also:
- moves a few local vars closer to where they are used
- tightens error checking and recovery

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

--HG--
extra : moz-landing-system : lando
2022-06-22 03:59:41 +00:00
..
public Bug 1762688 - Enable test_mailboxes for imap-js. r=mkmelin 2022-06-07 00:21:52 +00:00
src Bug 1774952 - Don't attempt to read non-offline messages in nsImapMailFolder::CopyMessagesOffline(). r=mkmelin 2022-06-22 03:59:41 +00:00
test Bug 1762690 - Support STARTTLS in ImapClient.jsm and enable test_starttlsFailure.js. r=mkmelin 2022-06-21 13:23:37 +03:00