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 IMAPClientIMAPUtils.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 booleanIMAPImportMbox.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 TypeClassDescriptionclassAn IMAP Client class with authentication support.classThe IMAPSClient class provides SSL/TLS connection encryption to IMAPClient.