Fetch full raw email and parse MIME structure to find the text/plain part, removing MIME headers and boundaries from the preview pane. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
No EOL
240 B
TOML
14 lines
No EOL
240 B
TOML
[package]
|
|
name = "skim"
|
|
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"
|
|
chrono = "0.4"
|
|
mailparse = "0.15" |