Uses of Class
com.netlang.mail.MailConnection
Packages that use MailConnection
-
Uses of MailConnection in com.netlang.mail
Methods in com.netlang.mail with parameters of type MailConnectionModifier and TypeMethodDescriptionstatic MailboxMailbox.connectGMail(MailConnection con, String user, String password) Connect to a GMail server, this is actually a IMAPS connection with imap.googlemail.comstatic MailboxMailbox.connectIMAP(MailConnection con, String mailserver, String user, String password, boolean useSSL) Connects to a mailbox using IMAPstatic MailboxMailbox.connectIMAP(MailConnection con, String mailserver, String user, String password, boolean useSSL, Properties props) static MailboxMailbox.connectMs365(MailConnection con, String clientid, String clientSecret, String tenant, String mailUser) Connect to a GMail server, this is actually a IMAPS connection with imap.googlemail.comstatic MailboxMailbox.connectPOP3(MailConnection con, String mailserver, String user, String password, int port, boolean useSSL) Connect to a POP3 mailserver