agent-first-mail 0.2.1

Let your AI agent work your inbox — email pulled into plain files it reads, sorts, and drafts on your machine, with nothing sent 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;
#[cfg(feature = "ui")]
pub mod ui;
mod util;
mod workspace_lock;