X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fserv_imap.h;h=5d96ea95d77c37ee952025e3b991cb64553443fd;hb=4a967914a4f4701053ba3a3fb96395b676f83de2;hp=c7e8686e876f8475fa025c1218cf251f4a106620;hpb=7e2c4b5b3ba6175db95d9e567c7310e938c34a9f;p=citadel.git diff --git a/citadel/modules/imap/serv_imap.h b/citadel/modules/imap/serv_imap.h index c7e8686e8..5d96ea95d 100644 --- a/citadel/modules/imap/serv_imap.h +++ b/citadel/modules/imap/serv_imap.h @@ -30,9 +30,8 @@ typedef struct __citimap { citimap_command Cmd; /* our current commandline */ /* Cache most recent RFC822 FETCH because client might load in pieces */ - char *cached_rfc822_data; + StrBuf *cached_rfc822; long cached_rfc822_msgnum; - size_t cached_rfc822_len; char cached_rfc822_withbody; /* 1 = body cached; 0 = only headers cached */ /* Cache most recent BODY FETCH because client might load in pieces */