Automated email assistant for Apple Mail on macOS. Runs on a schedule, scores
your unread emails by priority, drafts AI replies, and sends you a report —
so you can manage your inbox from Telegram or WhatsApp without ever opening Mail.app.
git clone https://github.com/entzclaw/email-checker-for-mac
cd email-checker-for-mac
bash setup.sh
The wizard handles everything:
config/settings.json# Run a manual check
python3 scripts/email/checker.py
# Send a reply
python3 scripts/email/send_reply.py \
--to colleague@example.com \
--subject "Re: Something" \
--content "Your reply here"
# Check logs
tail -f logs/email_check.log
Tell OpenClaw via Telegram or WhatsApp:
> _"Run the email checker now"_
> _"Send the draft reply to Alice"_
> _"Add @company.com to my trusted senders"_
| Provider | Notes |
|---|---|
| --- | --- |
| LM Studio | Local or remote vLLM endpoint |
| Ollama | Local |
| OpenAI | Requires API key |
| None | Reports without AI drafts |
共 1 个版本