email-manager
SKILL.md
Email Manager Skill
This skill provides complete email management using your Postfix/Dovecot infrastructure.
π Configuration
Edit config.json in the skill directory:
{
"email_address": "your-email@domain.com",
"email_password": "your-password",
"imap_server": "mail.yourdomain.com",
"smtp_server": "mail.yourdomain.com"
}