public final class

GmailRawSearchTerm

extends GmailSearchTerm
java.lang.Object
   ↳ com.google.code.javax.mail.search.SearchTerm
     ↳ com.google.code.javax.mail.search.GmailSearchTerm
       ↳ com.google.code.javax.mail.search.GmailRawSearchTerm

Summary

Constants
String searchAttribute
[Expand]
Inherited Constants
From class com.google.code.javax.mail.search.SearchTerm
[Expand]
Inherited Fields
From class com.google.code.javax.mail.search.GmailSearchTerm
Public Constructors
GmailRawSearchTerm(String gm_raw)
Public Methods
boolean equals(Object obj)
Equality comparison.
String getSearchAttribute()
boolean match(Message msg)
This method applies a specific match criterion to the given message and returns the result.
[Expand]
Inherited Methods
From class com.google.code.javax.mail.search.GmailSearchTerm
From class com.google.code.javax.mail.search.SearchTerm
From class java.lang.Object

Constants

protected static final String searchAttribute

Constant Value: "X-GM-RAW"

Public Constructors

public GmailRawSearchTerm (String gm_raw)

Parameters
gm_raw

Public Methods

public boolean equals (Object obj)

Equality comparison.

Parameters
obj

public String getSearchAttribute ()

public boolean match (Message msg)

This method applies a specific match criterion to the given message and returns the result.

Parameters
msg The match criterion is applied on this message
Returns
  • true, it the match succeeds, false if the match fails