Edexcel 1CP2 · GCSE Computer Science · ~11 min read · 🔒 Pro
Notes
──
Video
──
Slides
──
Worksheet
──
Quiz
Email Protocols
Three main protocols handle email communication. They handle different parts of the email journey — sending and receiving.
SMTP — Simple Mail Transfer Protocol
SMTP is used to send emails from a client to a mail server, and to transfer emails between mail servers.
Used for sending email — only
When you press "Send", your email client uses SMTP to send the message to the mail server
Mail servers also use SMTP to forward email to the recipient's mail server
SMTP = "outgoing mail"
POP3 — Post Office Protocol version 3
POP3 is used to receive/download emails from a mail server to your device.
Downloads emails to the local device
By default, emails are deleted from the server after download
Works offline once downloaded
Not synced across multiple devices (emails only on one device)
Suited for single-device access
IMAP — Internet Message Access Protocol
IMAP is also used to receive emails, but keeps them stored on the mail server.
Emails remain on the server and are synchronised across all devices
Can be accessed from multiple devices (phone, laptop, tablet)
Changes (read, delete, move) are reflected on all devices
Requires an internet connection to access emails
Modern standard — used by Gmail, Outlook, etc.
Email Protocol Comparison
Feature
SMTP
POP3
IMAP
Purpose
Sending email
Receiving email
Receiving email
Direction
Outgoing
Incoming
Incoming
Storage
N/A
Downloaded to device, deleted from server
Stays on server
Multi-device
N/A
No — only one device
Yes — synced across all devices
Offline access
N/A
Yes (once downloaded)
No (needs internet)
Sync
N/A
Not synchronised
Fully synchronised
Email Journey Summary
When you send an email, this is the journey it takes:
You compose and send the email → SMTP sends it to your outgoing mail server
SMTP transfers it to the recipient's mail server
Recipient retrieves email using POP3 (downloads) or IMAP (syncs)
Exam tip: Remember the key distinction: SMTP = SENDING; POP3 and IMAP = RECEIVING. For POP3 vs IMAP: POP3 downloads and deletes from server (single device); IMAP syncs and keeps on server (multiple devices).
⚠️ Common Mistakes
Thinking SMTP is for receiving email — it's ONLY for sending
Not knowing POP3 deletes emails from the server after download
Confusing POP3 and IMAP — IMAP is the modern one that keeps emails synced on the server
Forgetting that IMAP needs an internet connection to access emails (they're stored on the server)
✅ Notes completed!
▶
Video coming soon
Click slide or press arrow keys to navigate
✍️
Worksheet — 4.1f Email Protocols
8 Edexcel-style questions · AI-marked
Q1What does SMTP stand for and what is it used for?[2]
✅ Mark scheme
SMTP stands for Simple Mail Transfer Protocol [1]; it is used to send emails from a client to a mail server and to transfer emails between mail servers [1].
Q2What does POP3 stand for and how does it handle emails on the server?[2]
✅ Mark scheme
POP3 stands for Post Office Protocol version 3 [1]; it downloads emails to the local device and by default deletes them from the mail server [1].
Q3Explain one advantage of IMAP over POP3.[2]
✅ Mark scheme
IMAP keeps emails on the server and synchronises them across all devices [1]; so the user can access the same emails from their phone, laptop, or tablet — any changes are reflected on all devices [1].
Q4A user reads an email on their laptop using POP3. They then try to find it on their phone. Explain why the email is not there.[2]
✅ Mark scheme
POP3 downloads emails to the local device (laptop) and deletes them from the server [1]; so the email is no longer on the server and cannot be accessed on the phone [1].
Q5Which protocol would you use if you wanted to access your emails from multiple devices? Explain why.[2]
✅ Mark scheme
IMAP [1]; because emails are stored on the server and synchronised across all devices, so they can be accessed from any device at any time [1].
Q6Describe the journey of an email from sender to recipient, naming the protocols used at each stage.[3]
✅ Mark scheme
Sender uses SMTP to send the email to the outgoing mail server [1]; SMTP is used to transfer the email between the sender's and recipient's mail servers [1]; the recipient retrieves the email using POP3 (downloaded to device) or IMAP (synced from server) [1].
Q7State one disadvantage of using POP3 to access email.[1]
✅ Mark scheme
Emails are stored on one device only and deleted from the server, so they cannot be accessed from other devices [1].
Q8State one disadvantage of using IMAP compared to POP3.[1]
✅ Mark scheme
IMAP requires an internet connection to access emails as they are stored on the server (unlike POP3 where emails are downloaded locally and available offline) [1].
Topic Quiz
Q 1 of 15
You scored
out of 15
⚡ XP
Click to reveal definition
🎉
Session complete!
Term
Definition
🎯
Mini Test — Email Protocols
Timed exam-style test.
⏱10:00
Section A — Multiple Choice [5 marks]
Q1Which protocol is used to SEND emails?[1]
Q2POP3 downloads emails and then:[1]
Q3Which protocol keeps emails stored on the server and synchronised across devices?[1]
Q4A user wants to access their email from their phone, laptop, and tablet. Which protocol should they use?[1]
Q5IMAP requires an internet connection because:[1]
Section B — Short Answer
Q6Compare POP3 and IMAP. Include how each handles emails and the advantages and disadvantages of each.[4]
Mark schemePOP3 downloads emails to the device and deletes from server [1]; can be accessed offline [1]; only works on one device [1]; IMAP keeps emails on server, synced across all devices [1]; needs internet connection [1] — 4 marks from these points.
Q7Describe the role of SMTP in sending an email.[2]
Mark schemeSMTP (Simple Mail Transfer Protocol) sends the email from the user's email client to the outgoing mail server [1]; and transfers it between mail servers until it reaches the recipient's server [1].