Crates.io | mail_sitter |
lib.rs | mail_sitter |
version | 0.1.0 |
source | src |
created_at | 2024-05-24 10:38:56.665183 |
updated_at | 2024-05-24 10:38:56.665183 |
description | A command-line tool for managing email services, providing utilities to automate and streamline email operations. |
homepage | |
repository | |
max_upload_size | |
id | 1250909 |
size | 143,478 |
Mail Sitter is a command-line tool designed to simplify email management tasks. With Mail Sitter, you can easily initialize email configurations, fetch emails, and even generate new privacy email addresses through DuckDuckGo's email protection service.
Configuration Initialization: Easily set up your email configuration including SMTP server details and credentials.
Email Fetching: Fetch unread emails from your configured email account.
DuckDuckGo Email Protection Integration: Generate new privacy email addresses for enhanced security and privacy.
cargo install mail-sitter
To initialize the configuration, run:
mail-sitter init --email <your_email> --pwd <your_password> --smtp <smtp_server_address>
Optionally, if you are using DuckDuckGo's email protection service, you can provide your username with the --username flag.
To fetch unread emails, simply run:
mail-sitter fetch
If you're using DuckDuckGo's email protection service, you can generate a new privacy email address by running:
mail-sitter address
License This project is licensed under the MIT License - see the LICENSE file for details.