Class SieveMailAdapter implements a mock MailAdapter for testing purposes.
Being a mock object, Actions are not performed against a mail server, but in most other respects it behaves as would expect a MailAdapter wrapping a JavaMail message should. To this extent, it is a useful demonstration of how to create an implementation of a MailAdapter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|