guerrillamail-rs

An async Rust client for the GuerrillaMail temporary email service.
Features
- 🚀 Async/await - Built on tokio and reqwest
- 📧 Create temporary emails - Generate disposable email addresses
- 📬 Check inbox - Retrieve messages from your temporary inbox
- 🗑️ Delete emails - Clean up when done
- 🌐 Proxy support - Route requests through HTTP proxies
Installation
Add to your Cargo.toml:
[]
= "0.1"
= { = "1", = ["full"] }
Quick Start
use Client;
async
Acknowledgements
This library is a Rust port of GuerrillaMail-Python.
License
MIT License - see license for details.