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
ServerSetup - Author:
- Wael Chatila
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerSetup[]static final ServerSetupstatic final ServerSetupstatic final ServerSetupstatic final ServerSetupstatic final intstatic final ServerSetupstatic final ServerSetup[]static final ServerSetup[]static final ServerSetup[]static final ServerSetupstatic final ServerSetup[]static final ServerSetup[]static final ServerSetup[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
portOffset
public static final int portOffset- See Also:
-
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()
-