An open API service indexing awesome lists of open source software.

https://github.com/viddem/rust-gmail

Rust implementation of parts of the gmail API
https://github.com/viddem/rust-gmail

Last synced: 9 months ago
JSON representation

Rust implementation of parts of the gmail API

Awesome Lists containing this project

README

          

# Rust-gmail

[![Crates.io][crates-badge]][crates-url]
[![Documentation][docs-badge]][docs-url]
[![MIT licensed][mit-badge]][mit-url]

[crates-badge]: https://img.shields.io/crates/v/rust-gmail.svg
[crates-url]: https://crates.io/crates/rust-gmail
[docs-badge]: https://docs.rs/rust-gmail/badge.svg
[docs-url]: https://docs.rs/gmail-rust
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/viddem/rust-gmail/blob/master/LICENSE.txt

Simple Rust crate for sending emails via the GMAIL Api and a Google cloud service account.