summaryrefslogtreecommitdiffstats
path: root/rfc2045
diff options
context:
space:
mode:
authorSam Varshavchik2018-07-15 18:38:42 -0400
committerSam Varshavchik2018-07-16 21:21:29 -0400
commitddfbbcc7927d5818a55c642ec096dddf73182347 (patch)
treea9d1aa987e08242d0ad9f9c9d101f5e292c5371a /rfc2045
parent60a63d31b29fea54441fa72e59d5712ca31eb01e (diff)
downloadcourier-libs-ddfbbcc7927d5818a55c642ec096dddf73182347.tar.bz2
courier-imap: implement literal8 element and APPEND UTF8 option.
Diffstat (limited to 'rfc2045')
-rw-r--r--rfc2045/rfc2045.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rfc2045/rfc2045.h b/rfc2045/rfc2045.h
index 90c2b56..87773d9 100644
--- a/rfc2045/rfc2045.h
+++ b/rfc2045/rfc2045.h
@@ -60,6 +60,8 @@ struct rfc2045 {
unsigned rfcviolation; /* Boo-boos */
#define RFC2045_ERR8BITHEADER 1 /* 8 bit characters in headers */
+ /* But this is now OK, in UTF8 mode */
+
#define RFC2045_ERR8BITCONTENT 2 /* 8 bit contents, but no 8bit
content-transfer-encoding */
#define RFC2045_ERR2COMPLEX 4 /* Too many nested contents */