summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2023-03-17 10:04:41 +0100
committerMilan Crha <mcrha@redhat.com>2023-03-17 10:04:41 +0100
commitce674b9987b72f23eb2c8c0e50dcb1bba04ca255 (patch)
tree38d6957129df26d62d26b5b8f9139fbdf054685d
parent165546796e4bfa50112056ae5a277f06483cd2ba (diff)
downloadevolution-data-server-ce674b9987b72f23eb2c8c0e50dcb1bba04ca255.tar.gz
I#459 - Camel: POP3's 'UTF8' command blocking login
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/459
-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,