summaryrefslogtreecommitdiffstats
path: root/mailnews/compose
Commit message (Collapse)AuthorAgeLines
* Bug 1240290Matt A. Tobin2019-11-11-11/+0
| | | | Tag #1273
* Bug 1315662 - delete SMTP server login credentials when deleting the account ↵Matt A. Tobin2019-11-11-18/+42
| | | | | | or if hostname/username changes. Tag #1273
* Bug 1528496 - Correctly fix Bug 1023285 and utf8 addressing header display ↵Matt A. Tobin2019-11-11-8/+5
| | | | | | for jsmime. Tag #1273
* Bug 1167982 - Do charset detection for all text/* attachments in ↵Matt A. Tobin2019-11-11-1/+3
| | | | | | composition, not just text/plain. Tag #1273
* Bug 522450 - Place mail copy on the correct folder when using Reply to ListMatt A. Tobin2019-11-11-0/+1
| | | | | | This bug never landed in c-c Tag #1273
* Bug 1495698 - Fix hang when HTML signature references non-existent image.Matt A. Tobin2019-11-10-40/+47
| | | | Tag #1273
* Bug 1517464 - Fix crash in SMTP DTOR by properly initializing/testing pointer.Matt A. Tobin2019-11-10-1/+2
| | | | Tag #1273
* Bug 342632 - Allow defaultAccount to return success with nullptr result when ↵Matt A. Tobin2019-11-10-4/+11
| | | | | | there is no usable account. Tag #1273
* Bug 1333038 - Use 'modern' pointers to fix crash due to ↵Matt A. Tobin2019-11-10-2/+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
* Bug 1442648 - Fix mismatched types in mingw-w64 builds (const ↵Matt A. Tobin2019-11-10-1/+1
| | | | | | | | 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 1393219 - Code clean-up: Style nits, typos and trailing spacesMatt A. Tobin2019-11-10-1/+1
| | | | Tag #1273
* Bug 1487082 - Resolve potential for build bustage regarding bad implicit ↵Matt A. Tobin2019-11-10-5/+7
| | | | | | | | | | | 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 1461106 - Remove SMTP password from cache when deleted from password ↵Matt A. Tobin2019-11-10-1/+45
| | | | | | manager to prevent stale connection attempts. Tag #1273
* Bug 516464 - Remove passwords from cache when password manager contents are ↵Matt A. Tobin2019-11-10-1/+1
| | | | | | 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-11/+18
| | | | | | system principal is used. Tag #1273
* Issue #1258 - Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-05-2/+50
| | | | Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected.
* Issue #1258 - Part 7: UXP Specific fixesMatt A. Tobin2019-11-03-0/+24
| | | | * This includes Bug 1326433 for Janek fallout (ldap already had this fix)
* Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1Matt A. Tobin2019-11-03-0/+32695