enum

EMail::Client::TLSMode

Inherits Enum / Comparable / Value / Object

Constants

NONE = 0
STARTTLS = 1
SMTPS = 2

Instance methods

none?

Returns true if this enum value equals NONE

Source
smtps?

Returns true if this enum value equals SMTPS

Source
starttls?

Returns true if this enum value equals STARTTLS

Source