talx x1.0.5

talx.model.mail
Class Trash

java.lang.Object
  extended bytalx.model.mail.Outbox
      extended bytalx.model.mail.Trash

public class Trash
extends Outbox

Outbox class that allows permanent deletion.


Field Summary
 
Fields inherited from class talx.model.mail.Outbox
folder, INBOX_NAME, OUTBOX_NAME, TRASH_NAME
 
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
 

Constructor Detail

Trash

protected Trash(javax.mail.Folder f)
         throws javax.mail.MessagingException
Method Detail

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.


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.