Completed HEADERS_FAST mode, which fetches only the top
authorArt Cancro <ajc@citadel.org>
Thu, 25 Sep 2008 16:29:49 +0000 (16:29 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 25 Sep 2008 16:29:49 +0000 (16:29 +0000)
commite076ea2f997f76f596a7f59defbb0867bf08035a
treed06982c4de093173184b8776a5f09443a34b6e94
parent95d07ef1f9c12eafbe107630716d248ebe3c1c38
Completed HEADERS_FAST mode, which fetches only the top
level headers.  HEADERS_ONLY loads the message body in order to
retrieve the second level headers.  IMAP is using HEADERS_FAST and
Sieve is using HEADERS_ONLY.
citadel/modules/imap/imap_fetch.c
citadel/modules/imap/imap_search.c
citadel/modules/imap/serv_imap.c
citadel/modules/sieve/serv_sieve.c
citadel/msgbase.c