ePOST API

Uses of Class
rice.email.Email

Packages that use Email
rice.email   
rice.email.messaging   
rice.email.proxy.mail   
rice.email.proxy.mailbox.filebox   
rice.email.proxy.mailbox.postbox   
 

Uses of Email in rice.email
 

Fields in rice.email declared as Email
protected  Email StoredEmail._email
          The internal email
 

Methods in rice.email that return Email
 Email StoredEmail.getEmail()
          Return the email
 

Methods in rice.email with parameters of type Email
 void Folder.addMessage(Email email, Continuation command)
          Appends an email to this Folder, with default (no) flags set.
 void Folder.addMessage(Email email, Flags flags, long internaldate, Continuation command)
          Appends an email to this Folder with the specified flags set.
 void Folder.addMessages(Email[] emails, Flags[] flags, long[] internaldates, Continuation command)
          Appends an email to this Folder with the specified flags set.
 void EmailService.sendMessage(Email email, Continuation command)
          Sends the email to the recipient.
 

Constructors in rice.email with parameters of type Email
StoredEmail(Email email, int uid, Flags flags, long internaldate)
          Constructs a stored email
 

Uses of Email in rice.email.messaging
 

Methods in rice.email.messaging that return Email
 Email EmailNotificationMessage.getEmail()
          Returns the email which this notification is for.
 

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

Uses of Email in rice.email.proxy.mail
 

Methods in rice.email.proxy.mail that return Email
 Email MovingMessage.getEmail()
           
 Email StoredMessage.getMessage()
           
 

Constructors in rice.email.proxy.mail with parameters of type Email
MovingMessage(Email email)
           
 

Uses of Email in rice.email.proxy.mailbox.filebox
 

Methods in rice.email.proxy.mailbox.filebox that return Email
 Email FileMessage.getMessage()
           
 

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

Methods in rice.email.proxy.mailbox.postbox that return Email
 Email PostMessage.getMessage()
           
static Email PostMessage.parseEmail(java.net.InetAddress local, java.net.InetAddress remote, PostEntityAddress[] addresses, Resource content, Environment env)
           
static Email PostMessage.parseEmail(java.net.InetAddress local, java.net.InetAddress remote, PostEntityAddress[] recipients, Resource content, PostEntityAddress address, Environment env)
           
static Email PostMessage.parseEmail(java.net.InetAddress local, java.net.InetAddress remote, Resource content, Environment env)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.