Releases: dezeroku/ses_local_email
Releases · dezeroku/ses_local_email
v0.5.0
v0.4.0
Added
EML Unpack Attachments
- unpack the "inline files" too, with same logic as attachments
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
Added
EML Unpacker
- filter attachments by ContentType, configurable via
ALLOWED_CONTENT_TYPES_REGEX
env variable
S3 monitor
- download to a
.tmp
file and rename after the download is done, to ensure proper operation withfsnotify
listeners
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Added
eml_unpack_attachments
: sanity checks for file type and.eml extension
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Added
eml_unpack_attachments
helper, that monitors local directory for new files and unpacks attachments from it (assuming these are .eml files)
Changed
- Renamed
s3_monitor
go module and docker image:github.com/dezeroku/ses_local_email
->github.com/dezeroku/ses_local_email/s3_monitor
ghcr.io/dezeroku/ses_local_email
->ghcr.io/dezeroku/ses_local_email_s3_monitor
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/dezeroku/ses_local_email/commits/v0.1.0