duesee / imap-codec

Rock-solid and complete codec for IMAP
Apache License 2.0
35 stars 13 forks source link

refactor: Don't feature-gate `Capability::LoginDisabled` #369

Closed duesee closed 1 month ago

duesee commented 9 months ago

I thought this is only a best effort to disable LOGIN's before STARTTLS. But it generally seems to be not recommended? Why is this? It's as bad as AUTH=PLAIN :-)