agent-first-mail 0.1.0

Give your AI agent a mailbox it can actually work in — your mail pulled down into plain files it reads, triages, drafts, and files entirely on your machine, with nothing sent or changed on the real mailbox until you confirm.
Documentation
pub mod cli;
pub mod config;
pub mod error;
pub mod frontmatter;
pub(crate) mod imap_client;
pub mod imap_pull;
pub mod mail;
pub mod markdown;
pub(crate) mod progress;
pub mod push_queue;
pub mod remote;
pub mod runner;
pub mod skill_admin;
pub mod smtp_send;
pub mod store;
pub mod templates;
pub mod types;
mod util;
mod workspace_lock;