summaryrefslogtreecommitdiffstats
path: root/mailnews
Commit message (Collapse)AuthorAgeLines
* Remove unused mailnews.mozbuildMatt A. Tobin2020-02-28-16/+0
|
* Correct typo in mailnews/base/src/moz.buildMatt A. Tobin2020-02-28-1/+1
|
* Issue #65 - Remove AppConstants from mailnews/Matt A. Tobin2020-02-01-5/+7
|
* Issue #1377 - Fix porting typo in mailnews/base/search/content/searchWidgets.xmlMatt A. Tobin2020-02-01-1/+1
| | | | MailNews Core being historically comm tended to avoid defining shorthand for Components.interfaces
* Issue #1358 - Default to SSL/TLS when using the Account WizardMatt A. Tobin2020-01-18-3/+6
|
* Bug 1599054 - allow callers to ommit sending OAuth2 client_secret parameter.Gaming4JC2019-12-30-2/+21
|
* Bug 1597933 - Use URLSearchParams for setting params for OAuth2 ↵Gaming4JC2019-12-30-20/+37
| | | | authorization request.
* Bug 1597933 - use fetch + URLSearchParms instead of Http.jsm to request ↵Gaming4JC2019-12-30-32/+32
| | | | OAuth2 access token.
* Bug 1597933 - don't pass string constants to determine OAuth refresh token ↵Gaming4JC2019-12-30-10/+16
| | | | or not.
* Bug 1597933 - improve OAuth2 params parsing.Gaming4JC2019-12-30-15/+7
|
* Bug 1597933 - clean up OAuth2 code: remove responseType which is always code.Gaming4JC2019-12-30-9/+6
| | | | Response type token is part of the OAuth 2.0 Implicit Flow which is not used in Mail Applications, but also discouraged by the OAuth Working Group: https://developer.okta.com/blog/2019/05/01/is-the-oauth-implicit-flow-dead
* Bug 1453643 - Enable proper retry on oauth2 authenication failure.Gaming4JC2019-12-30-26/+34
| | | | This prevents mail applications from attempting to use an unauthenticated connection to mailbox(s) and avoid unexpected deletion of local mbox files and subsequent re-download of mailbox content over imap.
* Bug 1176399 - Multiple requests for master password when GMail OAuth2 is ↵Gaming4JC2019-12-30-21/+101
| | | | enabled.
* Bug 1571481 - Improve multipart/alternative.Gaming4JC2019-12-02-20/+25
| | | | | | w/ Fixup for 1464056 - Follow-up: rename pref to align with mailnews.p7m_external (which was already in 52.x but missing a single line) Tag #1311
* Bug 1482248 - don't crash on empty file name in ↵Gaming4JC2019-12-02-0/+3
| | | | | | nsMsgLocalStoreUtils::nsShouldIgnoreFile. Tag #1311
* 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
* Bug 1494764 - Removed MOZ_ASSERT but now still process line where it would ↵Matt A. Tobin2019-11-12-22/+45
| | | | | | | | occur. MOZ_ASSERT changed to NS_WARNING. Also correctly handle case where last chunk ends with \r. Tested to make sure that regression identified in Bug 1494764 comment 10 remains fixed and that non-chunked and chunked messages are handled correctly including when \r\n is split between chunks. Tag #1273
* Manually revert Bug 1494764 - Removed MOZ_ASSERT but now still process line ↵Matt A. Tobin2019-11-12-7/+5
| | | | | | where it would occur. Tag #1273
* 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-64/+5
|
* Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-12-0/+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 786683 - check success of GetFilePath() throughout nsMsgBrkMBoxStore.cpp.Matt A. Tobin2019-11-11-7/+12
| | | | Tag #1273
* Bug 1584473 - Fix several issuesMatt A. Tobin2019-11-11-8/+3
| | | | | | | | * Fix undefined HRESULT codes in class CMapiApi in MapiApi.cpp. * Fix doubled up sub-expressions in MIME and MAPI. * Remove broken/unused morkRowCellCursor::MakeCell() Tag #1273
* Bug 1240290Matt A. Tobin2019-11-11-215/+282
| | | | Tag #1273
* Bug 1580187 - Add null check to avoid crash in nsImapService::NewChannel().Matt A. Tobin2019-11-11-1/+1
| | | | Tag #1273
* Bugs 1437282, 1438590, 1506587, and 1498795Matt A. Tobin2019-11-11-5/+53
| | | | | | | | | * strip unnecessary ==== padding in base64 text. * Extension of the characters to be encoded (quoted-printable) according to RFC2047. * Remove unwanted characters from headers. Compact extraneous white space in display name to avoid sender address spoofing. * Be more tolerant of spaces in base64-encoded RFC 2047 tokens. Tag #1273
* Bug 1558595Matt A. Tobin2019-11-11-28/+51
| | | | Tag #1273
* Bug 1315662 - delete SMTP server login credentials when deleting the account ↵Matt A. Tobin2019-11-11-18/+47
| | | | | | or if hostname/username changes. Tag #1273
* Bug 1338715 - Remove Outlook Express importMatt A. Tobin2019-11-11-5794/+0
| | | | Tag #1273
* Bug 1554098 - deduce RSS media enclosures type from extension when missing.Matt A. Tobin2019-11-11-10/+12
| | | | Tag #1273
* Bug 1480063 - Remove mimeEncodeSubject (encodeMimePartIIStr_UTF8) from feeds.Matt A. Tobin2019-11-11-22/+1
| | | | Tag #1273
* Bug 1528496 - Correctly fix Bug 1023285 and utf8 addressing header display ↵Matt A. Tobin2019-11-11-18/+50
| | | | | | for jsmime. Tag #1273
* Bug 1423487 - Support multiple authors in RSS feeds.Matt A. Tobin2019-11-11-56/+133
| | | | 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
* 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-77/+153
| | | | | | 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 1546840 - Allow GloDa queries for read or unread messagesMatt A. Tobin2019-11-11-0/+2
| | | | Tag #1273
* Bug 1508054 - reduce exposed API of nsMsgHdr.Matt A. Tobin2019-11-11-41/+53
| | | | Tag #1273
* Bug 1386601 - experimental patch to investigate Thunderbird topcrash, ↵Matt A. Tobin2019-11-10-0/+6
| | | | | | serializes S/MIME verification. Tag #1273
* Bug 1495698 - Fix hang when HTML signature references non-existent image.Matt A. Tobin2019-11-10-40/+47
| | | | Tag #1273
* Bug 1525120 - Fix condition for decoding attachments (base64/qp) when saving ↵Matt A. Tobin2019-11-10-5/+4
| | | | | | or forwarding. Tag #1273
* Bugs 1507218 and 1528615Matt A. Tobin2019-11-10-44/+132
| | | | Tag #1273
* Bugs 1402750 and 1490331 - Declare the character set correctly in the 'PGP ↵Matt A. Tobin2019-11-10-4/+4
| | | | | | add-on is missing' message. Tag #1273