ePOST API

Uses of Class
rice.email.EmailService

Packages that use EmailService
rice.email.messaging   
rice.email.proxy   
rice.email.proxy.imap   
rice.email.proxy.mailbox.postbox   
rice.email.proxy.pop3   
rice.email.proxy.smtp   
rice.email.proxy.smtp.manager   
rice.email.proxy.user   
rice.email.proxy.web   
 

Uses of EmailService in rice.email.messaging
 

Constructors in rice.email.messaging with parameters of type EmailService
EmailNotificationMessage(Email email, PostEntityAddress recipient, EmailService service)
          Constructs a EmailNotificationMessage for the given Email.
 

Uses of EmailService in rice.email.proxy
 

Fields in rice.email.proxy declared as EmailService
protected  EmailService EmailProxy.email
           
 

Uses of EmailService in rice.email.proxy.imap
 

Constructors in rice.email.proxy.imap with parameters of type EmailService
ImapServerImpl(java.net.InetAddress bindAddress, int port, EmailService email, UserManager manager, boolean gateway, boolean acceptNonLocal, Environment env)
           
NonBlockingImapServerImpl(java.net.InetAddress bindAddress, int port, EmailService email, UserManager manager, boolean gateway, boolean acceptNonLocal, Environment env)
           
SSLImapServerImpl(java.net.InetAddress localHost, int port, EmailService email, UserManager manager, boolean gateway, boolean acceptNonLocal, java.lang.String keystore, java.lang.String password, Environment env)
           
 

Uses of EmailService in rice.email.proxy.mailbox.postbox
 

Fields in rice.email.proxy.mailbox.postbox declared as EmailService
protected  EmailService PostMailbox.email
           
 

Constructors in rice.email.proxy.mailbox.postbox with parameters of type EmailService
PostFolder(Folder folder, PostFolder parent, EmailService email)
          Builds a folder given a string name
PostMailbox(EmailService email, Folder root, Environment env)
          Constructs a PostMailbox given an emailservice to run off of.
PostMailboxManager(EmailService email, Folder folder, Environment env)
          Constructs a PostMailbox given an emailservice to run off of.
 

Uses of EmailService in rice.email.proxy.pop3
 

Constructors in rice.email.proxy.pop3 with parameters of type EmailService
NonBlockingPop3ServerImpl(java.net.InetAddress localHost, int port, EmailService email, UserManager manager, boolean gateway, boolean acceptNonLocal, Environment env)
           
Pop3ServerImpl(java.net.InetAddress localHost, int port, EmailService email, UserManager manager, boolean gateway, boolean acceptNonLocal, Environment env)
           
SSLPop3ServerImpl(java.net.InetAddress localHost, int port, EmailService email, UserManager manager, boolean gateway, boolean acceptNonLocal, java.lang.String keystore, java.lang.String password, Environment env)
           
 

Uses of EmailService in rice.email.proxy.smtp
 

Constructors in rice.email.proxy.smtp with parameters of type EmailService
NonBlockingSmtpServerImpl(java.net.InetAddress localHost, int port, EmailService email, boolean gateway, PostEntityAddress address, boolean acceptNonLocal, boolean authenticate, UserManager userManager, java.lang.String server, Environment env)
           
SmtpServerImpl(java.net.InetAddress localHost, int port, EmailService email, boolean gateway, PostEntityAddress address, boolean acceptNonLocal, boolean authenticate, UserManager userManager, java.lang.String server, Environment env)
           
SSLSmtpServerImpl(java.net.InetAddress localHost, int port, EmailService email, boolean gateway, PostEntityAddress address, boolean acceptNonLocal, boolean authenticate, UserManager userManager, java.lang.String keystore, java.lang.String password, java.lang.String server, Environment env)
           
 

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

Constructors in rice.email.proxy.smtp.manager with parameters of type EmailService
SimpleManager(EmailService email, boolean gateway, PostEntityAddress address, java.lang.String server, Environment env)
           
 

Uses of EmailService in rice.email.proxy.user
 

Constructors in rice.email.proxy.user with parameters of type EmailService
UserManagerImpl(EmailService email, MailboxManager manager)
           
 

Uses of EmailService in rice.email.proxy.web
 

Fields in rice.email.proxy.web declared as EmailService
protected  EmailService WebServerImpl.email
           
 

Constructors in rice.email.proxy.web with parameters of type EmailService
WebServerImpl(int port, EmailService email, UserManager manager, Environment env)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.