ePOST API

Uses of Interface
rice.email.proxy.smtp.manager.SmtpManager

Packages that use SmtpManager
rice.email   
rice.email.proxy.smtp.commands   
rice.email.proxy.smtp.manager   
 

Uses of SmtpManager in rice.email
 

Methods in rice.email with parameters of type SmtpManager
 void EmailService.expand(PostUserAddress[] list, SmtpManager manager, Continuation command)
          Method which expands the given list of PostUserAddresses by recursively checking for forwarding lists
 

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

Methods in rice.email.proxy.smtp.commands with parameters of type SmtpManager
 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)
           
 

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

Classes in rice.email.proxy.smtp.manager that implement SmtpManager
 class SimpleManager
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.