Module mailpot_web::mail
source · Expand description
Types for processing new posts: PostFilter
,
ListContext
, MailJob
and PostAction
.
Modules
- Filters to pass each mailing list post through. Filters are functions that implement the
PostFilter
trait that can:
Structs
- List context passed to a list’s
PostFilter
stack. - Post to be considered by the list’s
PostFilter
stack.
Enums
- Type of mailing list request.
- Scheduled jobs added to a
ListContext
by a list’sPostFilter
stack. - Post action returned from a list’s
PostFilter
stack.