* add a way to pass the workbuffers into the RFC-822 decoder, so we don't need to...
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 25 Oct 2010 16:54:16 +0000 (18:54 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 25 Oct 2010 16:55:43 +0000 (18:55 +0200)
commit2f6a26f0bc7aaf5ca2305e0942cf7ef8ff33b7c7
tree403c42ffb3f0e8357de3f9ac4daa7018eb75b298
parente233fe27333966e19124d14058b0d0c1fd6fde0b
* add a way to pass the workbuffers into the RFC-822 decoder, so we don't need to realloc it over and over
* add two temporary buffers to the WC Struct for that purpose
* add session logic to free them, and alloc them on need
libcitadel/lib/libcitadel.h
libcitadel/lib/stringbuf.c
webcit/messages.h
webcit/msg_renderers.c
webcit/webcit.h