Uses of Class
org.apache.commons.net.imap.IMAPClient
Packages that use IMAPClient
-
Uses of IMAPClient in examples.mail
Methods in examples.mail that return IMAPClientModifier and TypeMethodDescription(package private) static IMAPClient
IMAPUtils.imapLogin
(URI uri, int defaultTimeout, ProtocolCommandListener listener) Parse the URI and use the details to connect to the IMAP(S) server and login.Methods in 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.