Replace simple IMAP login with full inbox fetch that displays Subject, From, and Date for each message. Auto-refreshes every 30 seconds and supports manual refresh with 'r' key. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
No EOL
196 B
TOML
11 lines
No EOL
196 B
TOML
[package]
|
|
name = "hello-ratatui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ratatui = "0.30"
|
|
crossterm = "0.29"
|
|
imap = "2.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "1.0" |