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

🐛 Fix authenticate using Symbol mechanism name #186

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Oct 1, 2023

Based on net-smtp, I had added the ability to use symbols to lookup authenticator. But it had two issues: 1) dealing with dashes vs underscores, and 2) sending the command name using flag syntax. This fixes both issues.

Based on `net-smtp`, I had added the ability to use symbols to lookup
authenticator.  But it had two issues: 1) dealing with dashes vs
underscores, and 2) sending the mechanism name using flag syntax.  This
fixes both issues.
@nevans nevans changed the title 🐛 Fix authenticate using Symbol mechanim name 🐛 Fix authenticate using Symbol mechanism name Oct 1, 2023
@nevans nevans force-pushed the sasl/symbol_mechanism_names branch from 34f3563 to 44f3c79 Compare October 1, 2023 23:04
@nevans nevans merged commit c3f7e7c into master Oct 1, 2023
22 checks passed
@nevans nevans deleted the sasl/symbol_mechanism_names branch October 1, 2023 23:13
@nevans nevans added the SASL 🔒 Authentication and authentication mechanisms label Oct 1, 2023
@nevans nevans mentioned this pull request Oct 3, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SASL 🔒 Authentication and authentication mechanisms
Development

Successfully merging this pull request may close these issues.

1 participant