[Bug 282612] New: uncontrolled bunch of KMessageBox when i had a connection problem with pop3 resouces

Aleksej suntsu at yandex.ru
Fri Sep 23 12:45:03 BST 2011


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

           Summary: uncontrolled bunch of KMessageBox when i had a
                    connection problem with pop3 resouces
           Product: Akonadi
           Version: unspecified
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: POP3 Resource
        AssignedTo: mcguire at kde.org
        ReportedBy: suntsu at yandex.ru
                CC: vkrause at kde.org, kdepim-bugs at kde.org


Version:           unspecified (using KDE 4.7.0) 
OS:                Linux

void POP3Resource::loginJobResult( KJob *job )
{
  if ( job->error() ) {
    kDebug() << job->error() << job->errorText();
    if ( job->error() == KIO::ERR_COULD_NOT_LOGIN &&
!Settings::self()->storePassword() )
        mAskAgain = true;
    const QString errorString = i18n( "Unable to login to the server %1.",
Settings::self()->host() ) + '\n' + job->errorString();
    cancelSync( errorString );
    KMessageBox::sorry( 0, errorString );
  }
  else {
    advanceState( List );
  }
}

if i leave my computer offline for a whole night this piece of code will fuck
my mind with 100000000 message boxes. How can I turn this feature off ? 


Reproducible: Always

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list