m365-mail
Installation
SKILL.md
Microsoft 365 Mail
CLI tool for Microsoft 365 email via Microsoft Graph API.
Setup (One-time)
1. Register Entra ID App
- Go to Entra ID Portal → App registrations → New registration
- Name:
m365mail-cli(or whatever) - Supported account types: "Accounts in this organizational directory only"
- Redirect URI: Leave blank (using device code flow)
- Click Register