Bug 159219 - kmail does not notify the user that the pop3 server does not exist
Summary: kmail does not notify the user that the pop3 server does not exist
Status: RESOLVED FIXED
Alias: None
Product: kdepimlibs
Classification: Applications
Component: mailtransport (show other bugs)
Version: SVN trunk
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Tom Albers
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2008-03-12 23:49 UTC by S. Burmeister
Modified: 2010-05-14 00:34 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S. Burmeister 2008-03-12 23:49:42 UTC
Version:            (using Devel)
OS:                Linux

If I enter pop3.1und1.de as pop-server and use "check what the server supports" it does not tell me anything although that host does not exist.
Comment 1 S. Burmeister 2008-10-29 10:13:05 UTC
If I try to send an email with that server I am told that the sending failed, but not that the server URL is wrong, i.e. does not exist.
Comment 2 Michael Leupold 2009-04-04 10:59:21 UTC
I can confirm this bug on trunk r948809.
Comment 3 Laurent Montel 2010-04-27 13:23:34 UTC
Still valid in trunk
Comment 4 Laurent Montel 2010-04-27 14:02:03 UTC
SVN commit 1119563 by mlaurent:

Emit signal when we failed to connect to server
BUG: 159219


 M  +1 -0      servertest.cpp  
 M  +5 -1      servertest.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1119563
Comment 5 Laurent Montel 2010-04-27 14:03:25 UTC
We can't backport to kde4.4 because it adds a new i18n
But now it fixed in trunk
Comment 6 Thomas McGuire 2010-05-13 15:00:53 UTC
Reopening, It produces false positives, for example on imap.gmail.com.
Assigning to Tom on his request.
Comment 7 Tom Albers 2010-05-14 00:33:12 UTC
SVN commit 1126429 by toma:

Change the servertest to use two getters for the information about if the server is available.
CCBUG: 159219


 M  +19 -2     servertest.cpp  
 M  +12 -7     servertest.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1126429
Comment 8 Tom Albers 2010-05-14 00:34:33 UTC
SVN commit 1126431 by toma:

Adjust the resources to the new api.
BUG=159219


 M  +3 -7      imap/setupserver.cpp  
 M  +0 -1      imap/setupserver.h  
 M  +4 -7      pop3/accountdialog.cpp  
 M  +0 -1      pop3/accountdialog.h  


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