djc / tokio-imap

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

Add name attributes #134

Closed MichaelMcDonnell closed 3 years ago

MichaelMcDonnell commented 3 years ago

Any programs that use the name attributes from the LIST command currently have to match on strings. This change set adds a NameAttribute enumeration and parses the name attributes so you can match on the enumeration instead.

djc commented 3 years ago

Thanks!

MichaelMcDonnell commented 3 years ago

Thank you for the review!