summaryrefslogtreecommitdiffstats
path: root/imap/pop3dserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/pop3dserver.c')
-rw-r--r--imap/pop3dserver.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/imap/pop3dserver.c b/imap/pop3dserver.c
index 240184e..079da9e 100644
--- a/imap/pop3dserver.c
+++ b/imap/pop3dserver.c
@@ -1057,6 +1057,15 @@ int c;
continue;
}
+ if (strcmp(p, "UTF8") == 0)
+ {
+ /* XXX workaround for MS Outlook */
+ utf8_enabled=1;
+ printed(printf("+OK UTF8 enabled\r\n"));
+ fflush(stdout);
+ continue;
+ }
+
error:
printed(printf("-ERR Invalid command.\r\n"));
fflush(stdout);