com.Base
Class Mailer

java.lang.Object
  extended by com.Base.Mailer

public class Mailer
extends Object

Classe servant ŕ l'implémentation du module d'envoi de mail ŕ l'utilisateur

Version:
1.0
Author:
E. Dupuis, L. Jilibert

Constructor Summary
Mailer(String destine, String message, String sujet)
           
 
Method Summary
 void envoi()
          Lancement du Thread.
 boolean envoiMail()
          Envoie le mail en passant par une socket ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mailer

public Mailer(String destine,
              String message,
              String sujet)
Method Detail

envoi

public void envoi()
Lancement du Thread.


envoiMail

public boolean envoiMail()
Envoie le mail en passant par une socket ...

Returns:
VRAI si le mail est bien parti