email-admin

Manage hosted mailboxes via IMAP/SMTP and archive inbound mail as .eml files.

9|Updated May 25, 2026
One-click install
npx skills add https://github.com/wzser/supermatrix --skill email-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-admin
Source: https://github.com/wzser/supermatrix/tree/main/platform/skill-master/skills/email-admin
Command: npx skills add https://github.com/wzser/supermatrix --skill email-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for the management of hosted mailboxes through IMAP or SMTP, checking mailbox access, archiving inbound mail locally, and sending mail from approved mailboxes.

Core Features & Use Cases

  • Mailbox Management: Add, manage, and check permissions for hosted mailboxes.
  • Inbound Mail Archiving: Archive inbound mail as raw .eml files locally.
  • Email Sending: Send emails from managed mailboxes with responsibility checks.
  • Use Case: For a project requiring email correspondence to be tracked and archived, this Skill can be used to ensure all emails are archived locally and send emails from a specific mailbox.

Quick Start

Add a new mailbox for project communication.

Frequently Asked Questions about email-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive inbound emails locally using IMAP?

To archive inbound emails locally, this Skill connects to your hosted mailbox via IMAP and saves incoming messages as raw .eml files. This ensures all project correspondence is tracked and stored on your local machine.

Can I send emails through SMTP with responsibility checks?

Yes, you can send emails through SMTP with built-in responsibility checks. This Skill verifies mailbox permissions and ensures messages are only sent from approved, managed mailboxes to prevent unauthorized email dispatch.

How do I manage mailbox permissions for hosted email accounts?

Managing mailbox permissions involves adding hosted accounts and checking their access rights. This Skill utilizes Python libraries to interface with your mail server, allowing you to verify and control which mailboxes are approved for sending.

What is the best way to track and archive project email correspondence?

The best way to track project email is by managing hosted mailboxes through IMAP/SMTP. This Skill archives inbound mail locally as .eml files and handles outbound email sending, ensuring complete correspondence tracking.

Do I need Python libraries to manage IMAP and SMTP operations?

Yes, Python libraries are required to manage IMAP and SMTP operations. This Skill relies on them to execute mailbox access checks, handle inbound mail archiving, and facilitate secure email sending workflows.