talx.model.mail
Class Trash
java.lang.Object
talx.model.mail.Outbox
talx.model.mail.Trash
- public class Trash
- extends Outbox
Outbox class that allows permanent deletion.
|
Constructor Summary |
protected |
Trash(javax.mail.Folder f)
|
|
Method Summary |
void |
remove(javax.mail.internet.MimeMessage m)
Permanently deletes the given message. |
void |
remove(javax.mail.search.SearchTerm s)
Permanently deletes messages matching the given criteria. |
| Methods inherited from class talx.model.mail.Outbox |
add, addMessageCountListener, close, closeStore, contains, find, find, find, getBoxSet, move, removeMessageCountListener, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Trash
protected Trash(javax.mail.Folder f)
throws javax.mail.MessagingException
remove
public void remove(javax.mail.internet.MimeMessage m)
- Permanently deletes the given message.
remove
public void remove(javax.mail.search.SearchTerm s)
- Permanently deletes messages matching the given criteria.
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.