jonhoo / rust-imap

IMAP client library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestion] RFC 5256 - THREAD command

soywod opened this issue · comments

The RFC 5256 introduces 2 extensions: SORT and THREAD. The SORT command has already been implemented (#178), so I open this issue for the second one. The spec is a bit bigger than for the SORT command, it looks a bit more complicated to implement. I can give a shot in a PR!