Skip to content

nicolasleal570/termimail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TermiMail

License Rust Version

Generate temporary email accounts directly from your terminal with ease. TermiMail is a Rust-based CLI tool designed to streamline the way developers and tech enthusiasts manage disposable emails right from the command line.

Termimail UI

Table of Contents

Features

  • Generate Temporary Email Accounts: Create disposable email addresses instantly.
  • Fetch Messages: Retrieve emails from your temporary inbox.
  • View Account Details: Access your current account information at any time.
  • Delete Accounts: Clean up your temporary accounts when they're no longer needed.
  • Cross-Platform: Works on macOS (Windows and Linux coming soon).
  • Privacy-Focused: Uses the mail.tm API for secure and anonymous email handling.

Installation

MacOS

brew tap nicolasleal570/termimail
brew install termimail

Windows and Linux support are coming soon...

Usage

TermiMail provides a simple command-line interface to manage temporary emails.

Generate a new email account

termimail g

View current account details

termimail me

Fetch messages from inbox

termimail m

Delete current account

termimail d

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
git checkout -b feature/your-feature-name
  1. Make your changes.
  2. Commit your changes:
git commit -m "Add your message"
  1. Push to your branch:
git push origin feature/your-feature-name
  1. Open a Pull Request.

Please ensure your code adheres to the existing style and includes tests where appropriate.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • mail.tm API for providing a reliable temporary email service.
  • The Rust community for their invaluable resources and support.
  • Mailsy for the inspiration.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages