All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
Changed
MaildirEntry::copy
andMaildirEntry::r#move
signatureBoth now return a
Result<Option<PathBuf>>
:Some
when a maildir entry is moved andNone
when it is not moved (for example, when source and destination path are the same).
- Added
Maildirs::remove_all
function
-
Changed
Maildir::remove
behaviourThis function now removes
cur
,new
andtmp
folders without removing the root folder of the current Maildir.
- Changed
Maildirs::iter
item fromMaildir
toMaildirsEntry
- Improved Maildir++ support
- Imported code from https://git.sr.ht/~kmaasrud/maildirpp
- Added basic Nix support
- Added set of Maildir support