Home » apache-tomcat-6.0.26-src » javax » mail » search » [javadoc | source]
javax.mail.search
public final class: MessageIDTerm [javadoc | source]
java.lang.Object
   javax.mail.search.SearchTerm
      javax.mail.search.StringTerm
         javax.mail.search.MessageIDTerm

All Implemented Interfaces:
    Serializable

This term models the RFC822 "MessageId" - a message-id for Internet messages that is supposed to be unique per message. Clients can use this term to search a folder for a message given its MessageId.

The MessageId is represented as a String.

Fields inherited from javax.mail.search.StringTerm:
pattern,  ignoreCase
Constructor:
 public MessageIDTerm(String msgid) 
    Constructor.
    Parameters:
    msgid - the msgid to search for
Method from javax.mail.search.MessageIDTerm Summary:
equals,   match
Methods from javax.mail.search.StringTerm:
equals,   getIgnoreCase,   getPattern,   hashCode,   match
Methods from javax.mail.search.SearchTerm:
match
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.mail.search.MessageIDTerm Detail:
 public boolean equals(Object obj) 
    Equality comparison.
 public boolean match(Message msg) 
    The match method.