| Summary: | Sending mail error - "Transport '....' is invalid" | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | tushe |
| Component: | sending | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bjoern, montel |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | 1.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
tushe
2009-11-24 15:31:16 UTC
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 |