mox/webaccount
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
..
account.go web interfaces: don't include version number in html, only return it after authentication 2025-03-29 20:46:53 +01:00
account.html add ability to include custom css & js in web interface (webmail, webaccount, webadmin), and use css variables in webmail for easier customization 2024-11-29 10:17:07 +01:00
account.js web interfaces: don't include version number in html, only return it after authentication 2025-03-29 20:46:53 +01:00
account.ts web interfaces: don't include version number in html, only return it after authentication 2025-03-29 20:46:53 +01:00
account_test.go In tests, make initializing store/, its switchboard and an account more consistent. 2025-03-15 11:15:23 +01:00
api.json web interfaces: don't include version number in html, only return it after authentication 2025-03-29 20:46:53 +01:00
api.ts web interfaces: don't include version number in html, only return it after authentication 2025-03-29 20:46:53 +01:00
import.go imapserver: implement NOTIFY extension from RFC 5465 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