What specific feature distinguishes 'IMAP' from 'POP3' when handling email status adjustments, such as marking a message as 'read'?
A. IMAP handles updates locally only, leaving the server state untouched.
B. IMAP completely blocks attachments from downloading.
C. IMAP synchronizes status updates directly back to the mail server, reflecting changes across all user devices.
D. IMAP lacks support for multi-folder organization schemas.
Answer: Option C
Solution (By JKExamLibrary)
Because IMAP works directly on the mail server, any change in state (read, unread, flagged, moved) is synced to the server and visible across all connected devices.
No comments yet. Be the first to start the discussion!