packages feed

gmail-simple-0.1.0.4: README.md

# gmail-simple

A library for [Haskell](https://www.haskell.org) that provides functions to easily
interact with the [Google Mail API](https://developers.google.com/gmail/api).
It doesn't intend to be fully featured, but rather simple.

## Current features

* OAuth management.
* Mail sending.
* Plain text and HTML supported.

Feel free to open an issue if you are interested in the addition of
some specific feature.

## Required scopes

In order to use the Google API, you need to enable scopes on your account.
Here are the ones you'll need for this library, depending on what you want to do.

* For sending mails: `https://www.googleapis.com/auth/gmail.send`.