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

Safe HaskellSafe
LanguageHaskell98

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 MailOp Source

Boolean combinations of GMail operators or Plain Simple terms.