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

ParseEmailFilesV2: Clarified parse_only_headers description #38255

Merged
merged 13 commits into from
Jan 28, 2025
Merged
6 changes: 6 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_19_15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### ParseEmailFilesV2

Documentation and metadata improvements. Updated the *parse_only_headers* argument description for clarity.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ args:
required: true
- auto: PREDEFINED
defaultValue: "false"
description: Will parse only the headers and return headers table.
description: Will parse only the headers and return them as a table. Regardless of the `nesting_level_to_return` parameter, only the headers of the outermost email file will be included.
name: parse_only_headers
predefined:
- "true"
Expand All @@ -16,6 +16,7 @@ args:
- defaultValue: "All files"
description: In case of nested email files (for instance, an EML file inside an EML file), determines which of the email files to return as an output. "All files" - will return all nested email files as output, "Outer file" - will return only the "outer" email file as output, "Inner file" - will return only the most "inner" email file as output. In case "Inner file" was chosen together with the 'max_depth' argument, the inner email will be considered as the email in the depth of the `max_size` argument.
name: nesting_level_to_return
auto: PREDEFINED
predefined:
- "All files"
- "Outer file"
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.19.14",
"currentVersion": "1.19.15",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading