Skip to content
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

Fix gmail incorrect fetch #24808

Merged
merged 8 commits into from Feb 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion Packs/Gmail/Integrations/Gmail/Gmail.yml
Expand Up @@ -66,6 +66,7 @@ configuration:
required: false
type: 0
defaultvalue: "50"
section: Collect
additionalinfo: A maximum of 200 emails per fetch (even if a higher number is configured). The default is 50.
description: Gmail API and user management (This integration replaces the Gmail functionality in the GoogleApps API and G Suite integration).
display: Gmail
Expand Down Expand Up @@ -2277,7 +2278,7 @@ script:
- contextPath: Gmail.ForwardingAddress.verificationStatus
description: Indicates whether this address has been verified and is usable for forwarding.
type: String
dockerimage: demisto/google-api-py3:1.0.0.45941
dockerimage: demisto/google-api-py3:1.0.0.48565
isfetch: true
longRunning: false
longRunningPort: false
Expand Down
5 changes: 5 additions & 0 deletions Packs/Gmail/ReleaseNotes/1_3_2.md
@@ -0,0 +1,5 @@
#### Integrations

##### Gmail
- Fixed an issue where parameters were associated with incorrect section (Relevant for XSIAM and XSOAR 8.1 and above).
- Updated the Docker image to: *demisto/google-api-py3:1.0.0.48565*.
2 changes: 1 addition & 1 deletion Packs/Gmail/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Gmail",
"description": "Gmail API and user management (This integration replaces the Gmail functionality in the GoogleApps API and G Suite integration).",
"support": "xsoar",
"currentVersion": "1.3.1",
"currentVersion": "1.3.2",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down