diff options
| author | Sam Varshavchik | 2018-07-15 18:38:42 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2018-07-16 21:21:29 -0400 |
| commit | ddfbbcc7927d5818a55c642ec096dddf73182347 (patch) | |
| tree | a9d1aa987e08242d0ad9f9c9d101f5e292c5371a /rfc2045/rfc2045.h | |
| parent | 60a63d31b29fea54441fa72e59d5712ca31eb01e (diff) | |
| download | courier-libs-ddfbbcc7927d5818a55c642ec096dddf73182347.tar.bz2 | |
courier-imap: implement literal8 element and APPEND UTF8 option.
Diffstat (limited to 'rfc2045/rfc2045.h')
| -rw-r--r-- | rfc2045/rfc2045.h | 2 |
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 */ |
