mox/webaccount
Mechiel Lukkien 40ade995a5
improve queue management
- add option to put messages in the queue "on hold", preventing delivery
  attempts until taken off hold again.
- add "hold rules", to automatically mark some/all submitted messages as "on
  hold", e.g. from a specific account or to a specific domain.
- add operation to "fail" a message, causing a DSN to be delivered to the
  sender. previously we could only drop a message from the queue.
- update admin page & add new cli tools for these operations, with new
  filtering rules for selecting the messages to operate on. in the admin
  interface, add filtering and checkboxes to select a set of messages to operate
  on.
2024-03-18 08:50:42 +01:00
..
account.go implement imap quota extension (rfc 9208) 2024-03-11 14:24:32 +01:00
account.html add styling for sticky table headers, for scrolling with long tables 2024-03-16 19:27:29 +01:00
account.js improve queue management 2024-03-18 08:50:42 +01:00
account.ts factor common typescript api call code pattern into a function 2024-03-17 08:41:33 +01:00
account_test.go implement imap quota extension (rfc 9208) 2024-03-11 14:24:32 +01:00
api.json implement imap quota extension (rfc 9208) 2024-03-11 14:24:32 +01:00
api.ts implement imap quota extension (rfc 9208) 2024-03-11 14:24:32 +01:00
import.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00