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.CryptMethodPop3Reader. getCryptMethod()static Pop3Reader.CryptMethodPop3Reader.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 voidPop3Reader. setCryptMethod(Pop3Reader.CryptMethod cryptMethod)
-