Commit Graph

8 Commits (451e48d7883bf25b2ca5fc0080386130c1486b94)

Author SHA1 Message Date
Manos Pitsidianakis 451e48d788
core: add post rejection tests 2023-04-29 13:33:02 +03:00
Manos Pitsidianakis 703e9cb75c
core: remove obsolete error_queue module
Replace with generic queue functionality
2023-04-25 01:45:12 +03:00
Manos Pitsidianakis b48a3c9d12
Add mailpot-tests crate to reuse test code 2023-04-24 17:54:35 +03:00
Manos Pitsidianakis 2efa4ab17b
web: Add mailing list settings panel for list owners 2023-04-20 20:19:11 +03:00
Manos Pitsidianakis b0bdacc5f1
Add outqoing queue flushing 2023-04-19 19:43:14 +03:00
Manos Pitsidianakis fee4649d5d
core: queue template replies after Request 2023-04-17 15:39:46 +03:00
Manos Pitsidianakis 454c181089
Rename *list_polic* identifiers to *list_post_polic*
That was a leftover from back when the only kind of policy was a
PostPolicy.
2023-04-16 21:28:59 +03:00
Manos Pitsidianakis 26bd09d005
core: add subscribe confirmation generation and saving it to `out` queue
When a subscription request is received and accepted, a confirmation
will be generated from either templates in the database or a default
template, and placed in the `out` queue. Picking up outgoing email from
the `out` queue has not been implemented yet.
2023-04-16 21:15:53 +03:00