Class | Description |
---|---|
DummySSLServerSocketFactory |
DummySSLServerSocketFactory - NOT SECURE
Contains a hardcoded memory store for convenience in testing by avoiding having to manually setup, install, and generate keystore / keys
|
DummySSLSocketFactory |
DummySSLSocketFactory - NOT SECURE
|
DummyTrustManager |
DummyTrustManager - NOT SECURE
|
GreenMail | |
GreenMailUtil | |
InternetPrintWriter |
Writes to a wrapped Writer class, ensuring that all line separators are '\r\n', regardless
of platform.
|
Retriever | |
Servers | Deprecated
Use GreenMail.java instead
|
ServerSetup |
Defines the default ports
smtp25
smtps465
pop3110
pop3s995
imap143
imaps993
Use
ServerSetupTest for non-default ports |
ServerSetupTest |
Defines a series of non-default ports for test purposes.
|
Service |
A class that facilitate service implementation
|