Details
| ID | DecodeMimeHeader |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
README
Decodes MIME base64 headers.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags |
Inputs
| Argument Name | Description |
|---|---|
| value | The header value to decode. |
Outputs
| Path | Description | Type |
|---|---|---|
| DecodedMimeHeader | The result of the decoded value. | string |
commonfields: id: DecodeMimeHeader version: -1 name: DecodeMimeHeader script: '' type: python subtype: python3 tags: [] comment: Decode MIME base64 headers. enabled: true args: - name: value description: The header value to decode. outputs: - contextPath: DecodedMimeHeader description: The result of decoded value. type: string scripttarget: 0 dockerimage: demisto/python3:3.12.13.10404775 fromversion: 5.0.0 tests: - No tests (auto formatted)