Electronic Mail – A Basic Knowhow

Electronic mail, popularly known as email, is a processPROTOCOL.
of exchanging messages digitally. In this processThere are certain differences between POP/POP3
messages are stored and forwarded throughand IMAP server. The differences majorly lie in the
different storage servers. In these servers email dataway these servers operate. Both have their own
are stored and fetched when required.pros and cons.
A Brief Detail●  POP3 always downloads all new emails locally
An email has two parts: the header and the body.to your computer.
The header contains important information like●  IMAP downloads message summaries and
sender's address, the time email was sent anddoesn't download the entire message until you want
delivered etc.it to.
Email was initially just a text message. However, with●  POP3 downloads all emails into 1 mail folder
the gradual improvement in technology, attachmentscalled "Inbox".
became a part of emails too. Gone are those days●  IMAP preserves your folder structure in a
when email messages had a meager size limit of amain folder called "imap.*.com".
few KBs. Nowadays, messages of more than 10 MB●  POP3 is useful if you only access your email
can be sent easily.from one computer, since the email is typically
Email Clientsdownloaded locally (this is the default and can be
Now let's find out what the email clients are. Therechanged).
are different standalone email clients like MS Outlook,●  IMAP allows email to be manipulated from a
Outlook express, Thunderbird, Seamonkey etc. Ondesktop computer at home, a workstation at the
the other hand, there are also some popular weboffice, and a notebook computer while traveling,
based email clients like Hotmail, Gmail, and Yahoo etc.without the need to transfer messages or files back
Whichever email client you use, the tasks performedand forth between these computers.
are overall the same. Following are some of the●  With POP3, your emails can be automatically
activities that your email client will let you do:erased from the server after they are downloaded
●  Shows you a list of all of the messages infreeing up space in your account.
your mailbox by displaying the message headers. The●  IMAP keeps all emails on the server until you
header shows you who sent the mail, the subject oferase them.
the mail and may also show the time and date of theNow let's throw some light on the SMTP server. Let's
message and the message size.find out what it is and what its functions are. SMTP
●  Lets you select a message header and readstands for SIMPLE MAIL TRANSFER PROTOCOL.
the body of the e-mail message.SMTP is used for delivering emails to the recipient's
●  Lets you create new messages and sendemail address. It is used in conjunction with a POP
them. You type in the e-mail address of the recipientPOP3 or IMAP server. Email clients use either a POP3
and the subject of the message, and then type theor IMAP along with SMTP. Without these, mails can
body of the message.only be received; you won't be able to send mails.
●  Lets you add attachments to the messagesThe last protocol is the HTTP, which stands for
you send and also save the attachments fromHYPER TEXT TRANSFER PROTOCOL. This is not a
messages you receive.protocol which is dedicated for email communications,
Email Serversthough it can be used to compose or retrieve mails.
Now that we have learnt about email clients, let's findThis is also called web based email.
out what else is required for the complete functioningThe last one is the usage of MS Exchange for email
of the process. The most important of all, withoutclients like OUTLOOK. This is used in corporate
which emails will not work, is the Email Server for theenvironments with MS infrastructure solutions. Its
clients to connect to.major features include email, calendar, contacts and
There are different servers for different purposes.tasks etc. It also can be synched to a hand held
POP/POP3, IMAP servers handle incoming email,device or a mobile. It also supports data storage.
SMTP server handles outgoing email.MS exchange has come a long way with its different
POP stands for POST OFFICE PROTOCOL and IMAPversions starting from Exchange 1.0. The most recent
stands for INTERNET MESSAGE ACCESSversion is MS Exchange Server 2010.