| Commit message (Expand) | Author | Age | Lines |
* | Bug 1508054 - reduce exposed API of nsMsgHdr. | Matt A. Tobin | 2019-11-11 | -41/+53 |
* | Bug 1386601 - experimental patch to investigate Thunderbird topcrash, seriali... | Matt A. Tobin | 2019-11-10 | -0/+6 |
* | Bug 1495698 - Fix hang when HTML signature references non-existent image. | Matt A. Tobin | 2019-11-10 | -40/+47 |
* | Bug 1525120 - Fix condition for decoding attachments (base64/qp) when saving ... | Matt A. Tobin | 2019-11-10 | -5/+4 |
* | Bugs 1507218 and 1528615 | Matt A. Tobin | 2019-11-10 | -44/+132 |
* | Bugs 1402750 and 1490331 - Declare the character set correctly in the 'PGP ad... | Matt A. Tobin | 2019-11-10 | -4/+4 |
* | Bug 1523048 - when copying a filter, copy its triggering events too (filterTy... | Matt A. Tobin | 2019-11-10 | -4/+6 |
* | Bug 393302 - Correct memory handling in MAPISendMail() and CMapiImp::SendMail... | Matt A. Tobin | 2019-11-10 | -143/+25 |
* | Bug 1517464 - Fix crash in SMTP DTOR by properly initializing/testing pointer. | Matt A. Tobin | 2019-11-10 | -1/+2 |
* | Bug 906469 - fix maildir crash while parsing a folder. | Matt A. Tobin | 2019-11-10 | -3/+5 |
* | Bugs 1512557 and 1470716 - Convert nsIStringBundle pointers to nsCOMPtrs and ... | Matt A. Tobin | 2019-11-10 | -21/+10 |
* | Bug 390721 - When parsing headers to cancel an article, also use folded lines. | Matt A. Tobin | 2019-11-10 | -79/+53 |
* | Bug 809513 - Prevent unread Drafts from showing in new mail notification. | Matt A. Tobin | 2019-11-10 | -10/+22 |
* | Bug 1271353 - check own email addresses case-insensitively in correspondents ... | Matt A. Tobin | 2019-11-10 | -3/+25 |
* | Bug 1401858 - add null check to avoid crash in EncodedHeader()/DecodedHeader(). | Matt A. Tobin | 2019-11-10 | -1/+2 |
* | Bug 342632 - Allow defaultAccount to return success with nullptr result when ... | Matt A. Tobin | 2019-11-10 | -101/+121 |
* | Bug 1508046 - return cleanly in LDAP autocomplete search if we are offline. | Matt A. Tobin | 2019-11-10 | -2/+2 |
* | Bug 1507718 - crash in nsImapProtocol::GetMessageSize(). Make m_hostSessionLi... | Matt A. Tobin | 2019-11-10 | -3/+3 |
* | Bug 1320475 - Fix broken controllers for cmd_printcard and cmd_printcardpreview. | Matt A. Tobin | 2019-11-10 | -0/+5 |
* | Bug 344205 - React correctly to NO/BAD tagged response to imap IDLE. | Matt A. Tobin | 2019-11-10 | -8/+62 |
* | Bug 1257058 - Distinguish 'empty password' from no password received to avoid... | Matt A. Tobin | 2019-11-10 | -2/+5 |
* | Bug 1333038 - Use 'modern' pointers to fix crash due to nsMsgLineStreamBuffer... | Matt A. Tobin | 2019-11-10 | -26/+14 |
* | Bug 1494764 - Removed MOZ_ASSERT but now still process line where it would oc... | Matt A. Tobin | 2019-11-10 | -6/+8 |
* | Bug 145113 - Make "next chunk starts with newline" flag a member variable to ... | Matt A. Tobin | 2019-11-10 | -9/+12 |
* | Bug 1442648 - Fix mismatched types in mingw-w64 builds (const char16_t*/char1... | Matt A. Tobin | 2019-11-10 | -6/+6 |
* | Bug 1317117 - call msgStore folder deletion during imap/news empty trash. | Matt A. Tobin | 2019-11-10 | -139/+77 |
* | Bug 1444389 - Fix crash in nsImapProtocol::HandleMessageDownLoadLine(). | Matt A. Tobin | 2019-11-10 | -0/+1 |
* | Bug 1216951 - Fix broken handling of split CR and LF between chunks. | Matt A. Tobin | 2019-11-10 | -26/+98 |
* | Revert "Issue #1273 - Remove Telemetry from Gloda" | Matt A. Tobin | 2019-11-10 | -0/+31 |
* | Bug 1416033 - remove some unneeded includes in mailnews | Matt A. Tobin | 2019-11-10 | -69/+9 |
* | Bug 1399756 - (More) Code clean-up: Style nits, typos and trailing spaces | Matt A. Tobin | 2019-11-10 | -21/+21 |
* | Bug 1393219 - Code clean-up: Style nits, typos and trailing spaces | Matt A. Tobin | 2019-11-10 | -109/+107 |
* | Bug 825513 - Fix crash in nsImapProtocol::GetMessageSize() by adding null che... | Matt A. Tobin | 2019-11-10 | -32/+21 |
* | Bug 1462316 - fix crash in nsAbView::OnItemAdded(). | Matt A. Tobin | 2019-11-10 | -0/+3 |
* | Bug 646901 - add error checking to fix crash in nsMsgXFVirtualFolderDBView::O... | Matt A. Tobin | 2019-11-10 | -7/+8 |
* | Bug 1487082 - Resolve potential for build bustage regarding bad implicit conv... | Matt A. Tobin | 2019-11-10 | -69/+71 |
* | Issue #1273 - Remove Telemetry from Gloda | Matt A. Tobin | 2019-11-10 | -31/+0 |
* | Bug 1427732 - fix newline handling when copying messages and compacting folders. | Matt A. Tobin | 2019-11-10 | -30/+63 |
* | Bug 1227761 - Fix logic error in BuildAttachmentList(). | Matt A. Tobin | 2019-11-10 | -7/+8 |
* | Bug 1079280 - Don't transmit email when imap append response is bad. | Matt A. Tobin | 2019-11-10 | -1/+5 |
* | Bug 1404049 - fix that mail.imap.use_literal_plus set to false may have no ef... | Matt A. Tobin | 2019-11-10 | -12/+8 |
* | Bug 1461106 - Remove SMTP password from cache when deleted from password mana... | Matt A. Tobin | 2019-11-10 | -2/+46 |
* | Bug 516464 - Remove passwords from cache when password manager contents are c... | Matt A. Tobin | 2019-11-10 | -10/+54 |
* | Bug 1328847 - Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where ... | Matt A. Tobin | 2019-11-10 | -20/+34 |
* | Merge branch 'master' into mailnews-work | Matt A. Tobin | 2019-11-10 | -48787/+32639 |
|\ |
|
| * | Merge pull request #1277 from adeshkp/remove-adobe-primetime | New Tobin Paradigm | 2019-11-10 | -224/+8 |
| |\ |
|
| | * | Issue #1259 - Part 7. Update tests for Adobe EME removal | adeshkp | 2019-11-10 | -39/+0 |
| | * | Issue #1259 - Part 6. Remobe Adobe EME from Basilisk frontend | adeshkp | 2019-11-10 | -28/+2 |
| | * | Issue #1259 - Part 5. Remove migration path for Adobe GMP storage | adeshkp | 2019-11-10 | -36/+0 |
| | * | Issue #1259 - Part 4. Remove Adobe EME from GMPUtils | adeshkp | 2019-11-10 | -9/+4 |