summaryrefslogtreecommitdiff
path: root/mailnews/mime
Commit message (Collapse)AuthorAge
* 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] Allow shift-clicking on Edit As New to edit a message as plaintext.Jeremy Andrews2022-06-04
| | | | Ref: BZ 731688
* 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 #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.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* 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.
* 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 1584473 - Fix several issuesMatt A. Tobin2019-11-11
| | | | | | | | * 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
| | | | Tag #1273
* Bugs 1437282, 1438590, 1506587, and 1498795Matt A. Tobin2019-11-11
| | | | | | | | | * 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
| | | | Tag #1273
* Bug 1528496 - Correctly fix Bug 1023285 and utf8 addressing header display ↵Matt A. Tobin2019-11-11
| | | | | | for jsmime. Tag #1273
* Bug 1386601 - experimental patch to investigate Thunderbird topcrash, ↵Matt A. Tobin2019-11-10
| | | | | | serializes S/MIME verification. Tag #1273
* Bug 1525120 - Fix condition for decoding attachments (base64/qp) when saving ↵Matt A. Tobin2019-11-10
| | | | | | or forwarding. Tag #1273
* Bugs 1507218 and 1528615Matt A. Tobin2019-11-10
| | | | Tag #1273
* Bugs 1402750 and 1490331 - Declare the character set correctly in the 'PGP ↵Matt A. Tobin2019-11-10
| | | | | | add-on is missing' message. Tag #1273
* Bug 1401858 - add null check to avoid crash in EncodedHeader()/DecodedHeader().Matt A. Tobin2019-11-10
| | | | Tag #1273
* Bug 1416033 - remove some unneeded includes in mailnewsMatt A. Tobin2019-11-10
| | | | Tag #1273
* Bug 1393219 - Code clean-up: Style nits, typos and trailing spacesMatt A. Tobin2019-11-10
| | | | Tag #1273
* Bug 1487082 - Resolve potential for build bustage regarding bad implicit ↵Matt A. Tobin2019-11-10
| | | | | | | | | | | 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 1227761 - Fix logic error in BuildAttachmentList().Matt A. Tobin2019-11-10
| | | | | | First attachment cannot be saved if MIME message has no body part. Tag #1273
* Issue #1258 - Part 3: Make mailnews and friends buildMatt A. Tobin2019-11-03
|
* Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1Matt A. Tobin2019-11-03