jonhoo / rust-imap

IMAP client library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for IMAP's `NOTIFY` extension. (RFC 5465)

maltalef101 opened this issue · comments

This extension allows the server to send unsolicited responses of certain events set by the client. I don't know how this would be implemented, but with some guiding I think I could give it a try. I'm not a Rustacean by trait but I am willing to sharpen my Rust sword.

There's some more context in #63 (I'll close this in favor of that) and mattnenterprise/rust-imap#63. Maybe @jkaessens is still up for helping out too? I'd definitely love to take a look at a PR!