JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
org.flasby.net.mail.SmtpState
Packages that use
SmtpState
Package
Description
org.flasby.net.mail
Uses of
SmtpState
in
org.flasby.net.mail
Methods in
org.flasby.net.mail
that return
SmtpState
Modifier and Type
Method
Description
SmtpState
Sender.
getState
()
static
SmtpState
SmtpState.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
SmtpState
[]
SmtpState.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.