Uses of Class
com.openindex.openestate.tool.mail.io.Pop3Reader.CryptMethod
-
Packages that use Pop3Reader.CryptMethod Package Description com.openindex.openestate.tool.mail.io -
-
Uses of Pop3Reader.CryptMethod in com.openindex.openestate.tool.mail.io
Methods in com.openindex.openestate.tool.mail.io that return Pop3Reader.CryptMethod Modifier and Type Method Description Pop3Reader.CryptMethod
Pop3Reader. getCryptMethod()
static Pop3Reader.CryptMethod
Pop3Reader.CryptMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pop3Reader.CryptMethod[]
Pop3Reader.CryptMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.mail.io with parameters of type Pop3Reader.CryptMethod Modifier and Type Method Description void
Pop3Reader. setCryptMethod(Pop3Reader.CryptMethod cryptMethod)
-