alienscience / imapsrv

An IMAP server written in Go
BSD 3-Clause "New" or "Revised" License
48 stars 9 forks source link

Initial support for the LOGIN command #26

Closed EtienneBruines closed 9 years ago

EtienneBruines commented 9 years ago

Initial support for the LOGIN command with #9. Also created a demo to use this, and made separate directories for each demo.

Not sure what the convention is when used with STARTTLS (issue #23 and PR https://github.com/alienscience/imapsrv/pull/25) - mostly according to the LOGIN rules with STARTTLS defined in RFC 2595.

alienscience commented 9 years ago

Thanks, this has been merged.