ffrelay-api
Rust API client library for Firefox Relay, Mozilla's email forwarding service that helps protect your privacy.
Features
- Create random or custom domain email aliases
- List all your email relays
- Delete email relays
- Retrieve profile information
- Support for both standard relays and domain relays
Installation
Add this to your Cargo.toml:
[]
= "0.0.2"
Usage
use FFRelayApi;
use FirefoxEmailRelayRequest;
async
Getting Your API Token
- Go to Firefox Relay
- Sign in with your Firefox Account
- Navigate to the API settings to generate your token
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.