As an extra note, you can fix the bug of not having any trusted SSL CAs, with the following line:
SSL_CTX_set_default_verify_paths( ctx ); added before: G_UNLOCK(init); in the function: SSL_CTX * mn_ssl_init (GError **err) in the file src/mn-ssl.c This modification adds the default system trusted CAs to the list of verification sources OpenSSL will use to check certificates in this app. -- IMAP+SSL/TLS are disabled https://bugs.launchpad.net/bugs/44335 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
