No description
Find a file
Shautvast cc7eeba7f8 Add TLS support and limit inbox fetch to last 50 messages
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>
2026-02-17 20:25:37 +01:00
src Add TLS support and limit inbox fetch to last 50 messages 2026-02-17 20:25:37 +01:00
.gitignore basic gui and login to imap 2026-02-17 17:24:35 +01:00
Cargo.lock Add TLS support and limit inbox fetch to last 50 messages 2026-02-17 20:25:37 +01:00
Cargo.toml Add TLS support and limit inbox fetch to last 50 messages 2026-02-17 20:25:37 +01:00
CLAUDE.md basic gui and login to imap 2026-02-17 17:24:35 +01:00
config.toml basic gui and login to imap 2026-02-17 17:24:35 +01:00
config.toml.example basic gui and login to imap 2026-02-17 17:24:35 +01:00
docker-compose.yml basic gui and login to imap 2026-02-17 17:24:35 +01:00
MAIL_SERVER_SETUP.md basic gui and login to imap 2026-02-17 17:24:35 +01:00