Bug 211019

Summary: hostname not shown in POP3 / TLS error message
Product: [Applications] kmail Reporter: Christian Boltz <kde-bugs>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: axel.braun
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Christian Boltz 2009-10-18 22:54:26 UTC
Version:            (using KDE 4.3.1)
Installed from:    SuSE RPMs

I got this (german) error message when fetching mail:
    Keine Verbindung zu Rechner Der POP3-Server unterstützt kein TLS. 
    Deaktivieren Sie TLS, wenn Sie eine Verbindung ohne Verschlüsselung aufnehmen 
    möchten..

Translated:
No connection to host the POP3 server does not support TLS. Deactivate TLS to start a connection without encryption...

Unfortunately the error message is not very useful for me. I have about 10 accounts spread over 5 servers, and the error message does not show the server name. This means I'll have to test the accounts one by one until I find the broken server.

Please fix the error message - it should include the server and/or account name.
Comment 1 Torgny Nyblom 2009-10-19 09:50:19 UTC
*** Bug 211050 has been marked as a duplicate of this bug. ***
Comment 2 Torgny Nyblom 2009-10-22 15:35:51 UTC
SVN commit 1039000 by tnyblom:

Fix errormessages

BUG: 211019


 M  +8 -8      pop3.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1039000
Comment 3 Axel Braun 2009-10-23 19:04:49 UTC
(In reply to comment #2)
 
>  M  +8 -8      pop3.cpp  

does that also fix the error message for IMAP accounts?
Comment 4 Torgny Nyblom 2009-10-23 19:50:00 UTC
(In reply to comment #3)
> does that also fix the error message for IMAP accounts?

No, but I'm working on that too.