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

add Net::SMTP::Authenticator class and auth_* methods are separated from the Net::SMTP class. #53

Merged
merged 2 commits into from Jul 31, 2023

Conversation

tmtm
Copy link
Collaborator

@tmtm tmtm commented Jul 30, 2023

This allows you to add a new authentication method to Net::SMTP.
Create a class with an auth method that inherits Net::SMTP::Authenticator.
The auth method has two arguments, user and secret.
Send an instruction to the SMTP server by using the continue or finish method.
For more information, see lib/net/smtp/auto _*.rb.

…rom the Net::SMTP class.

This allows you to add a new authentication method to Net::SMTP.
Create a class with an `auth` method that inherits Net::SMTP::Authenticator.
The `auth` method has two arguments, `user` and `secret`.
Send an instruction to the SMTP server by using the `continue` or `finish` method.
For more information, see lib/net/smtp/auto _*.rb.
@tmtm tmtm merged commit 69f133a into ruby:master Jul 31, 2023
12 checks passed
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tmtm it seems the filename has a typo.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
It was fixed by #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants