djc / tokio-imap

Tokio-based IMAP implementation
Apache License 2.0
123 stars 42 forks source link

add support for RFC2971 IMAP4 ID extension in imap-proto #141

Closed longrunsoul closed 2 years ago

longrunsoul commented 2 years ago

Hi, It will be nice to have RFC2971 IMAP4 ID extension supported. I tried to add the code for it. Please help review and see if the code is ok to merge. Thank you very much!

djc commented 2 years ago

Thanks for contributing! If you fix up the formatting I'm happy to merge this.

longrunsoul commented 2 years ago

Fixed the formatting. Please help review. Thanks.