Package com.icegreen.greenmail.util


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