-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add EML attachments #26958
Merged
Merged
Add EML attachments #26958
Changes from 11 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
68b59ba
Debugs
gal-forer 073755a
Debugs
gal-forer 3a60580
Working attachments
gal-forer 70ba240
Working attachments
gal-forer 2c4d6af
Release notes
gal-forer 3495acf
Merge branch 'master' into test-eml-bug
gal-forer 77b6efe
Added and fixed unit tests
gal-forer 31e3555
Merge remote-tracking branch 'origin/test-eml-bug' into test-eml-bug
gal-forer 30d929b
Added and fixed unit tests
gal-forer 6a074be
Removed unstable test and formats
gal-forer f99e489
Removed unstable test and formats
gal-forer 858a537
Merge branch 'master' into test-eml-bug
gal-forer 9526112
Update Packs/MailListener/ReleaseNotes/1_0_37.md
gal-forer 593ef6c
Merge branch 'master' into test-eml-bug
gal-forer 550b70f
Update docker image
gal-forer 4e311e1
Merge branch 'master' into test-eml-bug
gal-forer c821700
Added test data to solve the secrets validation timeout
gal-forer 4e48af2
Merge branch 'master' into test-eml-bug
gal-forer 2a277f6
Added test data to solve the secrets validation timeout
gal-forer d33ed00
Added test data to solve the secrets validation timeout
gal-forer 848e630
Added test data to solve the secrets validation timeout
gal-forer 4cdb99f
Added test data to solve the secrets validation timeout
gal-forer cd78cc5
Added test data to solve the secrets validation timeout
gal-forer 85c4e29
Added test data to solve the secrets validation timeout
gal-forer 29487cf
Added test data to solve the secrets validation timeout
gal-forer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
981 changes: 921 additions & 60 deletions
981
Packs/MailListener/Integrations/MailListenerV2/MailListenerV2_test.py
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
#### Integrations | ||
|
||
##### Mail Listener v2 | ||
|
||
- Added the ability to have EML files as attachments. | ||
gal-forer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Updated the Docker image to: *demisto/py3-tools:1.0.0.54695*. |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed thew name because if it started with test_ the IDE will think it's a unit test