Skip to content

Releases: maeln/eml-replicator

v0.1.4: Reconnection

16 Feb 14:06
Compare
Choose a tag to compare

This version simply try to reconnect once (and only once for now) if the session return an error when trying to copy an email.

v0.1.3: Better detection of Message-ID.

16 Feb 13:42
Compare
Choose a tag to compare

This version make use of regexp to more reliably detect and randomize the message-id if the option is activated.

v0.1.2: Random message-id and progress bar.

12 Feb 15:58
Compare
Choose a tag to compare

This release include two feature:

  • A progress bar will now be shown to indicate the progression of copying the files to the mailbox
  • Add the --random-message-id param to the cli. This param will change the Message-ID of the email before copying them to the mailbox.

The --random-message-id is a temporary solution. In the future, I would like to make it easy to define function to modify the files before sending them.

v0.1.0: initial release.

15 Jan 12:18
Compare
Choose a tag to compare

This is the initial release with the basic feature: listing and reading files and putting them in the IMAP Mailbox and folder of your choice.