* Added a skeleton IMAP "SEARCH" command (based on the FETCH logic)
authorArt Cancro <ajc@citadel.org>
Wed, 27 Dec 2000 05:09:58 +0000 (05:09 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 27 Dec 2000 05:09:58 +0000 (05:09 +0000)
commit7f22c47809a3e10566f791acb7e6cb52197e6626
treeb5919c3a8ac65046bcab5b30ff5aac27fd9bb850
parentb00e5cd36adb5b6cc6c3e81afce7660d4e5ac9d3
* Added a skeleton IMAP "SEARCH" command (based on the FETCH logic)
citadel/ChangeLog
citadel/Makefile.in
citadel/imap_fetch.c
citadel/imap_fetch.h
citadel/imap_search.c [new file with mode: 0644]
citadel/imap_search.h [new file with mode: 0644]
citadel/serv_imap.c