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
- Host: GitHub
- URL: https://github.com/viddem/rust-gmail
- Owner: ViddeM
- License: mit
- Created: 2023-08-12T16:07:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T05:34:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T01:24:07.101Z (over 1 year ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.