public class ServerSetupTest
extends java.lang.Object
smtp | 3025 |
smtps | 3465 |
pop3 | 3110 |
pop3s | 3995 |
imap | 3143 |
imaps | 3993 |
ServerSetup
for default portsServerSetup}
Modifier and Type | Field and Description |
---|---|
static ServerSetup[] |
ALL |
static ServerSetup |
IMAP |
static ServerSetup |
IMAPS |
static ServerSetup |
POP3 |
static ServerSetup |
POP3S |
static int |
portOffset |
static ServerSetup |
SMTP |
static ServerSetup[] |
SMTP_IMAP |
static ServerSetup[] |
SMTP_POP3 |
static ServerSetup[] |
SMTP_POP3_IMAP |
static ServerSetup |
SMTPS |
static ServerSetup[] |
SMTPS_IMAPS |
static ServerSetup[] |
SMTPS_POP3S |
static ServerSetup[] |
SMTPS_POP3S_IMAPS |
Constructor and Description |
---|
ServerSetupTest() |
Modifier and Type | Method and Description |
---|---|
static int |
getPortOffset() |
static void |
setPortOffset(int portOffset) |
public static int portOffset
public static final ServerSetup SMTP
public static final ServerSetup SMTPS
public static final ServerSetup POP3
public static final ServerSetup POP3S
public static final ServerSetup IMAP
public static final ServerSetup IMAPS
public static final ServerSetup[] SMTP_POP3
public static final ServerSetup[] SMTP_IMAP
public static final ServerSetup[] SMTP_POP3_IMAP
public static final ServerSetup[] SMTPS_POP3S
public static final ServerSetup[] SMTPS_POP3S_IMAPS
public static final ServerSetup[] SMTPS_IMAPS
public static final ServerSetup[] ALL