enum

Component::SMTP::Encryption

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
STARTTLS = 1
TLS = 2

Instance methods

none?

Returns true if this enum value equals NONE

Source
starttls?

Returns true if this enum value equals STARTTLS

Source
tls?

Returns true if this enum value equals TLS

Source