Extract attachments from an email account and store them in an AWS S3 Bucket.
Extract attachments from an email account accessed via IMAP protocol, store them in an AWS S3 Bucket and record the locations in a MySQL database.
Variables
Select the IMAP Server where the messages to process are stored.
Optional. Datetime stamp formatted as YYYY-MM-DD HH:MM:SS in UTC timezone. Only messages with a received datetime stamp that is after the datetime specified will be processed. This field is automatically set to the received datetime stamp of the last message that is successfully processed.
Select the credentials to use to access the S3 Bucket where the attachments will be stored.
Select the Shared Config that contains information about the S3 Bucket where the attachments will be stored.
Path from the starting folder in the S3 Bucket Configuration to the folder where the attachments will be stored.
Overwrite files with the same attachment id.
Select the MySQL Database where the locations of the attachments will be stored.
Name of the table, in schema.table format, where the MIME headers, body data and unique id for each message will be stored. If it does not exist, it will be created.
Name of the table, in schema.table format, where the name, unique id and storage path for each attachment will be stored. If it does not exist, it will be created.
Extract attachments from an email account accessed via POP3 protocol, store them in a Amazon S3 Space and record the locations in a MySQL database.
Variables
Select the POP3 Server where the messages to process are stored.
Optional. Datetime stamp formatted as YYYY-MM-DD HH:MM:SS in UTC timezone. Only messages with a received datetime stamp that is after the datetime specified will be processed. This field is automatically set to the received datetime stamp of the last message that is successfully processed.
Select the credentials to use to access the S3 Bucket where the attachments will be stored.
Select the Shared Config that contains information about the S3 Bucket where the attachments will be stored.
Path from the starting folder in the S3 Bucket Configuration to the folder where the attachments will be stored.
Overwrite files with the same attachment id.
Select the MySQL Database where the locations of the attachments will be stored.
Name of the table, in schema.table format, where the MIME headers, body data and unique id for each message will be stored. If it does not exist, it will be created.
Name of the table, in schema.table format, where the name, unique id and storage path for each attachment will be stored. If it does not exist, it will be created.