Skip to content

IMAP setup

The IMAP provider connects to any IMAP/IMAPS mail server. Use it when your mailbox is not on Microsoft 365 or Gmail — or when you prefer not to use those dedicated integrations.

FieldTypical value
Host and portimap.your-provider.com, port 993 (TLS) or 143 (STARTTLS)
SecurityLeave TLS enabled unless a trusted internal server has none
Username and passwordThe mailbox’s own IMAP credentials
FolderINBOX by default
  1. In Settings → Email channels, choose Generic IMAP.
  2. Fill in the fields, create the channel, and choose Test connection.
  3. Finish — the channel activates immediately; IMAP needs no external consent step.

Result: the channel shows Connected and new mail starts becoming tickets.

  • ServiceOps keeps a persistent IMAP IDLE connection where the server supports it — near real-time pickup.
  • A polling check every 2 minutes always runs as a backstop, so an unreliable IDLE implementation costs latency, never delivery.
  • The first sync sets the baseline at the mailbox’s current state — historical mail is not imported; only messages arriving after connection become tickets.
  • If the server recreates the mailbox (a UIDVALIDITY change — defined IMAP behavior), ServiceOps re-baselines automatically rather than mistracking messages.

If the mailbox password changes at the provider, the channel will show Authentication error. Update the channel’s configuration with the new password and test again.