Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1008 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 1008 Bytes

This repository has been moved to:

https://gitlab.com/daniel-casanueva/haskell/gmail-simple

gmail-simple

A library for Haskell that provides functions to easily interact with the Google Mail 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.

GHC Compatibility

Stack is used to check for compatibility against different GHC versions and dependencies. To see the list of supported snapshots, see build-script.sh.