djc / tokio-imap

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

Add support for RFC 4314/2086 ACL extension to imap-proto #142

Closed urkle closed 2 years ago

urkle commented 2 years ago

Implement parsing of the ACL response types specified in RFC 4314/2086 (and the Annotation right from RFC 5257)

ACL response LISTRIGHTS response MYRIGHTS response

urkle commented 2 years ago

@djc thanks for the review.. I've updated the branch with your requested changes.

djc commented 2 years ago

Also I thought I wrote a comment about this, but please order the type definitions in the new module as top down. Most complex type (with dependencies on other types) first, simplest type (AclRight) last.

urkle commented 2 years ago

@djc do you perhaps know when you'll make a new release of this crate? (so I can use it over in jonhoo/rust-imap#227 )

djc commented 2 years ago

0.16.1 is on crates.io now!