summaryrefslogtreecommitdiffstats
path: root/mailnews/imap/src/nsImapProtocol.h
Commit message (Collapse)AuthorAgeLines
* Bug 1453643 - Enable proper retry on oauth2 authenication failure.Gaming4JC2019-12-30-0/+1
| | | | This prevents mail applications from attempting to use an unauthenticated connection to mailbox(s) and avoid unexpected deletion of local mbox files and subsequent re-download of mailbox content over imap.
* Bug 1507718 - crash in nsImapProtocol::GetMessageSize(). Make ↵Matt A. Tobin2019-11-10-1/+1
| | | | | | m_hostSessionList an nsCOMPtr. Tag #1273
* Bug 344205 - React correctly to NO/BAD tagged response to imap IDLE.Matt A. Tobin2019-11-10-1/+3
| | | | | | User is notifified and IDLE state is not entered if IDLE command fails. Tag #1273
* Bug 1257058 - Distinguish 'empty password' from no password received to ↵Matt A. Tobin2019-11-10-0/+1
| | | | | | avoid shutdown crash. Tag #1273
* Bug 1333038 - Use 'modern' pointers to fix crash due to ↵Matt A. Tobin2019-11-10-1/+1
| | | | | | | | nsMsgLineStreamBuffer object being deleted while still in use. Suspected "use after free" in nsMsgLineStreamBuffer::ReadNextLine() leading to crash since object may be destroyed while still in use on another thread. Tag #1273
* Issue #1258 - Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-05-2/+7
| | | | Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected.
* Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1Matt A. Tobin2019-11-03-0/+764