Uses of Class
com.icegreen.greenmail.imap.commands.SearchKey
-
Packages that use SearchKey Package Description com.icegreen.greenmail.imap.commands -
-
Uses of SearchKey in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands that return SearchKey Modifier and Type Method Description static SearchKey
SearchKey. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SearchKey[]
SearchKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-