ℹ️ The Auron SMS Server is now Auron Omni. Learn more here.

How can we help?

IMAP channel (Receive Email)


Use the IMAP channel to receive E-mail in Auron Omni.

Find more information about channels in general here.

The number of simultaneous IMAP channels you can configure depends on the license tier of your Auron Omni subscription.

Edit IMAP channel
Edit IMAP channel

Settings

PropertyDescription
ServerThe host name or IP address of the IMAP server. For instance “imap.yourdomain.dom” or “192.168.1.1”.
PortThe TCP port to connect to the IMAP server. This is normally 993 for secure connections or 143.
SecurityThis can be either NONE, STARTTLS or TLS/SSL. STARTTLS is the most common setting. This means that the connection is secured only if the server side supports it.
AuthenticationThis can be either NONE, PASSWORD or OAUTH. OAuth (OAUTH) is the correct setting for Modern Authentication. Click on Authorize with OAuth to set up your OAuth settings.
MailboxesSelect remote mailboxes that are checked for new messages.

Mailboxes are stored in the database and API separated by double pipes: (||). Each mailbox has three properties separated by double semicolons (;;). Enabled (0 or 1), Mailbox name and an empty/reserved parameter. For example: 1;;INBOX;;||1;;Invoices;;
Check everySelect the interval used to check for new messages.
Leave message on serverIf this is checked, E-mail messages are not automatically deleted after receiving them.
Store attachmentsIf this is checked, all E-mail attachments are automatically downloaded and stored in the database.
Use IDLEIf this is checked, the IMAP IDLE extension is used if supported by the server. This ensures the IMAP channel is notified when a new message arrives. This improves responsiveness significantly.