* Began implementation of the IMAP SEARCH command. Basically just got the
authorArt Cancro <ajc@citadel.org>
Thu, 24 Jul 2003 04:57:53 +0000 (04:57 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 24 Jul 2003 04:57:53 +0000 (04:57 +0000)
commit8e5a6caa1b7c687ef2fad2c76c06d12d0ed3ae67
treec719b616c93897c4939e9a2af7664ff9d7850119
parent82ede11e9bad54eb36bb9030374e0cf623c66add
* Began implementation of the IMAP SEARCH command.  Basically just got the
  parser working and stubbed all the search criteria.  Next step is to
  implement the functionality of each criterion keyword.
* Implemented the functionality for the ALL (wow!) and UID criteria.
* Mark Crispin is an idiot.
citadel/ChangeLog
citadel/imap_fetch.c
citadel/imap_search.c
citadel/imap_store.c
citadel/serv_imap.c