Uses of Class
org.apache.commons.net.imap.IMAPClient
Packages that use IMAPClient
Package
Description
Basic IMAP and IMAPS support classes
-
Uses of IMAPClient in org.apache.commons.net.examples.mail
Methods in org.apache.commons.net.examples.mail that return IMAPClientModifier and TypeMethodDescription(package private) static IMAPClient
IMAPUtils.imapLogin
(URI uri, int defaultTimeout, ProtocolCommandListener listener) Parses the URI and use the details to connect to the IMAP(S) server and login.Methods in org.apache.commons.net.examples.mail with parameters of type IMAPClientModifier and TypeMethodDescriptionprivate static boolean
IMAPImportMbox.process
(StringBuilder sb, IMAPClient imap, String folder, int msgNum) -
Uses of IMAPClient in org.apache.commons.net.imap
Subclasses of IMAPClient in org.apache.commons.net.imapModifier and TypeClassDescriptionclass
An IMAP Client class with authentication support.class
The IMAPSClient class provides SSL/TLS connection encryption to IMAPClient.