Bug 211660 - SMTP authentication not discovered when behind STARTTLS
Summary: SMTP authentication not discovered when behind STARTTLS
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.12.2
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-24 16:51 UTC by Gioele Barabucci
Modified: 2015-04-12 09:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gioele Barabucci 2009-10-24 16:51:58 UTC
Version:           1.12.2 (using KDE 4.3.2)
OS:                Linux
Installed from:    Ubuntu Packages

The auto-discovery mechanism of KMail is unable to discover the available authentication mechanisms when they are presented only after a STARTTLS connection.

Once the "Check what the server supports" button is used, TLS is correctly recognised but in the "Advanced" tab everything is grayed out and the message "This server does not support authentication" is displayed. This means that the user cannot change the authentication settings after the button has been pressed.

One of the server that I use requires STARTTLS on the submission port. Here is the output for an EHLO command _before_ STARTTLS:

  EHLO example.com
  250-out.example.com
  250-PIPELINING
  250-SIZE 10240000
  250-VRFY
  250-ETRN
  250-STARTTLS
  250-ENHANCEDSTATUSCODES
  250-8BITMIME
  250 DSN

This is the output of EHLO _after_ STARTTLS:

  EHLO example.com
  250-out.example.com
  250-PIPELINING
  250-SIZE 10240000
  250-VRFY
  250-ETRN
  250-AUTH PLAIN LOGIN
  250-AUTH=PLAIN LOGIN
  250-ENHANCEDSTATUSCODES
  250-8BITMIME
  250 DSN
Comment 1 Laurent Montel 2015-04-12 09:42:10 UTC
Thank you for taking the time to file a bug report.

KMail2 was released in 2011, and the entire code base went through significant changes. We are currently in the process of porting to Qt5 and KF5. It is unlikely that these bugs are still valid in KMail2.

We welcome you to try out KMail 2 with the KDE 4.14 release and give your feedback.