Skip to content

Releases: pimalaya/mml

v1.0.0

27 Sep 09:41
v1.0.0
c9ea8ff
Compare
Choose a tag to compare

Changed

  • Bumped mml-lib@v1.0.0.

v0.3.0

20 Sep 14:20
v0.3.0
1684ba7
Compare
Choose a tag to compare

Added

  • Added better diagnostic with ariadne.
  • Added mml interpret options:
    • --include-header to include specific header to the interpreted message (cumulative)
    • --exclude-header to exclude specific header from the interpreted message (cumulative)
    • --include-part to include specific MIME types to the interpreted message (cumulative)
    • --exclude-part to exclude specific MIME types from the interpreted message (cumulative)
    • --show-multiparts to enable interpretation of multiparts
    • --save-attachments to automatically save attachments to directory defined by --save-attachments-dir
    • --save-attachments-dir to define directory attachments should point to
    • --hide-attachments to disable interpretation of all attachments
    • --hide-inline-attachments to disable interpretation of inline attachments only
    • --hide-plain-texts-signature to trim out signature from text plain parts

Changed

  • Bumped mml-lib@v0.4.0.

v0.2.1

30 Aug 08:03
v0.2.1
a939479
Compare
Choose a tag to compare

Changed

  • Improved shell expansion.
  • Use clap derive feature for parsing arguments. patch#44147

v0.2.0

27 Aug 19:28
v0.2.0
43f06f6
Compare
Choose a tag to compare

Changed

  • Bumped mml-lib@v0.2.0.
  • Renamed cargo feature pgp-cmds to pgp-commands.

v0.1.1

27 Aug 08:55
v0.1.1
dba7445
Compare
Choose a tag to compare

Fixed

  • Fixed missing angles when compiling MML containing one of those headers: Message-ID, References, In-Reply-To, Return-Path, Content-ID, Resent-Message-ID.
  • Fixed windows build.

Removed

  • Removed pgp-cmds feature from default ones.

v0.1.0

23 Aug 13:40
v0.1.0
091bc81
Compare
Choose a tag to compare

Added

  • Added compile and interpret feature from mml-lib.