Summary: | kmail does not notify the user that the pop3 server does not exist | ||
---|---|---|---|
Product: | [Applications] kdepimlibs | Reporter: | S. Burmeister <sven.burmeister> |
Component: | mailtransport | Assignee: | Tom Albers <toma> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdepim-bugs, lemma, mcguire, montel |
Priority: | NOR | Keywords: | triaged |
Version: | SVN trunk | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
S. Burmeister
2008-03-12 23:49:42 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. I can confirm this bug on trunk r948809. Still valid in trunk 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 We can't backport to kde4.4 because it adds a new i18n But now it fixed in trunk Reopening, It produces false positives, for example on imap.gmail.com. Assigning to Tom on his request. 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 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 |