Uses of Class
org.apache.commons.net.imap.IMAPClient
-
Packages that use IMAPClient Package Description examples.mail org.apache.commons.net.imap Basic IMAP and IMAPS support classes -
-
Uses of IMAPClient in examples.mail
Methods in examples.mail that return IMAPClient Modifier and Type Method Description (package private) static IMAPClientIMAPUtils. 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 examples.mail with parameters of type IMAPClient Modifier and Type Method Description private static booleanIMAPImportMbox. 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 classAuthenticatingIMAPClientAn IMAP Client class with authentication support.classIMAPSClientThe IMAPSClient class provides SSL/TLS connection encryption to IMAPClient.
-