Mail Listener v2
Listens to a mailbox and enables incident triggering via e-mail.
- Category
- Messaging and Conferencing
- Pack
- MailListener
Configuration parameters
- MailServerURL — Mail Server Hostname / IP address (required)
- port — IMAP Port (required)
- credentials — Username (required)
- clientCertAndKey —
- folder — Incoming mail folder (required)
- isFetch — Fetch incidents
- incidentType — Incident type
- incidentFetchInterval — Incidents Fetch Interval
- permittedFromAdd — Fetch mails from these senders addresses only (eg. admin@demo.com,test@demo.com)
- permittedFromDomain — Fetch mails from these domains only (eg. demo.com, test.com)
- with_headers — Query search with headers
- first_fetch — First fetch time
- limit — The maximum number of incidents to fetch each time
- delete_processed — Delete processed emails
- Include_raw_body — Include raw body in incidents
- save_file — Save the email .eml file
- date_fetch — Fetch by email date
- TLS_connection — Use TLS for connection (defaults to True)
- insecure — Trust any certificate (not secure)
Commands (3)
- mail-listener-get-email — Retrieves an email by email ID.
- mail-listener-get-email-as-eml — Fetches an email by message ID and returns the information in an eml file format.
- mail-listener-list-emails — Retrieves emails according to the configuration.