ePOST API

Uses of Class
rice.email.proxy.smtp.SmtpConnection

Packages that use SmtpConnection
rice.email.proxy.mail   
rice.email.proxy.smtp.commands   
rice.email.proxy.smtp.manager   
 

Uses of SmtpConnection in rice.email.proxy.mail
 

Methods in rice.email.proxy.mail with parameters of type SmtpConnection
 void MovingMessage.readDotTerminatedContent(SmtpConnection conn, Environment env)
          Reads the contents of the stream until <CRLF>.<CRLF> is encountered.
 

Uses of SmtpConnection in rice.email.proxy.smtp.commands
 

Methods in rice.email.proxy.smtp.commands with parameters of type SmtpConnection
 void AuthCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 void DataCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 void EhloCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 void HeloCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 void MailCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 void NoopCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 void QuitCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 void RcptCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 void RsetCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
abstract  void SmtpCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 void VrfyCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
protected  void HeloCommand.extractHeloName(SmtpConnection conn, java.lang.String commandLine)
           
 

Uses of SmtpConnection in rice.email.proxy.smtp.manager
 

Methods in rice.email.proxy.smtp.manager with parameters of type SmtpConnection
 java.lang.String SimpleManager.checkRecipient(SmtpConnection conn, SmtpState state, MailAddress rcpt)
           
 java.lang.String SmtpManager.checkRecipient(SmtpConnection conn, SmtpState state, MailAddress rcpt)
           
 java.lang.String SimpleManager.checkSender(SmtpConnection conn, SmtpState state, MailAddress sender)
           
 java.lang.String SmtpManager.checkSender(SmtpConnection conn, SmtpState state, MailAddress sender)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.