
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@robinpath/outlook
Advanced tools
Microsoft Outlook / Microsoft 365 integration via the Microsoft Graph API — mail (list, search, send, reply, forward, move, delete), mail folders, calendar events (create, update, delete, RSVP), and contacts. Supports delegated OAuth2 access tokens (with
Outlook module for RobinPath.
The outlook module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/outlook
1. Set up credentials
outlook.setCredentials "your-credentials"
2. listMessages
outlook.listMessages
| Function | Description |
|---|---|
outlook.setCredentials | Configure outlook credentials. |
outlook.listMessages | listMessages |
outlook.getMessage | getMessage |
outlook.sendEmail | sendEmail |
outlook.replyToEmail | replyToEmail |
outlook.forwardEmail | forwardEmail |
outlook.createDraft | createDraft |
outlook.sendDraft | sendDraft |
outlook.listDrafts | listDrafts |
outlook.deleteMessage | deleteMessage |
outlook.moveMessage | moveMessage |
outlook.copyMessage | copyMessage |
outlook.listFolders | listFolders |
outlook.createFolder | createFolder |
outlook.listAttachments | listAttachments |
outlook.getAttachment | getAttachment |
outlook.createRule | createRule |
outlook.getProfile | getProfile |
outlook.searchMessages | searchMessages |
outlook.flagMessage | flagMessage |
outlook.listCategories | listCategories |
outlook.listMessages
outlook.getMessage
outlook.sendEmail
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/outlook";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
outlook.setCredentials "your-credentials"
outlook.listMessages
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/google-sheets — Google Sheets module for complementary functionality@robinpath/google-calendar — Google Calendar module for complementary functionality@robinpath/google-contacts — Google Contacts module for complementary functionality@robinpath/google-forms — Google Forms module for complementary functionality@robinpath/gmail — Gmail module for complementary functionalityMIT
FAQs
Microsoft Outlook / Microsoft 365 integration via the Microsoft Graph API — mail (list, search, send, reply, forward, move, delete), mail folders, calendar events (create, update, delete, RSVP), and contacts. Supports delegated OAuth2 access tokens (with
The npm package @robinpath/outlook receives a total of 10 weekly downloads. As such, @robinpath/outlook popularity was classified as not popular.
We found that @robinpath/outlook demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.