public final class SecurityOptions
extends Enum
Security mode for a mail client
Modifier and Type | Field and Description |
---|---|
static short |
Auto
Auto selection mode
|
static short |
None
Connection is not secured.
|
static short |
SSLAuto
Uses SSL/TLS implicit or SSL/TLS explicit mode automatically.
|
static short |
SSLExplicit
Uses the STARTTLS command to start SSL/TLS connection.
|
static short |
SSLImplicit
Establishes a SSL/TLS connection first.
|
public static final short None
Connection is not secured.
public static final short SSLExplicit
Uses the STARTTLS command to start SSL/TLS connection.
public static final short SSLImplicit
Establishes a SSL/TLS connection first.
public static final short SSLAuto
Uses SSL/TLS implicit or SSL/TLS explicit mode automatically.
public static final short Auto
Auto selection mode