github pimalaya/himalaya v0.7.1

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

Added

  • Added command folders expunge that deletes all emails marked for
    deletion.

Changed

Fixed

  • Fixed broken links in README.md.

Removed

  • Removed the maildir-backend cargo feature, it is now included by
    default.
  • Removed issues section on GitHub, now issues need to be opened by
    sending an email at
    ~soywod/pimalaya@todo.sr.ht.

himalaya-lib v0.6.0

Added

  • Added ability to synchronize specific folders only [#37].
  • Added Backend::expunge function that definitely removes emails
    with the Deleted flag.
  • Added Backend::mark_emails_as_deleted function with a default
    implementation that adds the Deleted flag.

Changed

  • Changed the way emails are deleted. Backend::delete_emails now
    moves the email to the Trash folder (or to the corresponding alias
    from the config file). If the target folder is the Trash folder,
    it will instead add the Deleted flag. Emails are removed with the
    Backend::expunge function.

Fixed

  • Fixed ImapBackend::list_envelopes pagination.
  • Fixed synchronization issues for emails without Message-ID header
    by using the Date header instead.
  • Fixed maildir backend perfs issues by enabling the mmap feature of
    the maildir crate.

Removed

  • Removed the maildir-backend cargo feature, it is now included by
    default.

Don't miss a new himalaya release

NewReleases is sending notifications on new releases.