bcoe / secure-smtpd

Fork of Python's standard SMTP server. Adding support for various extensions to the protocol.
ISC License
128 stars 42 forks source link

Add support for SMTP PLAIN authentication #13

Closed pneuman closed 10 years ago

pneuman commented 10 years ago

Hi,

This change adds basic support for SMTP PLAIN authentication. I've only tested this against our own client (which uses Ruby's Net::SMTP module), but it works just fine with that, and it's a simple enough spec that it should (hopefully) work with any client that wants to use PLAIN authentication.

Thanks Leigh

bcoe commented 10 years ago

Awesome, thanks for the patch @pneuman.