| Commit message (Expand) | Author | Age | Lines |
* | Correct typo in mailnews/base/src/moz.build | Matt A. Tobin | 2020-04-14 | -1/+1 |
* | Issue #65 - Remove AppConstants from mailnews/ | Matt A. Tobin | 2020-04-14 | -5/+7 |
* | Issue #1377 - Fix porting typo in mailnews/base/search/content/searchWidgets.xml | Matt A. Tobin | 2020-04-14 | -1/+1 |
* | Issue #1358 - Default to SSL/TLS when using the Account Wizard | Matt A. Tobin | 2020-01-18 | -1/+4 |
* | Bug 1599054 - allow callers to ommit sending OAuth2 client_secret parameter. | Gaming4JC | 2019-12-30 | -2/+21 |
* | Bug 1597933 - Use URLSearchParams for setting params for OAuth2 authorization... | Gaming4JC | 2019-12-30 | -20/+37 |
* | Bug 1597933 - use fetch + URLSearchParms instead of Http.jsm to request OAuth... | Gaming4JC | 2019-12-30 | -32/+32 |
* | Bug 1597933 - don't pass string constants to determine OAuth refresh token or... | Gaming4JC | 2019-12-30 | -10/+16 |
* | Bug 1597933 - improve OAuth2 params parsing. | Gaming4JC | 2019-12-30 | -15/+7 |
* | Bug 1597933 - clean up OAuth2 code: remove responseType which is always code. | Gaming4JC | 2019-12-30 | -9/+6 |
* | Bug 1176399 - Multiple requests for master password when GMail OAuth2 is enab... | Gaming4JC | 2019-12-30 | -21/+80 |
* | Bug 1509685 - Add more bounds checking in nsMsgDBView::UpdateDisplayMessage()... | Gaming4JC | 2019-12-02 | -0/+6 |
* | Issue #1258 - Remove remaining chat core bits | adeshkp | 2019-11-28 | -8/+0 |
* | Bug 1592407 - Port OAuth2 decoding fix from gData add-on. | Matt A. Tobin | 2019-11-14 | -1/+1 |
* | Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-12 | -0/+2 |
* | Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-12 | -1/+1 |
* | Issue #1258 - Part 10: Remove chat core bits | Matt A. Tobin | 2019-11-12 | -61/+2 |
* | Issue #1258 - Part 9: Add close-icon class to close button in newmailalert.xul | Matt A. Tobin | 2019-11-11 | -1/+1 |
* | Bug 726655 - Add null check in nsMsgDBView::GetThreadContainingMsgHdr() to av... | Matt A. Tobin | 2019-11-11 | -0/+1 |
* | Bug 1315662 - delete SMTP server login credentials when deleting the account ... | Matt A. Tobin | 2019-11-11 | -0/+5 |
* | Bug 1423487 - Support multiple authors in RSS feeds. | Matt A. Tobin | 2019-11-11 | -3/+11 |
* | Tails 6156 - Fix outdated error handling in accountcreation and remove buggy ... | Matt A. Tobin | 2019-11-11 | -12/+7 |
* | Bug 971347 - Fix autoconfig vulnerable to active MITM attacks for all domains... | Matt A. Tobin | 2019-11-11 | -73/+116 |
* | Bug 1020971 - Port bug 1015664: Remove NS_HIDDEN and friends. | Matt A. Tobin | 2019-11-11 | -33/+0 |
* | Bug 1523048 - when copying a filter, copy its triggering events too (filterTy... | Matt A. Tobin | 2019-11-10 | -4/+6 |
* | 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 342632 - Allow defaultAccount to return success with nullptr result when ... | Matt A. Tobin | 2019-11-10 | -93/+94 |
* | Bug 1333038 - Use 'modern' pointers to fix crash due to nsMsgLineStreamBuffer... | Matt A. Tobin | 2019-11-10 | -1/+4 |
* | Bug 1442648 - Fix mismatched types in mingw-w64 builds (const char16_t*/char1... | Matt A. Tobin | 2019-11-10 | -5/+5 |
* | Bug 1317117 - call msgStore folder deletion during imap/news empty trash. | Matt A. Tobin | 2019-11-10 | -3/+27 |
* | Bug 1416033 - remove some unneeded includes in mailnews | Matt A. Tobin | 2019-11-10 | -12/+0 |
* | Bug 1393219 - Code clean-up: Style nits, typos and trailing spaces | Matt A. Tobin | 2019-11-10 | -3/+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 | -11/+11 |
* | Bug 1427732 - fix newline handling when copying messages and compacting folders. | Matt A. Tobin | 2019-11-10 | -9/+27 |
* | Bug 516464 - Remove passwords from cache when password manager contents are c... | Matt A. Tobin | 2019-11-10 | -2/+46 |
* | Bug 1328847 - Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where ... | Matt A. Tobin | 2019-11-10 | -2/+2 |
* | Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-05 | -6/+66 |
* | Issue #1258 - Part 7: UXP Specific fixes | Matt A. Tobin | 2019-11-03 | -32/+6 |
* | Issue #1258 - Part 5: Only IceDove cares about Thunderbird's baby mode accoun... | Matt A. Tobin | 2019-11-03 | -5/+5 |
* | Issue #1258 - Part 4: Remove Add IM Account from Account Manager | Matt A. Tobin | 2019-11-03 | -11/+0 |
* | Issue #1258 - Part 3: Make mailnews and friends build | Matt A. Tobin | 2019-11-03 | -1/+1 |
* | Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1 | Matt A. Tobin | 2019-11-03 | -0/+114930 |