ePOST API

Uses of Class
rice.email.Flags

Packages that use Flags
rice.email   
 

Uses of Flags in rice.email
 

Fields in rice.email declared as Flags
protected  Flags StoredEmail._flags
          The current flags of this email
 

Methods in rice.email that return Flags
 Flags StoredEmail.getFlags()
          Return the flags for the email
 

Methods in rice.email with parameters of type Flags
 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.
 

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


ePOST API

Copyright © 2001-2005 - Rice Pastry.