Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1416033 - remove some unneeded includes in mailnews | Matt A. Tobin | 2019-11-10 | -69/+9 |
| | | | | Tag #1273 | |||
* | Bug 1393219 - Code clean-up: Style nits, typos and trailing spaces | Matt A. Tobin | 2019-11-10 | -109/+107 |
| | | | | Tag #1273 | |||
* | Bug 825513 - Fix crash in nsImapProtocol::GetMessageSize() by adding null ↵ | Matt A. Tobin | 2019-11-10 | -32/+21 |
| | | | | | | check for m_runningUrl && m_hostSessionList. Tag #1273 | |||
* | Bug 1462316 - fix crash in nsAbView::OnItemAdded(). | Matt A. Tobin | 2019-11-10 | -0/+3 |
| | | | | Tag #1273 | |||
* | Bug 646901 - add error checking to fix crash in ↵ | Matt A. Tobin | 2019-11-10 | -7/+8 |
| | | | | | | | | nsMsgXFVirtualFolderDBView::OnSearchHit(). dbToUse was null Rag #1273 | |||
* | Bug 1487082 - Resolve potential for build bustage regarding bad implicit ↵ | Matt A. Tobin | 2019-11-10 | -59/+61 |
| | | | | | | | | | | | 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 | |||
* | 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 |
| | | | | Tag #1273 | |||
* | Bug 1227761 - Fix logic error in BuildAttachmentList(). | Matt A. Tobin | 2019-11-10 | -7/+8 |
| | | | | | | First attachment cannot be saved if MIME message has no body part. Tag #1273 | |||
* | Bug 1079280 - Don't transmit email when imap append response is bad. | Matt A. Tobin | 2019-11-10 | -1/+5 |
| | | | | | | 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 | |||
* | Bug 1404049 - fix that mail.imap.use_literal_plus set to false may have no ↵ | Matt A. Tobin | 2019-11-10 | -12/+8 |
| | | | | | | | | 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 | |||
* | Bug 1461106 - Remove SMTP password from cache when deleted from password ↵ | Matt A. Tobin | 2019-11-10 | -2/+46 |
| | | | | | | manager to prevent stale connection attempts. Tag #1273 | |||
* | Bug 516464 - Remove passwords from cache when password manager contents are ↵ | Matt A. Tobin | 2019-11-10 | -10/+54 |
| | | | | | | changed to prevent stale password attempts. Tag #1273 | |||
* | Bug 1328847 - Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where ↵ | Matt A. Tobin | 2019-11-10 | -20/+34 |
| | | | | | | system principal is used. Tag #1273 | |||
* | Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-05 | -23/+176 |
| | | | | Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected. | |||
* | Issue #1258 - Part 7: UXP Specific fixes | Matt A. Tobin | 2019-11-03 | -37/+54 |
| | | | | * 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. Tobin | 2019-11-03 | -6/+6 |
| | | | | account creation | |||
* | 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 | -8/+8 |
| | ||||
* | Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1 | Matt A. Tobin | 2019-11-03 | -0/+416997 |