Uses of Class
org.apache.commons.net.imap.IMAPClient
-
Packages that use IMAPClient Package Description org.apache.commons.net.examples.mail org.apache.commons.net.imap 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 IMAPClient Modifier and Type Method Description (package private) static IMAPClient
IMAPUtils. imapLogin(java.net.URI uri, int defaultTimeout, ProtocolCommandListener listener)
Parse 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 IMAPClient Modifier and Type Method Description private static boolean
IMAPImportMbox. process(java.lang.StringBuilder sb, IMAPClient imap, java.lang.String folder, int msgNum)
-
Uses of IMAPClient in org.apache.commons.net.imap
Subclasses of IMAPClient in org.apache.commons.net.imap Modifier and Type Class Description class
AuthenticatingIMAPClient
An IMAP Client class with authentication support.class
IMAPSClient
The IMAPSClient class provides SSL/TLS connection encryption to IMAPClient.
-