Skip to content

Releases: dezeroku/ses_local_email

v0.5.0

21 Dec 08:24
121bd69
Compare
Choose a tag to compare

Added

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Oct 19:32
011bda6
Compare
Choose a tag to compare

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

02 Oct 01:01
7cdf0f5
Compare
Choose a tag to compare

Fixed

S3 monitor

  • fix path formatting in downloads

Full Changelog: v0.3.0...v0.3.1

v0.3.0

02 Oct 00:41
601cbd0
Compare
Choose a tag to compare

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 with fsnotify listeners

Full Changelog: v0.2.1...v0.3.0

v0.2.1

01 Oct 22:50
1d140e6
Compare
Choose a tag to compare

Added

  • eml_unpack_attachments: sanity checks for file type and .eml extension

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Oct 22:34
dc729e3
Compare
Choose a tag to compare

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

30 Sep 00:40
67bb115
Compare
Choose a tag to compare