summaryrefslogtreecommitdiffstats
path: root/imap/pop3d.dist.in.git
diff options
context:
space:
mode:
authorSam Varshavchik2019-02-24 19:03:57 -0500
committerSam Varshavchik2019-02-24 19:03:57 -0500
commit0877c2dea580caaeb10e5394cb859fd6ce6e1b5b (patch)
tree735306eec3c1077eb172c646c4b345e5bd5f2506 /imap/pop3d.dist.in.git
parent6ec22ca5750d5f6936c558491776fc7532b2b759 (diff)
downloadcourier-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.git9
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"