> > If everything fails, then you can even try to debug this. Just disable > all the other IMAP accounts and run evolution from a terminal as: > $ CAMEL_DEBUG=imapx:io evolution > and see what is written there. This debug mode writes the raw > communication between the server and the client. To get even more > chatty debugging information run evolution as: > $ CAMEL_DEBUG=imapx evolution >
It looks like it never even gets to do any IMAP stuff: $ CAMEL_DEBUG=imapx evolution >& evo.debug $ more evo.debug java version "1.7.0_65" OpenJDK Runtime Environment (fedora-2.5.2.5.fc20-i386 u65-b17) OpenJDK Server VM (build 24.65-b04, mixed mode) (evolution:11636): evolution-mail-WARNING **: (mail-send-recv.c:1145):receive_update_got_folderinfo: runtime check failed: (info != NULL) (evolution:11636): evolution-mail-WARNING **: receive_update_got_folderinfo: Could not connect to 'imap.mail.me.com:993': Cannot communicate securely with peer: no common encryption algorithm(s). $ And that is it. No IMAP output at all. I'm not an SSL expert, but is there some manual way of instigating the SSL connection with the server to see what algorithms are being offered? P. _______________________________________________ evolution-list mailing list evolution-list@gnome.org To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list