You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if the NOTIFY extension would be implemented, which allows
to watch for changes for multiple mailboxes over a single TCP connection.
It is supported by dovecot for example.
Here is an example that I hacked together in python3.7.5 (with ugly monkey patching):
It would be cool if the
NOTIFY
extension would be implemented, which allowsto watch for changes for multiple mailboxes over a single TCP connection.
It is supported by dovecot for example.
Here is an example that I hacked together in python3.7.5 (with ugly monkey patching):
This is the debug output
This would allow to write simple & efficient notification daemons.
The text was updated successfully, but these errors were encountered: