jonhoo / rust-imap

IMAP client library for Rust
Apache License 2.0
477 stars 80 forks source link

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

Closed maltalef101 closed 1 year ago

maltalef101 commented 1 year ago

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.

jonhoo commented 1 year ago

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