google-search-0.1.0.1: EDSL for Google and GMail search expressions

Safe HaskellNone

Language.Google.Search.Mail

Description

Synopsis

Documentation

data Location Source

Locations for the in: operator.

Constructors

Anywhere 
Inbox 
Trash 
Spam 

Instances

data Status Source

Statuses for the is: operator.

Constructors

Important 
Starred 
Unread 
Read 
Chat 

Instances

data Category Source

Categories for the category: operator.

Instances

type Mail = BooleanM MailOpSource

Boolean combinations of GMail operators or Plain Simple terms.