Using Outlook for Android for personal email and calendar management
In Outlook when you try to add an IMAP account manually, Outlook expects server:port syntax. If you type just the hostname (e.g., imap.gmail.com), Outlook will propmt “Enter a port number after the semicolon (:)” because it expects something like imap.gmail.com:993.
When entering IMAP or SMTP server details manually, use this format:
| Type | Server (with port) | Encryption |
|---|---|---|
| Incoming (IMAP) | imap.gmail.com:993 |
SSL/TLS |
| Outgoing (SMTP) | smtp.gmail.com:465 |
SSL/TLS |
Other examples:
- Outlook.com →
outlook.office365.com:993(IMAP),smtp.office365.com:587 - Yahoo →
imap.mail.yahoo.com:993,smtp.mail.yahoo.com:465 - iCloud →
imap.mail.me.com:993,smtp.mail.me.com:587
If Outlook still rejects it try these:
- Temporarily disable “Simplified Account Creation” (if Outlook is forcing automatic setup).
You can do this via Registry:
Then restart Outlook and try adding manually again.[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Setup] "DisableOffice365SimplifiedAccountCreation"=dword:00000001 - Make sure IMAP is enabled in your mail provider’s settings (for Gmail, check under Settings > Forwarding and POP/IMAP).
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin