github soywod/himalaya v0.6.1

latest releases: v1.0.0-beta.4, latest, v1.0.0-beta.3...
19 months ago

Added

  • Added -s|--sanitize flag for the read command.

Changed

  • Changed the behaviour of the -t|--mime-type argument of the read
    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 and smtp-ssl options to be able to disable
    encryption [#347].
  • Implemented sendmail sender [#351].
  • Fixed process module for MINGW* [#254].

Changed

  • Moved Email::fold_text_plain_parts to Parts::to_readable. It
    take now a PartsReaderOptions as parameter:
    • plain_first: shows plain texts first, switch to html if empty.
    • sanitize: sanitizes or not text bodies (both plain and html).

Fixed

  • Fixed long subject decoding issue [#380].
  • Fixed bad mailbox name encoding from UTF7-IMAP [#370].

Don't miss a new himalaya release

NewReleases is sending notifications on new releases.