🔒

Unlock Pro

Subscribe to access all 59 Edexcel 1CP2 lessons.

£7.99/month
or £59/year
Subscribe →
🌐 Paper 1 · Topic 4: Networks
4.1f Email Protocols: SMTP, POP3 & IMAP
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

FeatureSMTPPOP3IMAP
PurposeSending emailReceiving emailReceiving email
DirectionOutgoingIncomingIncoming
StorageN/ADownloaded to device, deleted from serverStays on server
Multi-deviceN/ANo — only one deviceYes — synced across all devices
Offline accessN/AYes (once downloaded)No (needs internet)
SyncN/ANot synchronisedFully synchronised

Email Journey Summary

When you send an email, this is the journey it takes:

  1. You compose and send the email → SMTP sends it to your outgoing mail server
  2. SMTP transfers it to the recipient's mail server
  3. 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)
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!
TermDefinition
🎯

Mini Test — Email Protocols

Timed exam-style test.

← 4.1e ProtocolsTopic 4Next: 4.1g Cybersecurity →