about summary refs log tree commit diff stats
path: root/worker/maildir/search.go
Commit message (Collapse)AuthorAgeFilesLines
* Add basic searching to the maildir backendJeffas2019-09-161-0/+245
Basic searching is supported with the following: - read messages - unread messages - from addresses - text in body - text in subject - text in all The implementation loops through all messages in the selected directory. It tries to be smart by detecting which parts of each message the search query needs to use and only loads these from the filesystem.