* Use syslog-compatible logging levels in lprintf(); the loglevel chosen
[citadel.git] / citadel / imap_search.c
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2003-12-15 Art Cancro* Added support for "Cc" and "Bcc" IMAP SEARCHes
2003-11-12 Art Cancro* Replaced bmstrcasestr() with a more generic function...
2003-07-27 Art Cancro* Implemented all IMAP date-based search criteria....
2003-07-26 Art Cancro* Implemented a bunch of the IMAP SEARCH keywords
2003-07-26 Art Cancro* tools.c: added bmstrcasestr(), a Boyer-Moore, case...
2003-07-24 Art Cancro* Began implementation of the IMAP SEARCH command....
2003-03-31 Art Cancro* Repaired the formatting of text/plain messages with...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-04-20 Art Cancro* Cosmetic comment cleanup
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-03-05 Art Cancro* IMAP COPY
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-24 Art Cancro* imap
2001-02-21 Art Cancro* Repaired buggy "ALL" macro in IMAP FETCH.
2001-02-13 Art Cancro* imap fetch
2001-01-16 Art Cancro* Changed the MIME parser API *again* because we now...
2000-12-27 Art Cancro* Added a skeleton IMAP "SEARCH" command (based on...