-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gmail API wrapper #4
Merged
Merged
Conversation
This file contains 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
piiq
added a commit
that referenced
this pull request
Oct 1, 2024
* Gmail API wrapper (#4) * Update workspace settings * Bump and update project dependencies * Add Gmail API wrapper with GmailMailbox and GmailEmail classes * Remove unnecessary "Object" from class names * Fix bugs in worksheet generation and conditional formatting * Update tests * Improve kwargs on search messages command to be snake case * Add to_json method to GmailEmail object * Update credentials specifications in gitignore * Improve multipart message handling * Bump version after improving multipart message handling * Fix linting errors * Update linting workflow, errors and tests * Fix more linting errors * Improve gmail wrapper (#5) * Handle multipart messages and case sensitivity of headers * Bump dependencies
piiq
added a commit
that referenced
this pull request
Nov 25, 2024
* Gmail API wrapper (#4) * Update workspace settings * Bump and update project dependencies * Add Gmail API wrapper with GmailMailbox and GmailEmail classes * Remove unnecessary "Object" from class names * Fix bugs in worksheet generation and conditional formatting * Update tests * Improve kwargs on search messages command to be snake case * Add to_json method to GmailEmail object * Update credentials specifications in gitignore * Improve multipart message handling * Bump version after improving multipart message handling * Fix linting errors * Update linting workflow, errors and tests * Fix more linting errors * Improve gmail wrapper (#5) * Handle multipart messages and case sensitivity of headers * Bump dependencies * Add better batch requests that respect Google's API rate limits and ability to delete emails (#7) * Add support for batch request and deleting emails * Update dependencies and fix tests * Handle batch delete quotas * Update lock file * Bump top level deps to latest
piiq
added a commit
that referenced
this pull request
Nov 25, 2024
* release/1.2.3 (#6) * Gmail API wrapper (#4) * Update workspace settings * Bump and update project dependencies * Add Gmail API wrapper with GmailMailbox and GmailEmail classes * Remove unnecessary "Object" from class names * Fix bugs in worksheet generation and conditional formatting * Update tests * Improve kwargs on search messages command to be snake case * Add to_json method to GmailEmail object * Update credentials specifications in gitignore * Improve multipart message handling * Bump version after improving multipart message handling * Fix linting errors * Update linting workflow, errors and tests * Fix more linting errors * Improve gmail wrapper (#5) * Handle multipart messages and case sensitivity of headers * Bump dependencies * Bump top level deps to latest
piiq
added a commit
that referenced
this pull request
Nov 25, 2024
* release/1.2.3 (#6) * Gmail API wrapper (#4) * Update workspace settings * Bump and update project dependencies * Add Gmail API wrapper with GmailMailbox and GmailEmail classes * Remove unnecessary "Object" from class names * Fix bugs in worksheet generation and conditional formatting * Update tests * Improve kwargs on search messages command to be snake case * Add to_json method to GmailEmail object * Update credentials specifications in gitignore * Improve multipart message handling * Bump version after improving multipart message handling * Fix linting errors * Update linting workflow, errors and tests * Fix more linting errors * Improve gmail wrapper (#5) * Handle multipart messages and case sensitivity of headers * Bump dependencies * Release/1.3.1 (#8) * Gmail API wrapper (#4) * Update workspace settings * Bump and update project dependencies * Add Gmail API wrapper with GmailMailbox and GmailEmail classes * Remove unnecessary "Object" from class names * Fix bugs in worksheet generation and conditional formatting * Update tests * Improve kwargs on search messages command to be snake case * Add to_json method to GmailEmail object * Update credentials specifications in gitignore * Improve multipart message handling * Bump version after improving multipart message handling * Fix linting errors * Update linting workflow, errors and tests * Fix more linting errors * Improve gmail wrapper (#5) * Handle multipart messages and case sensitivity of headers * Bump dependencies * Add better batch requests that respect Google's API rate limits and ability to delete emails (#7) * Add support for batch request and deleting emails * Update dependencies and fix tests * Handle batch delete quotas * Update lock file * Bump top level deps to latest
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.
No description provided.