Version: 1.9.50 (from Trunk) (using Devel) Installed from: Compiled sources Compiler: gcc 4.1.2 OS: Linux In the Add Account Dialog for POP Accounts the "Check what the Server supports" has the following problem: If the Server cannot be found (e.g. no Internet Connnection, server address misspelled, etc...) all Radio Buttons to set the encryption type are disabled (see attached images). It's impossible to set anything manually. When the Window is closed an then the account is edited all options are available again. On the screenshot I lost my wireless connection so the mailserver couldn't be detected.
Created attachment 23675 [details] Before the Check
Created attachment 23676 [details] Error Message
Created attachment 23677 [details] After Checking
I forgot to mention, that the Add Transport Account acts similarly. In this case, there won't be any error message, the Radio Buttons are simply disabled.
SVN commit 778523 by tmcguire: Don't disable the controls for SMTP when the servertest couldn't reach the server. CCBUG: 158247 M +14 -2 transportconfigdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=778523
SVN commit 778524 by tmcguire: Don't disable the controls for POP3 or IMAP authentication when the servertest failed because the server couldn't be reached. BUG:158247 M +20 -2 accountdialog.cpp M +1 -0 accountdialog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=778524