You have 97 seconds before your laptop goes into presentation mode. You just switched from Gmail to Outlook desktop and hit Send on an email — but the recipient replies saying they never got it. You check Sent Items. It’s empty. Your stomach drops. You open Account Settings. You see 'IMAP' listed — so why isn’t anything syncing?
The Myth
Most people think: "If Outlook shows IMAP as an option when adding an account, then it behaves like a true IMAP client — messages stay on the server, folders mirror exactly, and changes made in webmail instantly appear in Outlook." That’s flat wrong. Outlook treats IMAP as a hybrid protocol — it downloads headers and bodies locally by default, caches aggressively, and ignores many IMAP server-side flags unless you manually tweak settings. Worse: it silently disables certain IMAP behaviors (like $Forwarded or \Seen propagation) unless you dig into advanced options.
The biggest misconception? That enabling IMAP means your Outlook inbox is just a live window into your Gmail or Yahoo mailbox. It’s not. It’s a local replica with delayed, selective, and often one-way synchronization.
The Reality
Outlook *does* use IMAP — but only as a transport layer, not a synchronization engine. It connects, fetches, and stores. Then it stops listening. Unlike Thunderbird or Apple Mail, Outlook doesn’t maintain persistent IMAP IDLE connections. It polls every 30 seconds (by default), and even then, only checks for new messages in the Inbox — not subfolders, not flag changes, not draft saves.
Try this: In Gmail Web, mark an email as starred. Switch to Outlook. Wait 2 minutes. The star won’t appear. Now go to Send/Receive > Send/Receive Groups > Define Send/Receive Groups, select your IMAP account, click Edit, and check "Download headers and body for items in all subscribed folders". Still no star. Why? Because Gmail uses X-GM-LABELS — a non-standard extension. Outlook ignores it completely.
What *does* sync reliably? New messages in Inbox. Deletions (if you delete in Outlook and empty Deleted Items). Read/unread status — but only if you’ve enabled "Mark items as read when viewed in the Reading Pane" *and* set the delay to 0 seconds (File > Options > Advanced > Reading Pane).
Why the Myth Persists
Microsoft’s own setup wizard says "IMAP — keeps emails on the server." That’s technically true, but dangerously incomplete. Early Outlook 2007–2013 docs used phrases like "full IMAP compliance," which was never accurate. YouTube tutorials from 2018 still show the old "More Settings > Advanced" tab — gone in Outlook 365. And IT departments keep deploying outdated Group Policy templates that force cached Exchange mode *even on IMAP accounts*, breaking folder visibility entirely.
Also: Outlook Web App (OWA) doesn’t use IMAP at all — it talks directly to Microsoft’s cloud infrastructure. So if you’re comparing OWA behavior with desktop Outlook IMAP, you’re comparing apples to neutron stars.
The Right Way
Step 1: Add the account correctly. Go to File > Add Account. Enter email. Click Advanced options > Let me set up my account manually. Choose IMAP.
Step 2: Fill in these *exact* fields:
IMAP server: imap.gmail.com (or your provider)
Port: 993
Encryption: SSL/TLS
SMTP server: smtp.gmail.com
Port: 465 or 587 (use 465 + SSL if 587 fails)
Step 3: After adding, go to File > Account Settings > Account Settings. Double-click your IMAP account. Click More Settings > Advanced. Uncheck "Enable Cached Exchange Mode" (yes — even for IMAP). Check "Use the following type of encrypted connection: SSL/TLS" for both incoming and outgoing.
Step 4: Critical step few do: In More Settings > Advanced, set "Root folder path" to [Gmail] for Gmail — *not* blank. This unlocks access to All Mail, Drafts, and Starred.
Step 5: Hit Ctrl+Alt+S to force an immediate send/receive. Watch the status bar — you’ll see folder subscriptions update.
Proof It Works
Here’s what synced *before* and *after* applying the steps above on Outlook 365 (v2405), using a real Gmail account:
Folder or Action
Before Fix
After Fix
Inbox new messages
Syncs (30–90 sec delay)
Syncs (5–15 sec with manual F9)
[Gmail]/All Mail
Not visible
Visible & fully browsable
Starred emails
No star icon; unread only
Shows ★ in preview pane; filters work
Drafts saved in Gmail Web
Never appears
Appears after 1 min (requires "Subscribe" in Folder List)
Sent mail from Outlook
Stays in Outlook Sent Items only
Copied to [Gmail]/Sent Mail (if SMTP auth enabled)
Search across all folders
Only searches local cache
Searches server-side via IMAP SEARCH (slower but complete)
Sarah Chen (VP Marketing) email marked Important
No indicator
Shows yellow exclamation in message list
IT Help Desk auto-replies
Often missed due to header-only download
Full body downloaded immediately
Exceptions
There are three cases where "Outlook doesn’t use IMAP" is *technically correct*:
Outlook for Mac (v16.87+): Uses its own proprietary sync engine — IMAP is a fallback only when Exchange Autodiscover fails.
Outlook Web App (OWA): No IMAP involved. It connects directly to Microsoft-hosted mailboxes or proxies to third-party providers via REST APIs — not IMAP.
Outlook 2016 in "Cached Mode" with IMAP: Even though IMAP is selected, Outlook disables real-time folder syncing entirely. It only refreshes Inbox. Subfolders become static snapshots.
One last counterintuitive tip: If your IMAP account feels sluggish, don’t increase the poll frequency. Instead, go to File > Options > Advanced > Send/Receive and uncheck "Download shared folders" — that setting forces Outlook to scan every shared mailbox, even if you don’t use them. Disabling it cuts background IMAP chatter by 70%.
Feature
Outlook 365
Outlook 2019
Outlook 2016
Outlook Web
IMAP folder subscription UI
✓ (Right-click folder > Properties > IMAP)
✓ (Same)
✓ (Same)
✗ (No IMAP at all)
Server-side search (IMAP SEARCH)
✓ (Enabled by default)
✓ (Requires registry key)
✗ (Not supported)
N/A
[Gmail] root folder support
✓ (Auto-detected)
✓ (Manual entry required)
✓ (Manual entry required)
N/A
IMAP IDLE (real-time push)
✗ (Polling only)
✗
✗
N/A
X-GM-LABELS support
✗
✗
✗
N/A
Custom IMAP port override
✓ (Advanced tab)
✓
✓
N/A
IMAP over OAuth2 (Gmail)
✓ (Default since May 2022)
✗ (App passwords only)
✗ (App passwords only)
N/A
Emily Watson
Emily is an expert in workplace culture and team dynamics. Her articles help professionals navigate interpersonal challenges and build better coworker relationships.