aboutsummaryrefslogtreecommitdiff
path: root/worker/maildir/search.go
AgeCommit message (Collapse)Author
2019-09-16Add basic searching to the maildir backendJeffas
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.