|
Class Summary |
| ConvertTo7Bit |
Make sure the message stream is 7bit. |
| CRLFOutputStream |
A Filter for use with SMTP or other protocols in which lines must end with
CRLF. |
| DKIMSign |
This mailet sign a message using the DKIM protocol
If the privateKey is encoded using a password then you can pass
the password as privateKeyPassword parameter. |
| DKIMVerify |
This mailet verify a message using the DKIM protocol
Sample configuration:
<mailet match="All" class="DKIMVerify">
</mailet>
By default the mailet assume that Javamail will use LF instead of CRLF
so it will verify the hash using converted newlines. |
| HeaderSkippingOutputStream |
Ignore writes until the given sequence is found. |