[email protected] writes:
Is it just me? Encountering on AOX servers both with paid SSL certs, and Let's Encrypt.

Thanks.

It's not just you and it definitely is an Apple bug. Happily, the workaround is simple.

index cd7084ba..a49e728d 100644
--- a/imap/handlers/capability.cpp
+++ b/imap/handlers/capability.cpp
@@ -96,7 +96,7 @@ EString Capability::capabilities( IMAP * i, bool all )
        c.append( "ESEARCH" );
        c.append( "I18NLEVEL=1" );
    }
-    c.append( "ID" );
+    //c.append( "ID" );
    if ( all || login )
        c.append( "IDLE" );
    if ( all || login )

I've sent some mail.

Arnt

Reply via email to