tmail

Crates.iotmail
lib.rstmail
version0.1.2
sourcesrc
created_at2024-09-19 15:32:35.597771
updated_at2024-09-20 07:16:38.903111
descriptionA temporary email address
homepage
repositoryhttps://github.com/atifyushri/tmail
max_upload_size
id1380376
size48,191
(atifyushri)

documentation

README

TMail

A temporary email address (although, the address is peristent).

TMail preview

Installation

cargo install tmail

Usage

Generate

Creates a new address and copies it to clipboard.

tmail generate
> user@email.com copied to clipboard!

Me

Copies a generated address to clipboard.

tmail me
> user@email.com copied to clipboard!

Delete

Deletes a generated address.

tmail delete
> Account deleted

Fetch

Retrieve messages from inbox and tries to open selected message in browser,

tmail fetch
? Select a message
> Email Subject #1 - noreply@example.com
> Email Subject #2 - fake@email.com
[↑↓ to move, enter to select, type to filter]

Credits

This tool uses mail.tm under the hood. Copyright of libraries goes to its respective owners and developers.

Commit count: 16

cargo fmt