SMTP: does not wait for the "real" response
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
evolution (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
evolution goes on with "mail from" though the "real" response to AUTH PALIN has not received
here a debug protocol
[SMTP] Connecting to server securesmtp.
[SMTP] received: 220-fwd86.
[SMTP] received: 220 T-Online ESMTP receiver securesmtp.
[SMTP] sending: EHLO apt.cache
[SMTP] received: 250-fwd86.
[SMTP] received: 250-SIZE 52428800
[SMTP] received: 250-8BITMIME
[SMTP] received: 250-AUTH=LOGIN PLAIN
[SMTP] received: 250-AUTH LOGIN PLAIN
[SMTP] received: 250-ENHANCEDSTA
[SMTP] received: 250 HELP
[SMTP] sending: AUTH PLAIN ...
[SMTP] received: 235-2.5.0 Authentication successful.
// 235-2.5.0 this is not the end of the response, but evolution goes on with MAIL FROM
[SMTP] Sending with server securesmtp.
[SMTP] sending: MAIL FROM: ...
// and now the real 235 came in and evolution reports an error because it wants a 250
[SMTP] received: 235 2.5.0 Authentifizierung erfolgreich.
Good Morning,
I have the same problem with Evolution 3.42.0 (by Flathub.org) and version 3.36-5.
The log file comes from version 3.36-5 from the package sources of Mint 20.2 Cinnamon.
I just installed this version and set up a t-online account.
Receiving the mails goes without problems, you can not send.
The command I used for the debug output was:
CAMEL-DEBUG = all evolution.
greeting
wolfgang