Uses of Class
com.jalios.jcms.mail.MailAccount
-
Packages that use MailAccount Package Description com.jalios.jcms.mail -
-
Uses of MailAccount in com.jalios.jcms.mail
Methods in com.jalios.jcms.mail that return MailAccount Modifier and Type Method Description MailAccount
MailFetcherAlarmEntry. getAccount()
MailAccount
MailFetcher. getLastFetchAccount()
Returns the latest Mail Account fetchedstatic MailAccount
MailAccount. getMailAccount(java.lang.String label, java.lang.String name, LangProperties props, java.util.Map<java.lang.String,AbstractMailProvider> providerMap)
Methods in com.jalios.jcms.mail that return types with arguments of type MailAccount Modifier and Type Method Description java.util.Map<java.lang.String,MailAccount>
MailFetcher. getMailAccountMap()
Retrieve MailAccount listMethods in com.jalios.jcms.mail with parameters of type MailAccount Modifier and Type Method Description void
MailFetcher. fetch(MailAccount account)
Fetch given MailAccount and Fire MailMessage to listeners.Constructors in com.jalios.jcms.mail with parameters of type MailAccount Constructor Description MailFetcherAlarmEntry(AlarmListener listener, MailAccount account)
MailFetcherAlarmEntry(AlarmListener listener, MailAccount account, boolean isRepetitive)
-