palio.modules.mail
Class MailAuthenticator

java.lang.Object
  extended by javax.mail.Authenticator
      extended by palio.modules.mail.MailAuthenticator

public class MailAuthenticator
extends javax.mail.Authenticator

Date: 2006-02-25 Time: 12:19:54

Author:
Krzysztof Madyniak (kmadyniak@torn.com.pl)

Constructor Summary
MailAuthenticator(java.lang.String login, java.lang.String password)
           
 
Method Summary
 javax.mail.PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailAuthenticator

public MailAuthenticator(java.lang.String login,
                         java.lang.String password)
Method Detail

getPasswordAuthentication

public javax.mail.PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class javax.mail.Authenticator