| java.lang.Object org.columba.mail.smtp.SMTPServer
SMTPServer | public class SMTPServer implements Observer(Code) | | SMTPServer makes use of SMTPProtocol to add a higher
abstraction layer for sending messages.
It takes care of authentication all the details.
To send a message just create a SendableMessage object and
use sendMessage .
author: fdietz, Timo Stich |
protocol | protected SMTPProtocol protocol(Code) | | |
SMTPServer | public SMTPServer(AccountItem accountItem)(Code) | | Constructor for SMTPServer.
|
closeConnection | public void closeConnection()(Code) | | close the connection to the SMTP server
|
pop3Authentification | protected void pop3Authentification() throws IOException, POP3Exception, CommandCancelledException(Code) | | POP-before-SMTP authentication makes use of the POP3 authentication
mechanism, before sending mail.
Basically you authenticate with the POP3 server, which allows you to use
the SMTP server for sending mail for a specific amount of time.
throws: Exception - |
|
|