Most Outlook tutorials claim IMAP is a universal fix for email portability. They’re wrong. Enabling IMAP on Outlook.com doesn’t give you full folder sync, shared mailbox access, or even reliable subfolder behavior — and trying to force it breaks delegate permissions in hybrid environments.
Quick Answer
Yes, Outlook.com supports IMAP — but only for personal Microsoft accounts (e.g., @outlook.com, @hotmail.com). Work or school accounts (e.g., @alibaba.com, @company.onmicrosoft.com) do not support IMAP, regardless of admin settings. The IMAP server is imap-mail.outlook.com:993 with SSL required. Subfolders under Inbox sync inconsistently; folders like 'Archive/2023' or 'Projects/2024/Q3' often appear blank or vanish after 48 hours.
All the Methods
| Method | Steps | Best For | Limitations |
|---|---|---|---|
| Outlook Desktop (IMAP) | File > Add Account > Manual setup > IMAP > enter imap-mail.outlook.com, port 993, SSL enabled | Personal accounts syncing to local Outlook desktop | No shared mailbox support. Delegates see only their own folders, not the owner’s IMAP structure. |
| Thunderbird / Apple Mail | Enter credentials + imap-mail.outlook.com:993, smtp-mail.outlook.com:587 (TLS) | Cross-platform access from non-Microsoft clients | No calendar or contact sync. 'Clients/Acme Corp' subfolders may collapse into flat list. |
| Outlook Web App (OWA) | Not applicable — OWA uses Exchange ActiveSync or MAPI over HTTP, not IMAP | Users who need real-time sync, shared mailboxes, or delegate access | Zero IMAP control. Folder hierarchy matches Exchange structure, not IMAP interpretation. |
| POP3 (fallback) | Same setup path but select POP3; server pop-mail.outlook.com:995, SSL required | One-way download-only use cases (e.g., archival tools) | Deletes messages from server unless 'Leave a copy' is checked — and even then, no sent items sync. |
| Exchange ActiveSync (mobile) | Add account as Exchange in iOS/Android > enter email > autoconfig pulls EAS settings | Mobile users needing push mail, calendar, contacts, and shared mailbox visibility | No custom IMAP folder mapping. 'Projects/2024/Q3' appears as 'Q3' or vanishes entirely. |
Method Details
Desktop Outlook IMAP Setup (Outlook 365 / 2019 / 2016): Go to File > Info > Add Account > Manual setup or additional server types > Next > IMAP. Enter these values:
— Incoming mail server: imap-mail.outlook.com, port 993, encrypted with SSL/TLS
— Outgoing mail server (SMTP): smtp-mail.outlook.com, port 587, encrypted with STARTTLS
— User Name: your full email address
— Password: app password if 2FA is enabled (not your regular password)
Click More Settings > Outgoing Server tab > check "My outgoing server (SMTP) requires authentication". Then test.
Here’s the counterintuitive part: Even if you create 'Clients/Acme Corp' in Outlook.com web, it won’t show up in desktop Outlook’s IMAP folder list until you manually subscribe to it via Right-click IMAP inbox > IMAP Folders > Subscribe. And if you rename that folder in Outlook.com? It disappears from the client entirely — no warning, no sync log.
Shared Mailbox & Delegate Access: IMAP does not support shared mailboxes. If you’re a delegate to marketing@alibaba.com, you’ll see nothing in IMAP — only your personal @outlook.com account. To access shared mailboxes, use Outlook desktop connected via Exchange mode (File > Account Settings > Change > Use Cached Exchange Mode) or Outlook Web App. This isn’t a bug — it’s by design. Microsoft blocks IMAP access to any tenant-controlled mailbox.
Keyboard Shortcuts
| Action | Outlook 365 / 2019 | Outlook 2016 | Outlook Web |
|---|---|---|---|
| Open Account Settings | Alt+F, then T | Alt+F, then T | Not applicable |
| Show IMAP Folder Subscription | Ctrl+6, then right-click inbox | Ctrl+6, then right-click inbox | Not applicable |
| Send Test Email (after config) | Ctrl+N, compose, send | Ctrl+N, compose, send | Ctrl+N in OWA |
Cheat Sheet
| Step | Do This | Don’t Do This |
|---|---|---|
| Check account type | Go to account.microsoft.com → verify email ends in @outlook.com or @hotmail.com | Assume @alibaba.com or @company.onmicrosoft.com works — it doesn’t |
| Enable IMAP | Log into Outlook.com → Settings (gear icon) → View all Outlook settings → Mail → Sync email → Enable IMAP | Skip this step — IMAP is disabled by default, even for personal accounts |
| Folder sync | After adding account, right-click IMAP Inbox → IMAP Folders → subscribe to 'Clients/Acme Corp', 'Projects/2024/Q3' | Expect automatic folder discovery — it never happens |
| Two-factor users | Generate an app password at security.microsoft.com and use it instead of your main password | Enter your regular password — login will fail silently |
| Shared access | Use Outlook desktop in Exchange mode or OWA — never IMAP | Try adding shared mailbox as separate IMAP account — it won’t authenticate |