* 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)
commit4749c0d69445c9475aece3211ecef389e6e29c43
tree403c42ffb3f0e8357de3f9ac4daa7018eb75b298
parentfb0d8eecfa90adf93309b8dde607a36603e7c4e6
* 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