| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Language.Google.Search.Mail
Description
- data Feature
- data Location
- data Status
- data Category
- = Forums
- | Personal
- | Promotions
- | Social
- | Updates
- data MailOp
- = Plain Simple
- | From Simple
- | To Simple
- | Subject Simple
- | Label (BooleanM Text)
- | Has Feature
- | List Simple
- | Filename Simple
- | In Location
- | Is Status
- | Cc Simple
- | Bcc Simple
- | After Day
- | Before Day
- | Older Natural Duration
- | Newer Natural Duration
- | DeliveredTo Simple
- | FromCircle Simple
- | Category Category
- | Larger Natural Size
- | Smaller Natural Size
- | RFC822MsgId Text
- type Mail = BooleanM MailOp
Documentation
Features for the has: operator.
Locations for the in: operator.
Statuses for the is: operator.
Categories for the category: operator.
Constructors
| Forums | |
| Personal | |
| Promotions | |
| Social | |
| Updates |
GMail search operators.
Constructors