Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
215 changes: 12 additions & 203 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tmail"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Atif Yushri <atif@yushri.com>"]
description = "A temporary email address"
Expand All @@ -10,12 +10,12 @@ keywords = ["email", "temporary", "tmail", "tempmail"]


[dependencies]
anyhow = "1.0.100"
arboard = "3.4.1"
clap = { version = "4.5.17", features = ["derive"] }
dirs = "5.0.1"
inquire = "0.7.5"
open = "5.3.0"
rand = "0.8.5"
redb = "2.1.3"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
ureq = { version = "2.10.1", features = ["json"] }
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TMail
A temporary email address (although, the address is peristent).
A temporary email address (although, the address is persistent).

![TMail preview](https://github.com/user-attachments/assets/61d9e1e0-a9cd-4c71-80fd-eb758f838c65)

Expand Down Expand Up @@ -31,13 +31,13 @@ tmail delete
```

### Fetch
Retrieve messages from inbox and tries to open selected message in browser,
Retrieve messages from inbox and open the selected message in a 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]
Inbox:
1. Email Subject #1 - noreply@example.com
2. Email Subject #2 - fake@email.com
Select a message [1]:
```

## Credits
Expand Down
Loading
Loading