Skip to content

soderholmm/openclaw-email-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“§ Email Manager Skill for OpenClaw

A complete, non-interactive email management skill for OpenClaw agents, built for Postfix (MTA) and Dovecot (MDA) infrastructure. Zero external dependencies, pure Python standard library.

License: MIT Python 3.6+

✨ Features

  • βœ… Complete email management - Read, send, drafts, folders, flags, spam
  • βœ… Zero dependencies - Uses only Python standard library
  • βœ… Non-interactive - Perfect for AI automation
  • βœ… Human-readable output - Clean formatting with emojis
  • βœ… JSON output - Machine-parsable for agents
  • βœ… Postfix/Dovecot ready - Works with your existing infrastructure

πŸ“š Documentation

For complete usage instructions, commands, and examples, see the SKILL.md file.

βš™οΈ Quick Start

# Clone repository
git clone https://github.com/yourusername/openclaw-email-manager.git
cd openclaw-email-manager

# Configure your email settings
cp config.example.json config.json
# Edit config.json with your credentials

# Make scripts executable
chmod +x scripts/*.py

# Test connection
python3 scripts/imap_utils.py list-folders

πŸ“¦ Installation for OpenClaw

# Create skill directory
mkdir -p ~/OpenClaw-Workspace/skills/email-manager

# Copy files
cp -r * ~/OpenClaw-Workspace/skills/email-manager/

# Check skill is loaded
openclaw skills list | grep email-manager

🀝 Support the Project

If you find this skill useful, consider a donation!

PayPal

πŸ“„ License

MIT License

Copyright (c) Mattias SΓΆderholm

πŸ™ Acknowledgements

  • OpenClaw - The AI agent framework
  • Postfix and Dovecot - The excellent MTA and MDA

About

email-manager skill for OpenClaw that uses Postix and Dovecot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages