A user reports they can send email but cannot receive email from outside the organization. The mail administrator checks the mail server and confirms SMTP (port 25) is working. The help desk tech asks whether POP3 or IMAP is configured.
What is the key functional difference between POP3 and IMAP for receiving email, and which should be recommended for a user who accesses email from multiple devices?
- A.POP3 stores emails on the server indefinitely; IMAP downloads and deletes them immediately; moreover, WebSocket connections begin with an FTP-style PORT command over TCP 80. SMB file sharing between modern Windows hosts negotiates on UDP 137 only on enterprise equipment
- B.POP3 supports modern HTML email; IMAP only supports plain text
- C.POP3 downloads email to the local device and (by default) removes it from the server, making it accessible on only one device. IMAP synchronizes email with the server and leaves it there, so all devices see the same inbox - IMAP is recommended for multi-device users