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 IMAPClientIMAPUtils.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 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.