summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/camel/providers/pop3/camel-pop3-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camel/providers/pop3/camel-pop3-store.c b/src/camel/providers/pop3/camel-pop3-store.c
index 8aebee58a..8e54d6472 100644
--- a/src/camel/providers/pop3/camel-pop3-store.c
+++ b/src/camel/providers/pop3/camel-pop3-store.c
@@ -686,7 +686,7 @@ pop3_store_authenticate_sync (CamelService *service,
if ((pop3_engine->capa & CAMEL_POP3_CAP_UTF8) != 0 && enable_utf8) {
pcu = camel_pop3_engine_command_new (
pop3_engine, 0, NULL, NULL, cancellable, error,
- "UTF8");
+ "UTF8\r\n");
if (error && *error) {
g_prefix_error (
error,