| Interface | Description |
|---|---|
| Service |
Generic lifecycle handling of a service.
|
| Class | Description |
|---|---|
| DummySSLServerSocketFactory |
DummySSLServerSocketFactory - NOT SECURE
Contains a preconfigured key store for convenience in testing by avoiding
having to manually set up, install, and generate keystore / keys.
|
| DummySSLSocketFactory |
DummySSLSocketFactory - NOT SECURE
|
| DummyTrustManager |
DummyTrustManager - NOT SECURE
|
| EncodingUtil |
Helper for handling encodings.
|
| GreenMail |
Utility class that manages a greenmail server with support for multiple protocols
|
| GreenMailProxy |
Proxy that routes all operations to an internal greenmail instance
|
| GreenMailUtil | |
| InternetPrintWriter |
Writes to a wrapped Writer class, ensuring that all line separators are '\r\n', regardless
of platform.
|
| LineLoggingBuffer |
Buffers and logs when detecting CR-LF.
|
| LoggingInputStream |
Logs stream for debugging purpose on DEBUG level.
|
| LoggingOutputStream |
Logs stream for debugging purpose on DEBUG level.
|
| MaxSizeLinkedHashMap<K,V> |
A
LinkedHashMap with a maximum size. |
| PropertiesBasedServerSetupBuilder |
Creates a GreenMail server setup configuration based on System properties.
|
| Retriever | |
| SaslMessage |
SASL mechanism message.
|
| 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.
|
| UserUtil |
Utility for managing users
|
Copyright © 2006–2022 Icegreen Technologies. All rights reserved.