about summary refs log tree commit homepage
path: root/t/mdir_reader.t
DateCommit message (Collapse)
2021-05-23lei export-kw: new command to export keywords to Maildirs
IMAP will eventually be supported.
2021-02-10use MdirReader in -watch and InboxWritable
MdirReader now handles files in "$MAILDIR/new" properly and is stricter about what it accepts. eml_from_path is also made robust against FIFOs while eliminating TOCTOU races with between stat(2) and open(2) calls.