[Bug 290359] KMail crashes at startup

Laurent Montel montel at kde.org
Fri Jan 13 11:35:16 GMT 2012


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


Laurent Montel <montel at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |montel at kde.org




--- 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.



More information about the Kdepim-bugs mailing list