Sample advanced queries:
- jimmy buffett
- Will show messages that contain "jimmy" or "buffett" anywhere in the body, subject, or sender.
- +jimmy +buffett
- Will show only messages that contain both "jimmy" and "buffett" anywhere in the body, subject, or sender.
- +jimmy -buffett
- Will show only messages that contain "jimmy" but not "buffett" anywhere.
- +"jimmy buffett"
- Will find all messages containing the phrase "Jimmy Buffett" anywhere.
- +body:lollapalooza +sender:sanjeevparsad
- Will show all message bodies containing "lollapalooza" and sent by "sanjeevparsad".
- +subject:buffett -sender:icanchow
- Will show messages whose subjects contain "Buffett", only if they were not sent by "icanchow".