Releases: postalsys/postal-mime
Releases · postalsys/postal-mime
v2.4.1
2.4.1 (2025-01-05)
Bug Fixes
v2.4.0
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
2.3.2 (2024-09-23)
Bug Fixes
- Modified README to trigger a new release (previous npm publish failed) (f975ef4)
v2.3.1
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
2.3.0 (2024-09-23)
Features
- Treat message/rfc822 as an attachment for delivery-status and feedback-report (21e6224)
v2.2.9
2.2.9 (2024-09-16)
Bug Fixes
- exports: Define 'default' exports as last for legacy compatibility (a9518c8)
v2.2.8
2.2.8 (2024-09-14)
Bug Fixes
- module: add default to module exports (#56) (4f99ebe)
v2.2.7
2.2.7 (2024-07-31)
Bug Fixes
- rfc822: Only inline message/rfc822 messages if Content-Disposition is (53024de)
v2.2.6
2.2.6 (2024-07-09)
Bug Fixes
- types: Updated type for attachment.content to ArrayBuffer (191524f)
v2.2.5
2.2.5 (2024-04-11)
Bug Fixes
- types: Fixed Address type (57908e4)