Support both plain and TLS IMAP connections via an ImapSession enum, enabling use with Gmail and other TLS-only servers. Limit fetch range to the most recent 50 messages to avoid hanging on large mailboxes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
No EOL
215 B
TOML
12 lines
No EOL
215 B
TOML
[package]
|
|
name = "hello-ratatui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ratatui = "0.30"
|
|
crossterm = "0.29"
|
|
imap = "2.4"
|
|
native-tls = "0.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "1.0" |