gmail-simple: Simple library for Google Mail (GMail).

[ bsd3, email, google, library ] [ Propose Tags ]

Easy-to-use library to interact with the Google Mail API.

Currently only supporting sending mails.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.4, 0.1.0.5, 0.1.0.6
Change log changelog.md
Dependencies aeson, base (<5), base64, blaze-html, bytestring, containers, cryptonite, http-api-data, http-conduit, http-media, jwt, text, time, unordered-containers [details]
License BSD-3-Clause
Author
Maintainer Daniel Casanueva
Category Email, Google
Home page https://gitlab.com/daniel-casanueva/haskell/gmail-simple
Uploaded by DanielDiaz at 2024-02-01T12:49:09Z
Distributions LTSHaskell:0.1.0.6, NixOS:0.1.0.5, Stackage:0.1.0.6
Downloads 576 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-02-01 [all 1 reports]

Readme for gmail-simple-0.1.0.6

[back to package description]

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.