duesee / imap-codec

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

refactor: Unify `CommandBody::authenticate` and `CommandBody::authenticate_with_ir` #388

Open duesee opened 7 months ago

duesee commented 7 months ago

Note: There is a type issue when doing so: CommandBody::authenticate("", None) needs to know what None, i.e., the T in Option<T> is. And writing None::<...> is... ugh...