Version: 1.12.3 (using KDE 4.3.3) OS: Linux Installed from: Fedora RPMs Kmail gives the following error when trying to send message through sending account with name that begins with *space*: Transport '<sending account name>' is invalid Please note that when the error is reported the <sending account name> is printed without the leading *space*. This is easy fixable with removing the leading space character, but still is quite annoying. How to reproduce (always): 1. Create a sending account in kmail with name that has a leading *space* 2. Try to send a message through that account
I confirm it. But we use QString KMMessage::headerField( const QByteArray& aName, EncodingMode encodingMode ) const which remove space in text. Don't know how to fix it.
SVN commit 1179126 by mlaurent: Fix bug #215962 "Sending mail error - "Transport '....' is invalid"" kmail doesn't support transport with a name which has a space at begin. Not easy to fix in kmail => remove begin space BUG: 215962 M +1 -1 addtransportdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1179126
SVN commit 1179127 by mlaurent: Fix bug #215962 "Sending mail error - "Transport '....' is invalid"" kmail doesn't support transport with a name which has a space at begin. Not easy to fix in kmail => remove begin space BUG: 215962 M +1 -1 addtransportdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1179127