summaryrefslogtreecommitdiff
path: root/mailnews
Commit message (Collapse)AuthorAge
* Issue #1312 - Switch to X-Mailer, and pull from AppInfo instead of HTTP headers.Jeremy Andrews2023-11-14
| | | | | | | | I've been thinking about this issue, and ultimately it's just correcting a mistake Mozilla made that no consumer of UXP's MailNews ever complained about before, so I think it's reasonable to fix the default behavior first, and then let others complain before I start worrying about prefs or ifdefs. One thing at a time.
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
| | | | Basically a S&R. Removed the macro and adjusts IDL codegen accordingly.
* Issue #1656 - Remove more vim control lines.Moonchild2023-05-04
| | | | | | | Vim control lines were re-introduced or not entirely cleaned up. This nukes them again. Removing from embedding, extensions, gfx, hal, ipc, layout, mailnews, media and memory. More to come.
* No issue - [MailNews] Fix build bustage due to recent MIME API changesFranklinDM2023-04-28
|
* MailNews: Re-check availability of OAuth2 when hostname fields modified.Mavridis Philippe2022-12-07
| | | | | | | | | | This is for those cases where the hostnme of the email address is not the actual hostname of the e-mail service (e.g. GMail with a custom domain). This should resolve issue athenian200/epyrus#53. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Issue #1312 - Fix potential crashes in MailNews.Jeremy Andrews2022-07-28
| | | | | | These are straightforward, one-line changes with no obvious dependencies. Probably could have been taken a long time ago. Ref: BZ 1638634, 1606091
* [MailNews] Disable leftover Account Provisioner code.Jeremy Andrews2022-06-06
|
* [MailNews] Allow shift-clicking on Edit As New to edit a message as plaintext.Jeremy Andrews2022-06-04
| | | | Ref: BZ 731688
* No Issue - Epyrus-related platform changes.Jeremy Andrews2022-05-24
| | | | I'm very confident these changes will not impact IceDove-UXP or Pale Moon. What they do is conditionally disable a button that allows people to get a new account from a Mozilla-advertised e-mail provider, and remove the hard-coded OAuth2 keys in favor of a user-controlled preference.
* Issue #1829 - Readd code cleanup that is not Mac related that got clobbered ↵Brian Smith2022-04-26
| | | | by reverting Issue #1751
* Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from ↵Brian Smith2022-04-26
| | | | | | | | | the rest of the tree.” This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals. This reverts commit 6f707bde95dab6998ac204f9ee6c925ee230c740.
* Issue #1829 - Revert “Issue #1751 - Remove Mac code behind ↵Brian Smith2022-04-26
| | | | | | MOZ_WIDGET_TOOLKIT == 'cocoa’” This reverts commit 1fe9c19305dadf2d5bcaa0e589fcd250389dfa8a.
* Issue #21 - Remove remaining telemetry structs, callers and flags.Moonchild2022-04-02
|
* Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'Moonchild2021-06-21
|
* Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.Moonchild2021-05-06
| | | | | This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals.
* [widget] MailNews Followup: Require user interaction when picking files or ↵Gaming4JC2021-02-26
| | | | | | folders v2 98f6ad61f4f3c66209036db4bc7a4ae6ff4d1d3d introduced a boolean, this just passes it down and fixes build bustage of mailnews.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1656 - Part 4: Manual cleanupMoonchild2020-09-23
|
* Issue #1656 - Part 3: Nuke more vim config lines in the tree.Moonchild2020-09-23
| | | | Another S&R run with some smarter matching.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Follow up to 39be34c06 - The check sound be if not orderedMatt A. Tobin2020-07-27
| | | | FINE! I'll go to bed already...
* Revert "Follow up to 39be34c06 - The check sound be if not ordered"Matt A. Tobin2020-07-27
| | | | This reverts commit d7d4567ffee9527aaaf4b975246445305e38ef9d.
* Follow up to 39be34c06 - The check sound be if not orderedMatt A. Tobin2020-07-27
| | | | I am tired.
* Revert "Follow up to 39be34c06 - The check sound be if not ordered"Matt A. Tobin2020-07-27
| | | | This reverts commit 8698bde001373f7d2dd4ecddd80874d683bab32e.
* Follow up to 39be34c06 - The check sound be if not orderedMatt A. Tobin2020-07-27
|
* [MailNews] Allow setting "Local Folders" as always the first displayed accountMatt A. Tobin2020-07-27
|
* [MailNews] Allow ordering of accounts to respect mail.accountmanager.accountsMatt A. Tobin2020-07-27
|
* Bug 1613623 - For IMAP, no longer allow STARTTLS when server sends PREAUTH ↵Gaming4JC2020-06-11
| | | | | | greeting. Tag #1312
* Remove unused mailnews.mozbuildMatt A. Tobin2020-02-28
|
* Correct typo in mailnews/base/src/moz.buildMatt A. Tobin2020-02-28
|
* Issue #65 - Remove AppConstants from mailnews/Matt A. Tobin2020-02-01
|
* Issue #1377 - Fix porting typo in mailnews/base/search/content/searchWidgets.xmlMatt A. Tobin2020-02-01
| | | | 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
|
* Bug 1599054 - allow callers to ommit sending OAuth2 client_secret parameter.Gaming4JC2019-12-30
|
* Bug 1597933 - Use URLSearchParams for setting params for OAuth2 ↵Gaming4JC2019-12-30
| | | | authorization request.
* Bug 1597933 - use fetch + URLSearchParms instead of Http.jsm to request ↵Gaming4JC2019-12-30
| | | | OAuth2 access token.
* Bug 1597933 - don't pass string constants to determine OAuth refresh token ↵Gaming4JC2019-12-30
| | | | or not.
* Bug 1597933 - improve OAuth2 params parsing.Gaming4JC2019-12-30
|
* Bug 1597933 - clean up OAuth2 code: remove responseType which is always code.Gaming4JC2019-12-30
| | | | 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
| | | | 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
| | | | enabled.
* Bug 1571481 - Improve multipart/alternative.Gaming4JC2019-12-02
| | | | | | 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
| | | | | | nsMsgLocalStoreUtils::nsShouldIgnoreFile. Tag #1311
* Bug 1509685 - Add more bounds checking in ↵Gaming4JC2019-12-02
| | | | | | nsMsgDBView::UpdateDisplayMessage() to avoid crashes Tag #1311
* Issue #1258 - Remove remaining chat core bitsadeshkp2019-11-28
| | | This fixes Interlink build on Mac.
* Bug 1592407 - Port OAuth2 decoding fix from gData add-on.Matt A. Tobin2019-11-14
|
* Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-12
| | | | 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
| | | | | | | | 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
| | | | | | where it would occur. Tag #1273
* Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-12
| | | | Fix verifyConfig.js