Moved to new module init structure.
[citadel.git] / citadel / imap_search.c
2007-07-26 Dave WestMoved to new module init structure.
2007-06-01 Art CancroFixed the semantics of UID SEARCH. The semantics are now
2007-01-25 Art CancroIMAP SEARCH - more internal validation to avoid crashing
2006-03-07 Art CancroIMAP SEARCH HEADER now works. It's very inefficient...
2006-03-06 Art CancroIMAP SEARCH now checks against both display name and...
2005-10-12 Art Cancro* imap_search.c: when fulltext index is enabled, avoid...
2005-09-16 Art Cancro* CC: support for message creation, and IMAP. Not...
2005-09-09 Art Cancro* New bmstrcasestr() function to perform very fast...
2005-09-09 Art Cancro* Removed the bmstrstr() function, and replaced all...
2005-07-09 Art Cancro* Removed trailing space at the end of the list of...
2005-05-22 Art Cancro* Full text indexer is now switchable on/off
2005-05-19 Art Cancro* Bound the full text index to IMAP search
2005-05-04 Art Cancro*** empty log message ***
2005-04-22 Art Cancro* is_msg_is_mset() has been renamed to is_msg_in_sequen...
2005-03-02 Art Cancro* Toned down some of the hostility in the code's commen...
2004-09-28 Art Cancro* Improve output of RECENT flag in IMAP
2004-09-21 Art Cancro* Tweaks to above
2004-09-21 Art Cancro* imap_search.c: when search criteria permit, do not...
2004-06-16 Art Cancro* Scheduler fix ... added the rescan pipe back in
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
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...