Skip to content

Mailbox

4logist AI + IMAP/SMTP — connect any work mailbox

Production mail ingress for 4logist AI is IMAP/SMTP. Detect the provider from your domain, pre-fill settings, run a live IMAP+SMTP test, then save encrypted credentials. The poller watches for new mail and runs the quote pipeline without Pub/Sub webhooks.

What the connection does

New messages are fetched by UID cursor into a normalized inbound format. Freight inquiries are triaged, priced, and drafted. Replies thread with In-Reply-To / References and can APPEND to Sent or Drafts.

  • Works with most work mailboxes that support IMAP + SMTP
  • Passwords encrypted at rest with CREDENTIALS_ENC_KEY
  • First connect seeds the cursor at the live top of the mailbox (no surprise backfill)

Setup

  1. Open Team settings → Connect IMAP/SMTP.
  2. Enter the mailbox address; review detected host/port suggestions.
  3. Run Test — both IMAP login and SMTP must pass.
  4. Save. New freight mail starts drafting on the next poll cycle.

Frequently asked questions

Can I use Gmail without OAuth?

When OAuth connectors are off, Gmail can use an app password over IMAP. Microsoft 365 password auth is rejected — use OAuth when enabled, or another IMAP provider.

Does connecting IMAP auto-send quotes?

No. The pipeline is draft-only. Operators send from the dashboard.

Related