diff options
| author | Sam Varshavchik | 2019-02-24 19:03:57 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2019-02-24 19:03:57 -0500 | 
| commit | 0877c2dea580caaeb10e5394cb859fd6ce6e1b5b (patch) | |
| tree | 735306eec3c1077eb172c646c4b345e5bd5f2506 /imap/pop3d.dist.in.git | |
| parent | 6ec22ca5750d5f6936c558491776fc7532b2b759 (diff) | |
| download | courier-libs-0877c2dea580caaeb10e5394cb859fd6ce6e1b5b.tar.bz2 | |
pop3: New MIME_UNICODE_MESSAGE_TYPE config setting.
Diffstat (limited to 'imap/pop3d.dist.in.git')
| -rw-r--r-- | imap/pop3d.dist.in.git | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/imap/pop3d.dist.in.git b/imap/pop3d.dist.in.git index 17f1e38..788224f 100644 --- a/imap/pop3d.dist.in.git +++ b/imap/pop3d.dist.in.git @@ -181,3 +181,12 @@ POP3DSTART=NO  # MAILDIRPATH - directory name of the maildir directory.  #  MAILDIRPATH=Maildir + +##NAME: MIME_UNICODE_MESSAGE_TYPE:0 +# +# MIME type that wraps Unicode messages for downloading by non-Unicode +# POP3 clients. +# +# This can be changed to "message/rfc822" to accomodate older mail clients. + +MIME_UNICODE_MESSAGE_TYPE="message/global" | 
