Releases: pimalaya/mml
Releases · pimalaya/mml
v1.0.0
v0.3.0
Added
- Added better diagnostic with
ariadne. - Added
mml interpretoptions:--include-headerto include specific header to the interpreted message (cumulative)--exclude-headerto exclude specific header from the interpreted message (cumulative)--include-partto include specific MIME types to the interpreted message (cumulative)--exclude-partto exclude specific MIME types from the interpreted message (cumulative)--show-multipartsto enable interpretation of multiparts--save-attachmentsto automatically save attachments to directory defined by--save-attachments-dir--save-attachments-dirto define directory attachments should point to--hide-attachmentsto disable interpretation of all attachments--hide-inline-attachmentsto disable interpretation of inline attachments only--hide-plain-texts-signatureto trim out signature from text plain parts
Changed
- Bumped
mml-lib@v0.4.0.
v0.2.1
Changed
- Improved shell expansion.
- Use
clapderive feature for parsing arguments. patch#44147
v0.2.0
Changed
- Bumped
mml-lib@v0.2.0. - Renamed cargo feature
pgp-cmdstopgp-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-cmdsfeature from default ones.