First Step: chop mimeparser into pieces.
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 26 Nov 2010 00:13:32 +0000 (01:13 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 27 Nov 2010 12:58:51 +0000 (13:58 +0100)
commitbab826bb3fa8649d196208fffb4af8fba1a57544
treeab3e529a54d49ebe53c68282d3707dcd01887b24
parentb063c5c8c89de1e8586dae1c6fade1e68f371165
First Step: chop mimeparser into pieces.

 - move the cluster of buffers into a struct compatible to the CKEY macro
 - add the interesting other evaluated flags & numbers to that struct
 - move finding & parsing of the 'interesting headers' into its own function.

by all this we hope to get informations about the mimepart before we have to search for its end
libcitadel/lib/libcitadel.h
libcitadel/lib/mime_parser.c