ruby / net-smtp

This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.
Other
44 stars 30 forks source link

Delegate checking auth args to the authenticator #73

Closed nevans closed 11 months ago

nevans commented 11 months ago

Each authenticator has different parameters, so argument validation must be delegated to the authenticator classes.

This PR builds on #67 to avoid merge conflicts.