Skip to content

Releases: postalsys/postal-mime

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)

v2.2.6

09 Jul 13:18
0276571
Compare
Choose a tag to compare

2.2.6 (2024-07-09)

Bug Fixes

  • types: Updated type for attachment.content to ArrayBuffer (191524f)

v2.2.5

11 Apr 10:38
1d82d84
Compare
Choose a tag to compare

2.2.5 (2024-04-11)

Bug Fixes

  • types: Fixed Address type (57908e4)