Add Microsoft Graph mail, calendar, and drive emulation#28
Open
elie222 wants to merge 27 commits intovercel-labs:mainfrom
Open
Add Microsoft Graph mail, calendar, and drive emulation#28elie222 wants to merge 27 commits intovercel-labs:mainfrom
elie222 wants to merge 27 commits intovercel-labs:mainfrom
Conversation
* Add Gmail drafts history and settings APIs * Simplify draft routes and fix efficiency issues in Gmail emulation Extract shared parseMessageInputFromBody helper to deduplicate field mapping in draft create/update handlers. Fix N+1 lookups in listDraftsForUser by caching message lookups upfront. Optimize hasMessageAttachments to use early-exit instead of loading all attachments. Remove redundant dedupeLabelIds call in filter application. Extract HISTORY_CHANGE_TYPES constant to eliminate stringly-typed validation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Clean up Gmail route parsing --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merge upstream and prep 0.3.0 release
Contributor
|
@elie222 is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ctate
reviewed
Mar 27, 2026
Collaborator
ctate
left a comment
There was a problem hiding this comment.
Thanks for the Microsoft Graph work — impressive scope with solid test coverage, and everything passes cleanly (build, lint, 17 test tasks).
Two blockers:
- Package rename from
emulate→@inbox-zero/emulateand the repo URL changes need to be reverted to keep the upstream identity. @internal/*packages reference a nonexistent@internal/coreand aren't imported anywhere — should be removed.
Happy to re-review once those are addressed!
Contributor
Author
Fixed those! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch merges upstream/main into our fork and brings in the package namespace migration from @internal/* to @emulators/*, including the new package manifests, tsup configs, and lockfile/workspace updates. It also refactors the emulate CLI around a shared service registry while keeping the richer Inbox Zero package identity and Microsoft starter seed defaults. The merged service changes add the expanded Microsoft Graph mail, calendar, drive, attachments, categories, rules, and subscriptions support along with the related tests and docs updates. The branch diff also includes the small docs site/search/theme changes already present in this workspace, and I verified the merge by running pnpm --filter @inbox-zero/emulate... build plus the @emulators/microsoft and @inbox-zero/emulate test suites.