Added
- Added
-s|--sanitize
flag for theread
command.
Changed
-
Changed the behaviour of the
-t|--mime-type
argument of theread
command. It is less strict now: if no part is found for the given
MIME type, it will fallback to the other one. For example, giving
-t html
will show in priority HTML parts, but if none of them are
found it will show plain parts instead (and vice versa). -
Sanitization is not done by default when using the
read
command,
the flag-s|--sanitize
needs to be explicitly provided.
Fixed
- Fixed empty text bodies when reading html part on plain text email
[#352].
himalaya-lib [v0.4.0]
Added
- Added pipe support for
(imap|smtp)-passwd-cmd
[#373]. - Added
imap-ssl
andsmtp-ssl
options to be able to disable
encryption [#347]. - Implemented sendmail sender [#351].
- Fixed
process
module forMINGW*
[#254].
Changed
- Moved
Email::fold_text_plain_parts
toParts::to_readable
. It
take now aPartsReaderOptions
as parameter:plain_first
: shows plain texts first, switch to html if empty.sanitize
: sanitizes or not text bodies (both plain and html).