Step 1: Identify both protocols.
POP3 and IMAP are both protocols for receiving email from a mail server, but they manage messages differently.
Step 2: Describe POP3 behaviour.
POP3 downloads email to one local device and, by default, removes it from the server, so the mail mostly lives on that single device.
Step 3: Describe IMAP behaviour.
IMAP keeps email on the server and synchronizes it across every connected device, so reading or deleting on one device updates them all.
Step 4: Reject the sending claim.
Neither protocol sends mail; sending is handled by SMTP, so the option about sending is wrong.
Step 5: Reject the offline and encryption claims.
IMAP clients can cache mail for offline reading, and both protocols can run securely over SSL/TLS, so the offline and encryption options are wrong.
Step 6: State the true difference.
The real distinction is that POP3 downloads to one device and deletes from the server, while IMAP syncs across devices and keeps mail on the server.
\[ \boxed{\text{POP3 downloads emails to one device and deletes them from the server, while IMAP syncs emails across devices and keeps them on the server.}} \]