You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected].
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.