Skip to main content

Generic IMAP Setup

Any email provider that supports IMAP can be connected using these steps.
1

Find your IMAP server details

Check your email provider’s help documentation for:
  • IMAP server hostname (e.g., imap.example.com)
  • IMAP port — 993 for SSL/TLS (recommended), 143 for STARTTLS
  • SMTP server and port for sending
  • Whether SSL/TLS is required
2

Create an app password if available

If your provider supports app-specific passwords, use one instead of your main password. It’s more secure and easier to revoke.If app passwords aren’t available, you may need to enable IMAP access in your account settings (some providers disable it by default).
3

Provide credentials to Claude

You’ll need:
  • Email address
  • Password or app password
  • IMAP server hostname
  • IMAP port and SSL/TLS setting

Common IMAP Server Settings

ProviderIMAP ServerPortSMTP ServerSMTP Port
iCloudimap.mail.me.com993smtp.mail.me.com587
Outlookoutlook.office365.com993smtp.office365.com587
Yahooimap.mail.yahoo.com993smtp.mail.yahoo.com587
Fastmailimap.fastmail.com993smtp.fastmail.com587
ProtonMail Bridge127.0.0.11143127.0.0.11025
Zoho Mailimappro.zoho.com993smtppro.zoho.com587
Gmailimap.gmail.com993smtp.gmail.com587

Port Reference

PortProtocolNotes
993IMAP + SSL/TLSRecommended — encrypted from connection start
143IMAP + STARTTLSEncrypted after initial handshake
587SMTP + STARTTLSStandard for sending email
465SMTP + SSLLegacy, still used by some providers
1143IMAP (ProtonMail Bridge)Local only
1025SMTP (ProtonMail Bridge)Local only

Troubleshooting

Some providers disable IMAP by default. Check your email account settings for an option to enable IMAP/POP access. Gmail calls this “IMAP access” under Settings → See all settings → Forwarding and POP/IMAP.
If your provider uses a self-signed TLS certificate, you may need to disable certificate validation. This is uncommon on major providers but may apply to self-hosted mail servers.
Search your provider’s help docs for “IMAP settings” or “email client settings.” Nearly all providers publish these settings in their support documentation.