Open
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.
|
Align Gmail thread id defaults
Collaborator
|
@elie222 Thanks for your contribution! It looks like all of the packages are prefixed with |
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.
Summary
Ensure new standalone Gmail messages use their own message id as the default thread id instead of generating a separate thread id.
Preserve that original thread id for later replies resolved through and headers.
Add a regression test covering both the root-message default and the reply case.
Testing
pnpm --filter @emulators/google test