Skip to content

Releases: postalsys/postal-mime

v2.4.3

24 Jan 11:31
dd97a45
Compare
Choose a tag to compare

2.4.3 (2025-01-24)

Bug Fixes

  • TextDecoder: Do not reuse text decoders to avoid spilling data from one instance to another (8b1013e)

v2.4.2

24 Jan 08:12
db3e835
Compare
Choose a tag to compare

2.4.2 (2025-01-24)

Bug Fixes

  • decodeWords: Better handling of decoded words (e0f0047)

v2.4.1

05 Jan 16:14
fbc2513
Compare
Choose a tag to compare

2.4.1 (2025-01-05)

Bug Fixes

v2.4.0

05 Jan 16:09
c4068fa
Compare
Choose a tag to compare

2.4.0 (2025-01-05)

Features

  • attachments: Added new option 'attachmentEncoding' to return attachment content as a string, not arraybuffer (0f7e9df)

v2.3.2

23 Sep 19:52
349d1c8
Compare
Choose a tag to compare

2.3.2 (2024-09-23)

Bug Fixes

  • Modified README to trigger a new release (previous npm publish failed) (f975ef4)

v2.3.1

23 Sep 19:45
d665fbb
Compare
Choose a tag to compare

2.3.1 (2024-09-23)

Bug Fixes

  • message/rfc822: Added option 'forceRfc822Attachments' to handle all message/rfc822 nodes as attachments instead of inline content (bf47621)

v2.3.0

23 Sep 19:32
9e004c6
Compare
Choose a tag to compare

2.3.0 (2024-09-23)

Features

  • Treat message/rfc822 as an attachment for delivery-status and feedback-report (21e6224)

v2.2.9

16 Sep 10:22
e547f29
Compare
Choose a tag to compare

2.2.9 (2024-09-16)

Bug Fixes

  • exports: Define 'default' exports as last for legacy compatibility (a9518c8)

v2.2.8

14 Sep 07:09
99f8613
Compare
Choose a tag to compare

2.2.8 (2024-09-14)

Bug Fixes

  • module: add default to module exports (#56) (4f99ebe)

v2.2.7

31 Jul 10:04
d69a799
Compare
Choose a tag to compare

2.2.7 (2024-07-31)

Bug Fixes

  • rfc822: Only inline message/rfc822 messages if Content-Disposition is (53024de)