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
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://github.com/Daniel-Diaz/gmail-simple/blob/main/README.md
Bug tracker https://github.com/Daniel-Diaz/gmail-simple/issues
Uploaded by DanielDiaz at 2021-07-19T08:01:47Z
Distributions LTSHaskell:0.1.0.6, NixOS:0.1.0.6, Stackage:0.1.0.6
Downloads 605 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-07-19 [all 1 reports]

Readme for gmail-simple-0.1.0.2

[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.