"""Atlas email extractor — V0 implementation (Stages 1-3). Implements the email-extractor pipeline spec from `mcp-tools/email-extractor.md`. Stages 1-3 are the unsexy-but-critical foundation: fetch → decode → dequote. Stages 4-7 (threading, entity extraction, intent classification, canonical-JSON normalization) live in sibling modules to be added. """ __version__ = "0.1.0"