1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-15 20:15:28 +03:00
mox/webapisrv
Mechiel Lukkien 8bab38eac4
imapserver: implement NOTIFY extension from RFC 5465
NOTIFY is like IDLE, but where IDLE watches just the selected mailbox, NOTIFY
can watch all mailboxes. With NOTIFY, a client can also ask a server to
immediately return configurable fetch attributes for new messages, e.g. a
message preview, certain header fields, or simply the entire message.

Mild testing with evolution and fairemail.
2025-04-11 10:06:34 +02:00
..
main_test.go Fail tests if unhandled panics happened. 2025-03-06 11:35:43 +01:00
server.go imapserver: implement NOTIFY extension from RFC 5465 2025-04-11 10:06:34 +02:00
server_test.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00