* fix imap uid fetching:
authorWilfried Göesgens <willi@citadel.org>
Tue, 16 Mar 2010 21:27:26 +0000 (21:27 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 16 Mar 2010 21:27:26 +0000 (21:27 +0000)
commitc54176037fd26a4ec3b8428976d498a33ee0addf
treecd77239df04ed87e785b95d0a3bf4118868cc57c
parent1543c16a9d026d2fc4cab3264a6dd875f3460ee2
* fix imap uid fetching:
  - imap_strip_headers() : fix loading of the line from the buffer
  - imap_strip_headers() : split evaluation for headers_not/headers so we can more easily determine and abort if we want to print the header
  - imap_strip_headers() : if ptr IS StrBufNotNULL we're done reading headers
  - imap_fetch_body() : partial has to be a StrBuf too if its source is; adjust processing accordingly
citadel/modules/imap/imap_fetch.c