Bug 224671

Summary: Obsolete text in kioslave/smtp/command.cpp (KDE crypto settings module)
Product: [Unmaintained] kio Reporter: Burkhard Lück <lueck>
Component: smtpAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 4.3   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Burkhard Lück 2010-01-28 22:02:05 UTC
Version:            (using Devel)
Installed from:    Compiled sources

kdepimlibs/kioslave/smtp/command.cpp has this user visible string:

"Your SMTP server claims to support TLS, but negotiation was unsuccessful.\n"
"You can disable TLS in KDE using the crypto settings module."

crypto settings module was in kde 3.5, and is no loner in kde 4.x

The only place whith options for security of email is the kmail settings dialog.
Comment 1 Thomas McGuire 2010-02-04 18:17:20 UTC
SVN commit 1085224 by tmcguire:

truth++

BUG: 224671


 M  +1 -2      command.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1085224
Comment 2 Burkhard Lück 2010-02-04 20:48:22 UTC
SVN commit 1085279 by lueck:

fix anothe leftover from 3.5 and use the gui term used in kmail
CCBUG:224671

 M  +2 -3      pop3/pop3.cpp  
 M  +1 -1      smtp/command.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1085279