* migrate append to StrBuf; switch the lineconverter out to stringbuf
[citadel.git] / citadel / modules / imap / serv_imap.h
index 27ace03bf049f32648d5889f4b84535b48bb07e3..ee7d683084cecfe6ce8988ef7af41db2b07b930d 100644 (file)
@@ -24,8 +24,7 @@ struct citimap {
        time_t last_mtime;              /* For checking whether the room was modified... */
        long *msgids;
        unsigned int *flags;
-       char *transmitted_message;      /* for APPEND command... */
-       size_t transmitted_length;
+       StrBuf *TransmittedMessage;     /* for APPEND command... */
 
        /* Cache most recent RFC822 FETCH because client might load in pieces */
        char *cached_rfc822_data;