enum classnetColarEmail::ImapState
sys::Obj sys::Enum netColarEmail::ImapState
@Serializable { simple=true }
Imap states
- AUTH
- const static ImapState AUTH := ...
- LOGOUT
- const static ImapState LOGOUT := ...
- NON_AUTH
- const static ImapState NON_AUTH := ...
- SELECTED
- const static ImapState SELECTED := ...
- fromStr
- static new fromStr(Str name, Bool checked := true)- Return the ImapState instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr. 
- vals
- const static ImapState[] vals := ...- List of ImapState values indexed by ordinal