rust-imap
rust-imap copied to clipboard
[Suggestion] RFC 5256 - THREAD command
The RFC 5256 introduces 2 extensions: SORT and THREAD. The SORT command has already been implemented (https://github.com/jonhoo/rust-imap/issues/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!
I may need this task in the nearest months. If so, I will propose a PR.