Re: searching email with regular expressions

2010-04-14 Thread Eric Springer
On Tue, Apr 13, 2010 at 7:23 AM, Nataraj wrote: > Do imap servers like dovecot have the capability to search on regular > expressions?  What about specific email clients. I'm not sure about dovecot, but it's not part of the IMAP standard. > > http://en.wikipedia.org/wiki/Comparison_of_e-mail_cli

Re: searching email with regular expressions

2010-04-12 Thread Bruno Wolff III
On Mon, Apr 12, 2010 at 14:23:29 -0700, Nataraj wrote: > Do imap servers like dovecot have the capability to search on regular > expressions? What about specific email clients. The imap protocol is documented at: http://www.faqs.org/rfcs/rfc3501.html A quick look suggests that regular expres

searching email with regular expressions

2010-04-12 Thread Nataraj
Do imap servers like dovecot have the capability to search on regular expressions? What about specific email clients. http://en.wikipedia.org/wiki/Comparison_of_e-mail_clients seems to indicate that evolution has some type of support for regular expressions. If so, I don't see how to use it.