| Interface | Description |
|---|---|
| EmailTokenVerifier |
Verifies the token sent by
RegisterNewEmailSender. |
| MailFilter |
Listener to filter incoming email.
|
| Class | Description |
|---|---|
| AutoReplyMailFilter |
Filters out auto-reply messages according to RFC 3834.
|
| EmailModule | |
| EmailSettings | |
| EmailTokenVerifier.ParsedToken |
Pair returned from decode to provide the data used during encode.
|
| ListMailFilter | |
| MailUtil | |
| MailUtil.MailRecipients | |
| SignedToken |
Utility function to compute and verify XSRF tokens.
|
| SignedTokenEmailTokenVerifier |
Verifies the token sent by
RegisterNewEmailSender. |
| SignedTokenEmailTokenVerifier.Module |
| Enum | Description |
|---|---|
| Encryption | |
| ListMailFilter.ListFilterMode |
| Exception | Description |
|---|---|
| CheckTokenException |
Indicates the SignedToken is invalid
|
| EmailTokenVerifier.InvalidTokenException |
Exception thrown when a token does not parse correctly.
|
| XsrfException |
Indicates the requested method is not known.
|