summaryrefslogtreecommitdiffstats
path: root/mailnews
Commit message (Expand)AuthorAgeLines
* Bug 1592407 - Port OAuth2 decoding fix from gData add-on.Matt A. Tobin2019-11-14-1/+1
* Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-12-0/+2
* Bug 1494764 - Removed MOZ_ASSERT but now still process line where it would oc...Matt A. Tobin2019-11-12-22/+45
* Manually revert Bug 1494764 - Removed MOZ_ASSERT but now still process line w...Matt A. Tobin2019-11-12-7/+5
* Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-12-1/+1
* Issue #1258 - Part 10: Remove chat core bitsMatt A. Tobin2019-11-12-64/+5
* Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-12-0/+2
* Issue #1258 - Part 9: Add close-icon class to close button in newmailalert.xulMatt A. Tobin2019-11-11-1/+1
* Bug 726655 - Add null check in nsMsgDBView::GetThreadContainingMsgHdr() to av...Matt A. Tobin2019-11-11-0/+1
* Bug 786683 - check success of GetFilePath() throughout nsMsgBrkMBoxStore.cpp.Matt A. Tobin2019-11-11-7/+12
* Bug 1584473 - Fix several issuesMatt A. Tobin2019-11-11-8/+3
* Bug 1240290Matt A. Tobin2019-11-11-215/+282
* Bug 1580187 - Add null check to avoid crash in nsImapService::NewChannel().Matt A. Tobin2019-11-11-1/+1
* Bugs 1437282, 1438590, 1506587, and 1498795Matt A. Tobin2019-11-11-5/+53
* Bug 1558595Matt A. Tobin2019-11-11-28/+51
* Bug 1315662 - delete SMTP server login credentials when deleting the account ...Matt A. Tobin2019-11-11-18/+47
* Bug 1338715 - Remove Outlook Express importMatt A. Tobin2019-11-11-5794/+0
* Bug 1554098 - deduce RSS media enclosures type from extension when missing.Matt A. Tobin2019-11-11-10/+12
* Bug 1480063 - Remove mimeEncodeSubject (encodeMimePartIIStr_UTF8) from feeds.Matt A. Tobin2019-11-11-22/+1
* Bug 1528496 - Correctly fix Bug 1023285 and utf8 addressing header display fo...Matt A. Tobin2019-11-11-18/+50
* Bug 1423487 - Support multiple authors in RSS feeds.Matt A. Tobin2019-11-11-56/+133
* Bug 1167982 - Do charset detection for all text/* attachments in composition,...Matt A. Tobin2019-11-11-1/+3
* Bug 522450 - Place mail copy on the correct folder when using Reply to ListMatt A. Tobin2019-11-11-0/+1
* Tails 6156 - Fix outdated error handling in accountcreation and remove buggy ...Matt A. Tobin2019-11-11-12/+7
* Bug 971347 - Fix autoconfig vulnerable to active MITM attacks for all domains...Matt A. Tobin2019-11-11-77/+153
* Bug 1020971 - Port bug 1015664: Remove NS_HIDDEN and friends.Matt A. Tobin2019-11-11-33/+0
* Bug 1546840 - Allow GloDa queries for read or unread messagesMatt A. Tobin2019-11-11-0/+2
* Bug 1508054 - reduce exposed API of nsMsgHdr.Matt A. Tobin2019-11-11-41/+53
* Bug 1386601 - experimental patch to investigate Thunderbird topcrash, seriali...Matt A. Tobin2019-11-10-0/+6
* Bug 1495698 - Fix hang when HTML signature references non-existent image.Matt A. Tobin2019-11-10-40/+47
* Bug 1525120 - Fix condition for decoding attachments (base64/qp) when saving ...Matt A. Tobin2019-11-10-5/+4
* Bugs 1507218 and 1528615Matt A. Tobin2019-11-10-44/+132
* Bugs 1402750 and 1490331 - Declare the character set correctly in the 'PGP ad...Matt A. Tobin2019-11-10-4/+4
* Bug 1523048 - when copying a filter, copy its triggering events too (filterTy...Matt A. Tobin2019-11-10-4/+6
* Bug 393302 - Correct memory handling in MAPISendMail() and CMapiImp::SendMail...Matt A. Tobin2019-11-10-143/+25
* Bug 1517464 - Fix crash in SMTP DTOR by properly initializing/testing pointer.Matt A. Tobin2019-11-10-1/+2
* Bug 906469 - fix maildir crash while parsing a folder.Matt A. Tobin2019-11-10-3/+5
* Bugs 1512557 and 1470716 - Convert nsIStringBundle pointers to nsCOMPtrs and ...Matt A. Tobin2019-11-10-21/+10
* Bug 390721 - When parsing headers to cancel an article, also use folded lines.Matt A. Tobin2019-11-10-79/+53
* Bug 809513 - Prevent unread Drafts from showing in new mail notification.Matt A. Tobin2019-11-10-10/+22
* Bug 1271353 - check own email addresses case-insensitively in correspondents ...Matt A. Tobin2019-11-10-3/+25
* Bug 1401858 - add null check to avoid crash in EncodedHeader()/DecodedHeader().Matt A. Tobin2019-11-10-1/+2
* Bug 342632 - Allow defaultAccount to return success with nullptr result when ...Matt A. Tobin2019-11-10-101/+121
* Bug 1508046 - return cleanly in LDAP autocomplete search if we are offline.Matt A. Tobin2019-11-10-2/+2
* Bug 1507718 - crash in nsImapProtocol::GetMessageSize(). Make m_hostSessionLi...Matt A. Tobin2019-11-10-3/+3
* Bug 1320475 - Fix broken controllers for cmd_printcard and cmd_printcardpreview.Matt A. Tobin2019-11-10-0/+5
* Bug 344205 - React correctly to NO/BAD tagged response to imap IDLE.Matt A. Tobin2019-11-10-8/+62
* Bug 1257058 - Distinguish 'empty password' from no password received to avoid...Matt A. Tobin2019-11-10-2/+5
* Bug 1333038 - Use 'modern' pointers to fix crash due to nsMsgLineStreamBuffer...Matt A. Tobin2019-11-10-26/+14
* Bug 1494764 - Removed MOZ_ASSERT but now still process line where it would oc...Matt A. Tobin2019-11-10-6/+8