Folders
Messages
Message
Select a message to view it here.
| from:bob | sender name or email has the word "bob" |
| to:alice | recipient has the word "alice" (To/Cc/Bcc) |
| subject:budget | match only in the subject |
| body:meeting | match only in the body |
| folder:inbox | folder path has the word "inbox" |
| a AND b | both words present |
| a OR b | either word |
| a NOT b | has a, not b |
| "q4 plan" | exact phrase |
| meet* | partial word — add * to match the start of a word (meeting, meetup…) |
| (a OR b) AND c | group with parentheses |
Whole words only — retent won't find "retention"; use retent*. A leading * is ignored (no substring match), so *retent* is the same as retent*.
| from:bob AND subject:budget NOT folder:trash |