https://bugs.kde.org/show_bug.cgi?id=290359


Laurent Montel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #1 from Laurent Montel <montel kde org>  2012-01-13 11:35:15 ---
      bool useCrypto = false;
      if ( instance.identifier().contains( IMAP_RESOURCE_IDENTIFIER ) ) {
        OrgKdeAkonadiImapSettingsInterface *iface =
MailCommon::Util::createImapSettingsInterface( instance.identifier() );
        if ( iface->isValid() ) {
          const QString imapSafety = iface->safety();
          useCrypto = ( imapSafety == QLatin1String( "SSL" ) || imapSafety ==
QLatin1String( "STARTTLS" ) );
        }
        delete iface;
      }

If it's a timeout I don't know how to fix this crash and test it.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to