Matt A. Tobin
fc672dabc7
Bug 1462316 - fix crash in nsAbView::OnItemAdded().
...
Tag #1273
2019-11-17 00:10:14 +08:00
Matt A. Tobin
3141e9940a
Bug 646901 - add error checking to fix crash in nsMsgXFVirtualFolderDBView::OnSearchHit().
...
dbToUse was null
Rag #1273
2019-11-17 00:10:12 +08:00
Matt A. Tobin
eaac1c967d
Bug 1487082 - Resolve potential for build bustage regarding bad implicit 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
2019-11-17 00:10:10 +08:00
Matt A. Tobin
73af2ce033
Issue #1273 - Remove Telemetry from Gloda
2019-11-17 00:10:09 +08:00
Matt A. Tobin
11084d5e8c
Bug 1427732 - fix newline handling when copying messages and compacting folders.
...
Tag #1273
2019-11-17 00:10:07 +08:00
Matt A. Tobin
f14a669d8b
Bug 1227761 - Fix logic error in BuildAttachmentList().
...
First attachment cannot be saved if MIME message has no body part.
Tag #1273
2019-11-17 00:10:05 +08:00
Matt A. Tobin
87e80be2d1
Bug 1079280 - Don't transmit email when imap append response is bad.
...
This only applies to non-literal+ appends. Bad response typically occurs when {size} parameter of append command is larger than server can accept. This prevents TB from sending megabytes of data to a server that has already rejected it.
Tag #1273
2019-11-17 00:10:04 +08:00
Matt A. Tobin
f7f211f424
Bug 1404049 - fix that mail.imap.use_literal_plus set to false may have no effect.
...
This is because it was only used in response to a CAPABILITY imap request. However, often CAPABILITY response occurs without a request so TB sees no need to do a request. Fix by moving the usage of use_literal_plus to where LITERAL+ capability is actually used.
Tag #1273
2019-11-17 00:10:02 +08:00
Matt A. Tobin
52ff1c8f6b
Bug 1461106 - Remove SMTP password from cache when deleted from password manager to prevent stale connection attempts.
...
Tag #1273
2019-11-17 00:10:00 +08:00
Matt A. Tobin
86d4e9d3a6
Bug 516464 - Remove passwords from cache when password manager contents are changed to prevent stale password attempts.
...
Tag #1273
2019-11-17 00:09:59 +08:00
Matt A. Tobin
d0d5ec75d5
Bug 1328847 - Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where system principal is used.
...
Tag #1273
2019-11-17 00:09:57 +08:00
Matt A. Tobin
1531d6498d
Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support
...
Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected.
2019-11-17 00:09:28 +08:00
Matt A. Tobin
971009881c
Issue #1258 - Part 7: UXP Specific fixes
...
* This includes Bug 1326433 for Janek fallout (ldap already had this fix)
2019-11-17 00:09:17 +08:00
Matt A. Tobin
8c31c0427a
Issue #1258 - Part 5: Only IceDove cares about Thunderbird's baby mode account creation
2019-11-17 00:09:14 +08:00
Matt A. Tobin
0641178442
Issue #1258 - Part 4: Remove Add IM Account from Account Manager
2019-11-17 00:09:12 +08:00
Matt A. Tobin
18ffebc2a1
Issue #1258 - Part 3: Make mailnews and friends build
2019-11-17 00:09:10 +08:00
Matt A. Tobin
e400f4130a
Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1
2019-11-17 00:08:36 +08:00