Summary: | Failure to transport message, must issue a STARTTLS command first. [Frameworks branch] | ||
---|---|---|---|
Product: | [Applications] kdepimlibs | Reporter: | Dan O. <dan> |
Component: | mailtransport | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | kdepim-bugs |
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepimlibs/8281b312d47ca5fdfc05892efcc7257573afbece | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Setting the encryption option
Radio buttons cleared when the settings are reopened |
Description
Dan O.
2014-12-08 23:03:52 UTC
Created attachment 89875 [details]
Setting the encryption option
Created attachment 89876 [details]
Radio buttons cleared when the settings are reopened
Also, I should add that pressing Auto Detect connects to my server and issues STARTTLS just find, interestingly enough, and sets the TLS encryption option in the settings with port 25. Saving, closing and reopening settings still clears the encryption setting. I had an idea a minute ago.. Adding "encryption=tls" to .config/mailtransports under the transport allows the mail to send successfully! Dumping TCP shows that it establishes the TLS connection perfectly fine, and the mail sends. It bounces from its destination because of bug 341457, but that's outside the scope of this bug. KMail is unable to see this setting, the radio buttons are blank even though it works, which leads me to believe that it can't read or set that particular setting for whatever bizarre reason. This might be an easy fix to somebody more familiar to the code than me, but I'll look through and see if I can submit a patch myself. Git commit 8281b312d47ca5fdfc05892efcc7257573afbece by Montel Laurent. Committed on 09/12/2014 at 12:01. Pushed by mlaurent into branch 'master'. There is a bug with porting as QGroupBox + kconfigwidgets. I need to investigate in KF5 directory For the moment reverse to KButtonGroup => it fix Bug 341681 - Failure to transport message, must issue a STARTTLS command first. [Frameworks branch] M +11 -15 mailtransport/src/ui/smtpsettings_desktop.ui http://commits.kde.org/kdepimlibs/8281b312d47ca5fdfc05892efcc7257573afbece |