Package com.icegreen.greenmail.util
Class ServerSetup
java.lang.Object
com.icegreen.greenmail.util.ServerSetup
Defines the default ports
Use
smtp | 25 |
smtps | 465 |
pop3 | 110 |
pop3s | 995 |
imap | 143 |
imaps | 993 |
ServerSetupTest
for non-default ports- Since:
- Jan 28, 2006
Use
ServerSetupTest
for non-default ports - 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 final String
static final String
static final String
static final String
static final String
static final String
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
-
PROTOCOL_SMTP
- See Also:
-
PROTOCOL_SMTPS
- See Also:
-
PROTOCOL_POP3
- See Also:
-
PROTOCOL_POP3S
- See Also:
-
PROTOCOL_IMAP
- See Also:
-
PROTOCOL_IMAPS
- 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
-
ServerSetup
-
-
Method Details
-
isSecure
public boolean isSecure() -
getProtocol
-
getBindAddress
-
getPort
public int getPort()
-