Uses of Class
com.jalios.jcms.mail.MailAccount

Packages that use MailAccount
com.jalios.jcms.mail   
 

Uses of MailAccount in com.jalios.jcms.mail
 

Methods in com.jalios.jcms.mail that return MailAccount
 MailAccount MailFetcherAlarmEntry.getAccount()
           
 MailAccount MailFetcher.getLastFetchAccount()
          Returns the latest Mail Account fetched
static MailAccount MailAccount.getMailAccount(String label, String name, LangProperties props)
           
 

Methods in com.jalios.jcms.mail that return types with arguments of type MailAccount
 Map<String,MailAccount> MailFetcher.getMailAccountMap()
          Retrieve MailAccount list from properties
 

Methods in com.jalios.jcms.mail with parameters of type MailAccount
 MailMessage MailManager.createDBMailMessage(javax.mail.Message msg, MailAccount account)
          Build a DBMessage from a Message and save in into the DB
 void MailFetcher.fetch(MailAccount account)
          Fetch given MailAccount and Fire MailMessage to listeners.
protected  void MailFetcher.fireFetchMessage(MailAccount account, MailMessage mail)
           
 

Constructors in com.jalios.jcms.mail with parameters of type MailAccount
MailFetcherAlarmEntry(AlarmListener listener, MailAccount account)
           
MailFetcherAlarmEntry(AlarmListener listener, MailAccount account, boolean isRepetitive)
           
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.