Fast Search within Gmail With These Search Operators


Advertisements

Gmail Search Syntax
Gmail offers a rich search syntax for routing through your email message archives. As in my older post i wrote about google searching operators. Now i m going to write those operators which will help you in searching within your gmai

1- from: 
Searches through the headers of your email message archive to find of mail sent by someone matching the keyword you provide:
from:deepanker70@gmail.com
2- to:  
Searches through the headers of your email message archive to find of mail sent to someone matching the keyword you provide:
to:deepanker70@gmail.com

3- subject: 
Matches messages with a particular subject:
subject:"meeting notes"

4- label: 
Looks for messages with a particular label applied:
label:knitting

5- has:attachment 
The has: syntax has only one possible value (at least at the time of this writing): attachment. has:attachment in a query returns only messages having one or more attachments:
has:attachment

6- filename: 
Finds messages with an attachment filename that matches a provided pattern. Used with just a file extension (e.g., pdf or txt), filename: turns up all messages with attachments of a particular type:
filename:meeting_notes.txt
filename:pdf

7- in: 
Returns a list of messages in a particular collection (read: folder). Acceptable values for in: are inbox, trash, spam, and anywhere (trash and spam are not included in searches unless they are explicitly included using in:trash, in:spam, or in:anywhere). Oddly enough, sent isn't a usable value for in:.
in:inbox
in:anywhere

8- is: 
Acceptable values for is: are starred, unread, and read, which return starred, unread, and read messages, respectively:
is:read

9- cc: 
Finds messages carbon copied to particular recipients:
cc:tara@example.com

10- bcc: 
Finds outgoing messages blind carbon copied to particular recipients. Note that bcc: doesn't work on any incoming mail because there's no way to tell who's on the bcc line:
bcc:tara@example.com

11- before: 
Matches messages sent or received before a particular date, specified in yyyy / mm / dd format. Unfortunately, partial datesyear only or year and monthdon't find anything at all:
before:2011/01/11

12- after: 
Matches messages sent or received on or after a particular date, specified in yyyy / mm / dd format:
after:2011/01/11

Phrase Searches

Enclose phrases in double-quotes (") to have the Gmail search treat them as a unit to be matched exactly (case isn't taken into account). The following query finds only accounting department reports:
Subject:"accounting department report"

Basic Boolean

The only Boolean operator supported by Gmail search is OR (uppercase is required). In the absence of the OR operator, AND is implicit.

The Boolean OR operator works in Gmail searches just as it does in Google Web Search: specify that any one word or phrase is acceptable by putting an OR between each, such as in this query, which finds all messages from the boss or messages with subjects marked as urgent:
from:boss@example.com OR subject:urgent

Negation
The negation operator () also works as it does in Google Web Search, excluding messages matching the negated keyword or operator : keyword pair. So the following query turns up all messages to Example Co. not sent from the company's special offers department:
to:@examplecom -from:offers@

Grouping
Parentheses are used a little strangely in Gmail queries. When enclosing a set of words, they specify that each word must be found to be considered a match. So the following matches messages sent to both Sam and Mira:
to:(sam mira)

Throwing in an OR allows optional matches while being explicit about groups of options; while we humans tend to be able to parse precedence without the need of parentheses, search engines require a little more help. The following query finds all messages sent to Sam about rockets or helicopters:
to:sam subject:(rockets OR helicopters)

Mixing Syntax
Gmail's various search operators tend to play well together. While the tendency is to start out with minimal search criteria and keep whittling down, with a large number of email messages, crafting your searches can result in a lot of work. Take a chance and provide as much information as you can about the message you're after and back off bit by bit if you don't find it. The following query, for instance, is one that I just couldn't pull off in my computer's email client:
from:Duncan before:2004/10/01 subject:today "World Cup" lunch


If you have any problem regarding this post do comment..
:)

Subscribe us to receive free updates in your inbox:



{ 0 comments... read them below or add one }

Post a Comment