
2 Jul
2013
2 Jul
'13
6:29 a.m.
Jason White <jason@jasonjgw.net> writes:
Dovecot performs indexing of all the maildir folders that it accesses, which should help performance on the IMAP server side. You then need a MUA that doesn't download all of the messages whenever you access a folder. If memory serves, Thunderbird does this in order to support better text searching, but obviously this has performance consequences.
You can have (fast) server-side searching with dovecot-solr. (Otherwise it's faster to SSH into the mailserver and use grep -r).