Releases: pimalaya/mml
Releases · pimalaya/mml
v1.0.0
v0.3.0
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
Changed
- Improved shell expansion.
- Use
clap
derive feature for parsing arguments. patch#44147
v0.2.0
Changed
- Bumped
mml-lib@v0.2.0
. - Renamed cargo feature
pgp-cmds
topgp-commands
.
v0.1.1
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.