Package com.axelor.mail
Class Pop3Account
java.lang.Object
com.axelor.mail.AbstractMailAccount
com.axelor.mail.Pop3Account
- All Implemented Interfaces:
MailAccount
The default implementation of
MailAccount for POP3 accounts.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.axelor.mail.AbstractMailAccount
getSession, setConnectionTimeout, setProperties, setTimeout
-
Constructor Details
-
Pop3Account
Create a new POP3 account.- Parameters:
host- server hostnameport- server portuser- login namepassword- login password
-
Pop3Account
Create a new POP3 account.- Parameters:
host- server hostnameport- server portuser- login namepassword- login passwordchannel- encryption channel (ssl, starttls or null)
-