Package com.icegreen.greenmail.util
Class ServerSetupTest
java.lang.Object
com.icegreen.greenmail.util.ServerSetupTest
Defines a series of non-default ports for test purposes.
The ports for the various protocols are the default ones plus an offset which is 3000.
i.e.
Use
smtp | 3025 |
smtps | 3465 |
pop3 | 3110 |
pop3s | 3995 |
imap | 3143 |
imaps | 3993 |
ServerSetup
for default ports- Since:
- Jan 28, 2006
- Version:
- $Id: $
- Author:
- Wael Chatila
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerSetup[]
static final ServerSetup
static final ServerSetup
static final ServerSetup
static final ServerSetup
static int
static final ServerSetup
static final ServerSetup[]
static final ServerSetup[]
static final ServerSetup[]
static final ServerSetup
static final ServerSetup[]
static final ServerSetup[]
static final ServerSetup[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
portOffset
public static int portOffset -
SMTP
-
SMTPS
-
POP3
-
POP3S
-
IMAP
-
IMAPS
-
SMTP_POP3
-
SMTP_IMAP
-
SMTP_POP3_IMAP
-
SMTPS_POP3S
-
SMTPS_POP3S_IMAPS
-
SMTPS_IMAPS
-
ALL
-
-
Constructor Details
-
ServerSetupTest
public ServerSetupTest()
-
-
Method Details
-
getPortOffset
public static int getPortOffset() -
setPortOffset
public static void setPortOffset(int portOffset)
-