The Email Ingest plugin allows you to send attachments to a dedicated email account, where they will be detected and uploaded into a specific node (-structure) within CELUM. Processed mails will be marked as read. This may be useful for archiving meeting minutes automatically in CELUM, or (in a more limited fashion) to send photos as attachments to CELUM.
Note: Usually the total size of attachments is capped at ~10MB, depending on the mail server. We'd recommend Upload Request for larger batches, or a hotfolder for automated scenarios.
To be configured in {home}/appserver/conf/custom.properties
type: string, required: yes, default: -
The license key for the plugin (product: emailIngest), provided by brix.
type: String, required: yes, default: -
Which mail host to query, e.g. mail.company.com
type: integer, required: no, default: 995
Which port to use
type: String, required: no, default: imaps
Which protocol to use, imap(s) is recommended
type: String, required: yes, default: -
The username to use for authentication
type: String, required: yes, default: -
The password to use for authentication
type: String, required: no, default: INBOX
Which folder to query for unread messages.
type: double, required: yes, default: -
Where to upload the attachments to. Needs to be permission defining.
type: boolean, required: no, default: true
Whether to create a subnode per email, named after the subject. Set this to false to simply upload everything into the targetNodeId
.
type: boolean, required: no, default: true
Whether to append the sender's address to the name of the subnode. Only applies when emailIngest.createSubnodes
is true.
type: Quartz-Expression, required: no, default
0 */1 * * * ?
(every minute)
How often to check the mailbox for new emails.
emailIngest.license=********
emailIngest.host=mail.brix.ch
emailIngest.username=ingest
emailIngest.password=********
emailIngest.folder=INBOX
emailIngest.targetNodeId=1337
Email Ingest | CELUM (min. version) |
---|---|
1.0.0 | 5.13.4 (tested up to 6.8) |
Released 2021-04-27
Initial version