Skip to content

Commit

Permalink
fix-ews-get-attachment (demisto#35315)
Browse files Browse the repository at this point in the history
* fix-ews-get-attachment

* add RN

* rn
  • Loading branch information
tcarmeli1 authored and xsoar-bot committed Sep 10, 2024
1 parent c50ded9 commit 5f25697
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ def fetch_attachments_for_message(
entries.append(
fileResult(
get_attachment_name(attachment_name=attachment.name, eml_extension=True,
content_id=attachment.attachment.content_id,
content_id=attachment.content_id,
attachment_id=attachment.attachment_id.id),
attachment.item.mime_content,
)
Expand Down
6 changes: 6 additions & 0 deletions Packs/MicrosoftExchangeOnline/ReleaseNotes/1_3_18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### EWS O365

- Fixed an issue in the ews-get-attachments command where the itemAttachment did not have an attachment field.
2 changes: 1 addition & 1 deletion Packs/MicrosoftExchangeOnline/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Microsoft Exchange Online",
"description": "Exchange Online and Office 365 (mail)",
"support": "xsoar",
"currentVersion": "1.3.17",
"currentVersion": "1.3.18",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 5f25697

Please sign in to comment.