summaryrefslogtreecommitdiffstats
path: root/mailnews/base
Commit message (Collapse)AuthorAgeLines
* Bug 1509685 - Add more bounds checking in ↵Gaming4JC2019-12-02-0/+6
| | | | | | nsMsgDBView::UpdateDisplayMessage() to avoid crashes Tag #1311
* Issue #1258 - Remove remaining chat core bitsadeshkp2019-11-28-8/+0
| | | This fixes Interlink build on Mac.
* 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
| | | | Ifdef second authOAuth2 string in emailWizard.js
* Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-12-1/+1
| | | | Fix verifyConfig.js
* Issue #1258 - Part 10: Remove chat core bitsMatt A. Tobin2019-11-12-61/+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 ↵Matt A. Tobin2019-11-11-0/+1
| | | | | | avoid crash. Tag #1273
* Bug 1315662 - delete SMTP server login credentials when deleting the account ↵Matt A. Tobin2019-11-11-0/+5
| | | | | | or if hostname/username changes. Tag #1273
* Bug 1423487 - Support multiple authors in RSS feeds.Matt A. Tobin2019-11-11-3/+11
| | | | Tag #1273
* Tails 6156 - Fix outdated error handling in accountcreation and remove buggy ↵Matt A. Tobin2019-11-11-12/+7
| | | | | | debug code Tag #1273
* Bug 971347 - Fix autoconfig vulnerable to active MITM attacks for all ↵Matt A. Tobin2019-11-11-73/+116
| | | | | | domains (including the ones in ISPDB) Tag #1273
* Bug 1020971 - Port bug 1015664: Remove NS_HIDDEN and friends.Matt A. Tobin2019-11-11-33/+0
| | | | Tag #1273
* Bug 1523048 - when copying a filter, copy its triggering events too ↵Matt A. Tobin2019-11-10-4/+6
| | | | | | (filterType). Tag #1273
* Bug 809513 - Prevent unread Drafts from showing in new mail notification.Matt A. Tobin2019-11-10-10/+22
| | | | | | Change mainly affects Windows. However, Linux integration also changed so that it also allows new mail notification to occur for folder with SentMail flag. Tag #1273
* Bug 1271353 - check own email addresses case-insensitively in correspondents ↵Matt A. Tobin2019-11-10-3/+25
| | | | | | column and ignore plus addressing part. Tag #1273
* Bug 342632 - Allow defaultAccount to return success with nullptr result when ↵Matt A. Tobin2019-11-10-93/+94
| | | | | | there is no usable account. Tag #1273
* Bug 1333038 - Use 'modern' pointers to fix crash due to ↵Matt A. Tobin2019-11-10-1/+4
| | | | | | | | 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
* Bug 1442648 - Fix mismatched types in mingw-w64 builds (const ↵Matt A. Tobin2019-11-10-5/+5
| | | | | | | | char16_t*/char16ptr_t). When cross-compiling for Windows on Linux, fix mismatched types in nsMsgImapSearch.cpp. nsString::get() returns a char16ptr_t (with MOZ_USE_CHAR16_WRAPPER) and that causes a mismatch so we cast it to a const char16_t*. usAsciiCharSet is declared as a nsAutoString so we instead declare it as a char16_t* to avoid subsequent type mismatches. Tag #1273
* Bug 1317117 - call msgStore folder deletion during imap/news empty trash.Matt A. Tobin2019-11-10-3/+27
| | | | | | Also factors out some common code into nsMSgDBFolder::Delete(), and makes a couple of incidental changes to try and clarify the responsibilies of nsIMsgPluggableStore::DeleteFolder(). Tag #1273
* Bug 1416033 - remove some unneeded includes in mailnewsMatt A. Tobin2019-11-10-12/+0
| | | | Tag #1273
* Bug 1393219 - Code clean-up: Style nits, typos and trailing spacesMatt A. Tobin2019-11-10-3/+3
| | | | Tag #1273
* Bug 646901 - add error checking to fix crash in ↵Matt A. Tobin2019-11-10-7/+8
| | | | | | | | nsMsgXFVirtualFolderDBView::OnSearchHit(). dbToUse was null Rag #1273
* Bug 1487082 - Resolve potential for build bustage regarding bad implicit ↵Matt A. Tobin2019-11-10-11/+11
| | | | | | | | | | | conversion constructors * Part 1: make conversion CTORs explicit. Minor tweaks to conform with new(ish) static analysis rule which flags up implicit single-argument conversion constructors. * Part 2: fix a couple of double-mRefCnt declaration errors. * Part 3: Fix unsafe use of NS_ConvertASCIItoUTF16(). Tag #1273
* Bug 1427732 - fix newline handling when copying messages and compacting folders.Matt A. Tobin2019-11-10-9/+27
| | | | Tag #1273
* Bug 516464 - Remove passwords from cache when password manager contents are ↵Matt A. Tobin2019-11-10-2/+46
| | | | | | changed to prevent stale password attempts. Tag #1273
* Bug 1328847 - Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where ↵Matt A. Tobin2019-11-10-2/+2
| | | | | | system principal is used. Tag #1273
* Issue #1258 - Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-05-6/+66
| | | | Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected.
* Issue #1258 - Part 7: UXP Specific fixesMatt A. Tobin2019-11-03-32/+6
| | | | * This includes Bug 1326433 for Janek fallout (ldap already had this fix)
* Issue #1258 - Part 5: Only IceDove cares about Thunderbird's baby mode ↵Matt A. Tobin2019-11-03-5/+5
| | | | account creation
* Issue #1258 - Part 4: Remove Add IM Account from Account ManagerMatt A. Tobin2019-11-03-11/+0
|
* Issue #1258 - Part 3: Make mailnews and friends buildMatt A. Tobin2019-11-03-1/+1
|
* Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1Matt A. Tobin2019-11-03-0/+114930