Bug 185321

Summary: kmail - unknown computer ...: Unknown error
Product: [Applications] kmail Reporter: xzill <buxzillreport>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: stevenvollom, tytower, vdboor
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description xzill 2009-02-23 11:32:54 UTC
Version:            (using KDE 4.1.3)
OS:                Linux
Installed from:    SuSE RPMs

kontact - kmail - unknown computer ...: Unknown error

starting kontact - kmail without connected to the internet, for each account it raises a single error-box, (should be all in one box and non-modal), these errors shouldn't appear because all accounts are marked for manual download
(Unbekannter Rechner imap.xxx.xx: Unknown error)
these errors appear even in offline mode
Comment 1 Thomas McGuire 2009-03-19 00:13:56 UTC
I'm pretty sure there is already a bug report about this. It is a kdelibs bug, the error message is wrong.
Comment 2 Christophe Marin 2009-08-17 16:13:19 UTC
*** Bug 181427 has been marked as a duplicate of this bug. ***
Comment 3 Christophe Marin 2009-08-17 16:14:27 UTC
*** Bug 204176 has been marked as a duplicate of this bug. ***
Comment 4 Christophe Marin 2009-08-17 16:15:07 UTC
*** Bug 194471 has been marked as a duplicate of this bug. ***
Comment 5 Martin Koller 2009-09-13 18:06:55 UTC
SVN commit 1022949 by mkoller:

BUG: 185321

make sure that a timeout on connect returns the correct errorString
instead of "Unknown Error"


 M  +4 -0      ktcpsocket.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1022949
Comment 6 Martin Koller 2009-09-13 18:07:25 UTC
SVN commit 1022951 by mkoller:

Backport r1022949 by mkoller from trunk to the 4.3 branch:

CCBUG: 185321

make sure that a timeout on connect returns the correct errorString
instead of "Unknown Error"



 M  +4 -0      ktcpsocket.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1022951