We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.15.0
Current behavior:
220 my-server ESMTP Service Ready EHLO localhost 250-Hello localhost 250-PIPELINING 250-8BITMIME 250-ENHANCEDSTATUSCODES 250-CHUNKING 250-AUTH PLAIN LOGIN 250 SIZE AUTH LOGIN 334 VXNlcm5hbWU6 *** 334 UGFzc3dvcmQ6 *** 235 2.0.0 Authentication succeeded MAIL FROM: [email protected] 250 2.0.0 Roger, accepting mail from <[email protected]> RCPT TO: [email protected] 250 2.0.0 I'll make sure <[email protected]> gets this AUTH LOGIN 334 VXNlcm5hbWU6 *** 334 UGFzc3dvcmQ6 *** 235 2.0.0 Authentication succeeded
Expected behavior:
220 my-server ESMTP Service Ready EHLO localhost 250-Hello localhost 250-PIPELINING 250-8BITMIME 250-ENHANCEDSTATUSCODES 250-CHUNKING 250-AUTH PLAIN LOGIN 250 SIZE AUTH LOGIN 334 VXNlcm5hbWU6 *** 334 UGFzc3dvcmQ6 *** 235 2.0.0 Authentication succeeded MAIL FROM: [email protected] 250 2.0.0 Roger, accepting mail from <[email protected]> RCPT TO: [email protected] 250 2.0.0 I'll make sure <[email protected]> gets this AUTH LOGIN 503 5.5.1 Error: already authenticated
Reference: emersion/go-smtp-proxy#9 (comment)
The text was updated successfully, but these errors were encountered:
df83e63
Thanks for the fix, @foxcpp!
Sorry, something went wrong.
foxcpp
No branches or pull requests
v0.15.0
Current behavior:
Expected behavior:
Reference: emersion/go-smtp-proxy#9 (comment)
The text was updated successfully, but these errors were encountered: