add StrBufRFC2047encodeMessage which does quoted printeable encoding for a message.
[citadel.git] / libcitadel / lib / libcitadel.h
index dbe302f7b9e4a2a9420440f2e4d61b3244ea1749..4e8500293205b54de9f6bccdc8bcbc486d4f34a6 100644 (file)
@@ -339,6 +339,7 @@ void StrBuf_RFC822_to_Utf8(StrBuf *Target, const StrBuf *DecodeMe, const StrBuf*
 
 int StrBufDecodeBase64(StrBuf *Buf);
 int StrBufDecodeHex(StrBuf *Buf);
+StrBuf *StrBufRFC2047encodeMessage(const StrBuf *EncodeMe);
 int StrBufRFC2047encode(StrBuf **target, const StrBuf *source);
 StrBuf *StrBufSanitizeEmailRecipientVector(const StrBuf *Recp, 
                                           StrBuf *UserName,