summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/Store.pm6
Commit message (Collapse)AuthorAge
* Log::Timelinedakkar2019-12-27
| | | | apparently reading from the socket is the slowest bit
* types in Storedakkar2019-12-27
|
* some fixes after manual testingdakkar2019-12-27
|
* skip non-mails based on name, firstdakkar2019-12-27
| | | | this saves us trying to parse stuff that we then wouldn't use
* move scan-dir out of Storedakkar2019-12-27
|
* restructure store, extract serverdakkar2019-12-26
| | | | | | | | | now Store has a set of Index, which actually do the indexing Store also runs the scan-dir (this may not be ideal, but will do for now) Server handles I/O
* look up by refs, not id!dakkar2018-11-09
|
* feature parity!dakkar2018-11-09
|
* fix indentdakkar2018-11-09
|
* in-memory store, and Email classdakkar2018-11-09