aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-search.c
Commit message (Expand)AuthorAgeFilesLines
* When doing a contains match, split the words and perform an and on it.Not Zed2002-04-181-4/+35
* If (body-contains) is not passed any arguments, return empty/false. FixesNot Zed2002-04-051-1/+1
* Rewritten to use a cache for body searches when online. Will need someNot Zed2002-01-141-104/+370
* If we can't retrieve the message, ignore it, it can't match.02001-10-301-4/+8
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Implement.92001-10-101-4/+41
* Optimize the match "" case.Jeffrey Stedfast2001-05-241-17/+30
* Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-021-7/+3
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-1/+2
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-251-2/+2
* New header to prevent recursive #include problemsDan Winship2001-01-111-0/+1
* Minor compilation fixes.Michael Zucci2000-12-241-4/+3
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-6/+26
* New CamelFolderSearch subclass that just reimplements body_contains (usingDan Winship2000-12-221-0/+131