Port 143 (IMAP) — What It Is and How to Use It

Port 143 is the standard port for the Internet Message Access Protocol (IMAP). IMAP allows email clients to access and manage email messages stored on a mail server, providing a more interactive and synchronized experience compared to POP3.

Last updated: 2026-03-02

Port Number 143
Protocol IMAP

Common Use Cases

  • Email retrieval and management by email clients (e.g., Outlook, Thunderbird)
  • Synchronization of email across multiple devices
  • Accessing email on a mail server without downloading all messages locally

Check if Port 143 is Open

nmap -p 143 <target_ip>
Test-NetConnection -ComputerName <target_ip> -Port 143
⚠️ Security Note: While IMAP itself isn't inherently insecure, transmitting credentials and email content in plaintext over port 143 is a significant risk. Always prefer IMAPS (IMAP over SSL/TLS) on port 993 for encrypted communication.

Related Ports

Frequently Asked Questions

Is port 143 dangerous to leave open?

Leaving port 143 open without proper security measures (like requiring TLS) is dangerous. It allows attackers to potentially intercept email credentials and content, compromising sensitive information. Always use IMAPS (port 993) or implement STARTTLS to encrypt the connection.

What service uses port 143?

The Internet Message Access Protocol (IMAP) service uses port 143. This protocol is used by email clients to retrieve and manage emails from a mail server.