Electronic Mail (E-Mail) : Dr. H.Parveen Sultana, School of Computer Science and Engineering, VIT, Vellore-14
Electronic Mail (E-Mail) : Dr. H.Parveen Sultana, School of Computer Science and Engineering, VIT, Vellore-14
2
History of E-mail
• Internet e-mail - ARPANET.
3
Why to use e-mail
• send a message anytime anywhere.
• send the same message to several people at same time around the world.
• forward the information to many people without retyping the message.
• mail electronic documents and recipient can edit those documents and
revert back to you.
• fast compared to postal mail system.
4
Structure of E-mail
An e-mail message consists of two components:
5
Header Field
• From - senders e-mail address
• To - recipient mail addresses.
• Bcc - Blind carbon copy.
• Cc - Carbon copy.
• Date - The local time and date when the message was written.
• Subject - A brief summary of the topic of the message.
• Message-ID - automatically generated.
• Attachment: You can send multiple files as attachments.
6
E-mail address
• To deliver e-mail to the correct recipient, the system uses
unique addresses.
[email protected]
7
Post Office Protocol Version 3 (POP3)
• E-mail - the sender establish a TCP connection to the receiver and then sends the e-mail over it.
• what happens when user A wants to send e-mail to user B and user B is
not currently on-line?
• Here user A cannot establish a TCP connection with user B and thus cannot run the SMTP
protocol.
• create another protocol that allows user transfer agents to contact the message transfer agent
and allow e-mail to be copied from the ISP to the user.
8
Contd…
• POP3 begins when the user starts the mail reader.
• The mail reader calls up the ISP and establishes a TCP connection with the message transfer
agent at port 110.
Authorization.
Transactions.
Update.
9
Advantages of POP3
• Email is available when you are offline.
• not stored on the server, so your disk usage on the server is less.
• Any email client (software) supports POP3
Disadvantages of POP3
• Can be much slower to check mail
• Much harder to do server-side filtering.
• Mail is inaccessible from other machines.
10
IMAP (Internet Message Access
Protocol)
• POP3 allows to access single e-mail account - from work, home
PC, laptop when on business trips, and from cyber cafes.
• downloads all stored messages at each contact
• the user's e-mail quickly gets spread over multiple machines
• This disadvantage gave rise to an alternative final delivery
protocol, IMAP (Internet Message Access Protocol)
11
12
Advantages of IMAP
• Email is available from any machine
• stored on the server - email cannot be deleted/destroyed.
• access IMAP mail via the web, without even needing a mail client installed.
• check your mail from someone else's machine
or even a public terminal
• no need to worry about the security of your passwords.
Disadvantages of IMAP
• Mail is not usually available if you are offline.
13
Thank you
14