Uses of Class
util.Mailer

Packages that use Mailer
astro.fits   
mysql   
stella.error   
stella.log   
util   
util.log   
 

Uses of Mailer in astro.fits
 

Fields in astro.fits declared as Mailer
private  Mailer Icat.email
          Mailer instance.
 

Uses of Mailer in mysql
 

Methods in mysql with parameters of type Mailer
private  void TaskSql.sendAndWait(Mailer gmail, javax.mail.Address from, javax.mail.Address[] user, javax.mail.Address[] cc, javax.mail.Address[] bcc, String subj, String text)
           
 

Uses of Mailer in stella.error
 

Fields in stella.error declared as Mailer
private  Mailer MailFinalizer.mail
          The mail-session object used for transporting mails.
 

Uses of Mailer in stella.log
 

Subclasses of Mailer in stella.log
 class Calima
          We scan a webpage for calima warnings.
 class OffLimitMailer
          This class sends a mail to the administrator if certain values are really out-of-bounds.
 class TargetReport
          A target report is an e-mail notification scheme that automatically sends an e-amil at given period to stella users.
 

Uses of Mailer in util
 

Methods in util that return Mailer
static Mailer Mailer.createStellaRoboticMailer()
          Factory method to create a mailer for the robotic account on Google
 

Uses of Mailer in util.log
 

Fields in util.log declared as Mailer
private  Mailer MailLog.mail
           
 

Methods in util.log that return Mailer
private static Mailer MailLog.createMailer(String smtp, String user, String pwd, boolean ssl)