|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoredEmail | |
---|---|
rice.email | |
rice.email.log | |
rice.email.proxy.mailbox.postbox |
Uses of StoredEmail in rice.email |
---|
Methods in rice.email that return StoredEmail | |
---|---|
StoredEmail[] |
SnapShot.getStoredEmails()
Returns all of the emails that the SnapShot contains. |
Methods in rice.email with parameters of type StoredEmail | |
---|---|
void |
Folder.moveMessage(StoredEmail email,
Folder folder,
Continuation command)
Moves a message from this folder into a another, given folder. |
void |
Folder.removeMessage(StoredEmail email,
Continuation command)
Deletes a message from this Folder. |
void |
Folder.removeMessages(StoredEmail[] email,
Continuation command)
Deletes a list of messages from this Folder. |
protected SnapShot[] |
Folder.splitEmails(StoredEmail[] emails,
LogEntry entry)
Splits the emails into a bunch of snapshots, for a memory cap |
void |
Folder.updateMessage(StoredEmail email,
Continuation command)
Updates an Email (flags) |
void |
Folder.updateMessages(StoredEmail[] emails,
Continuation command)
Updates a list of Emails (flags) |
Constructors in rice.email with parameters of type StoredEmail | |
---|---|
SnapShot(StoredEmail[] emails,
LogEntry entry)
Constructor for SnapShot. |
|
StoredEmail(StoredEmail other,
int uid)
|
Uses of StoredEmail in rice.email.log |
---|
Methods in rice.email.log that return StoredEmail | |
---|---|
StoredEmail |
DeleteMailLogEntry.getStoredEmail()
Returns the email which this log entry references |
StoredEmail |
InsertMailLogEntry.getStoredEmail()
Returns the email which this log entry references |
StoredEmail |
UpdateMailLogEntry.getStoredEmail()
Returns the email which this log entry references |
StoredEmail[] |
DeleteMailsLogEntry.getStoredEmails()
Returns the email which this log entry references |
StoredEmail[] |
InsertMailsLogEntry.getStoredEmails()
Returns the emails which this log entry references |
StoredEmail[] |
SnapShotLogEntry.getStoredEmails()
Returns all of the emails that the SnapShot contains. |
StoredEmail[] |
UpdateMailsLogEntry.getStoredEmails()
Returns the email which this log entry references |
Constructors in rice.email.log with parameters of type StoredEmail | |
---|---|
DeleteMailLogEntry(StoredEmail email)
Constructor for DeleteMailLogEntry. |
|
DeleteMailsLogEntry(StoredEmail[] emails)
Constructor for DeleteMailLogEntry. |
|
InsertMailLogEntry(StoredEmail email)
Constructor for InsertMailEntry. |
|
InsertMailsLogEntry(StoredEmail[] emails)
Constructor for InsertMailEntry. |
|
SnapShotLogEntry(StoredEmail[] emails,
LogEntry top)
Constructor for SnapShot. |
|
UpdateMailLogEntry(StoredEmail email)
Constructor for InsertMailEntry. |
|
UpdateMailsLogEntry(StoredEmail[] emails)
Constructor for InsertMailEntry. |
Uses of StoredEmail in rice.email.proxy.mailbox.postbox |
---|
Methods in rice.email.proxy.mailbox.postbox that return StoredEmail | |
---|---|
StoredEmail |
PostMessage.getStoredEmail()
|
Constructors in rice.email.proxy.mailbox.postbox with parameters of type StoredEmail | |
---|---|
PostMessage(StoredEmail storedEmail,
int sequence,
Folder folder)
|
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |