Skip to content
New issue

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

net/smtp: add support for AUTH LOGIN #9899

Closed
homme opened this issue Feb 16, 2015 · 2 comments
Closed

net/smtp: add support for AUTH LOGIN #9899

homme opened this issue Feb 16, 2015 · 2 comments

Comments

@homme
Copy link

homme commented Feb 16, 2015

The Microsoft Exchange SMTP server I connect to at work supports AUTH LOGIN. It would be nice to have support for this in net/smtp.

After hunting around I found and adapted some MIT licensed code which implements this. This works for me and I have checked it against Python's smtplib implementation. It may, however, benefit from the same TLS checks that are in place in PlainAuth.Start as the credentials are similarly sent over the wire in plain text.

I am using go version go1.4.1 linux/amd64.

@dominikh
Copy link
Member

dominikh commented Oct 5, 2016

net/smtp is frozen, this issue can probably be closed.

@bradfitz
Copy link
Contributor

bradfitz commented Oct 5, 2016

Yeah, probably. This could move to a package on github it looks like.

@bradfitz bradfitz closed this as completed Oct 5, 2016
@golang golang locked and limited conversation to collaborators Oct 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants