Uses of Class
org.apache.commons.net.pop3.POP3Client
Packages that use POP3Client
Package
Description
POP3 and POP3S mail
-
Uses of POP3Client in org.apache.commons.net.examples.mail
Methods in org.apache.commons.net.examples.mail with parameters of type POP3ClientModifier and TypeMethodDescriptionprivate static void
POP3ExportMbox.writeFile
(POP3Client pop3, OutputStreamWriter fw, int i) private static void
POP3ExportMbox.writeMbox
(POP3Client pop3, OutputStreamWriter fw, int i) -
Uses of POP3Client in org.apache.commons.net.pop3
Subclasses of POP3Client in org.apache.commons.net.pop3Modifier and TypeClassDescriptionclass
A POP3 Cilent class with protocol and authentication extensions support (RFC2449 and RFC2195).class
POP3 over SSL processing.