home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 May / CA05.iso / Darbas / setup.msi / eMClient.cab / ManualChmFile / advanced information / protocols / e-mail protocols.htm < prev    next >
Encoding:
Extensible Markup Language  |  2009-12-14  |  7.1 KB  |  57 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:tocPath="Advanced Reading|Protocols">
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /><title>Overview</title>
  5.         <link href="ms-its:manual.chm::/resources/stylesheets/styles.css" rel="stylesheet" type="text/css" />
  6.         <script src="../../skinsupport/madcaputilities.js">/*<![CDATA[*/ /*]]>*/</script>
  7.         <script src="../../skinsupport/madcapbody.js">/*<![CDATA[*/ /*]]>*/</script>
  8.         <script src="../../skinsupport/madcaphighlighter.js">/*<![CDATA[*/ /*]]>*/</script>
  9.     </head>
  10.     <body><script language="javascript">
  11. if (window.name != "content")
  12.     document.write("<center><a href='../../index.html?page=Advanced information/Protocols/E-mail Protocols.htm'>show framing</a></center>")
  13. </script>
  14.         <h1><a name="kanchor66"></a>Protocols supported by eM Client</h1>
  15.         <h2>IMAP protocol</h2>
  16.         <p>The Internet Message Access Protocol (commonly known as IMAP or IMAP4) is an application layer Internet protocol operating on port 143 that allows a local client to access e-mail messages on a remote server.  IMAP4 and POP3 are the two most prevalent Internet standard protocols for e-mail retrieval. Virtually all modern e-mail clients and servers support both.</p>
  17.         <p>IMAP supports both connected (online) and disconnected (offline) modes of operation. E-mail clients using IMAP generally leave messages on the server until the user explicitly deletes them. This and other facets of IMAP operation allow multiple clients to access the same mailbox. Most e-mail clients support either POP3 or IMAP to retrieve messages. However, fewer Internet Service Providers (ISPs) support IMAP.</p>
  18.         <p>E-mail messages are generally sent to an e-mail server that stores received messages in the recipient's e-mail mailbox. The user later retrieves these messages with either a web browser or an e-mail client that uses one of a number of e-mail retrieval protocols. While some clients and servers preferentially use vendor-specific, proprietary protocols, most support the Internet standard protocols SMTP for sending e-mail and POP3 and IMAP4 for retrieving e-mail, allowing interoperability with other servers and clients. For example, Microsoft's Outlook client typically uses a proprietary protocol to communicate with an Exchange server as does IBM's Notes client when communicating with a Domino server, but all of these products also support SMTP, POP3, and IMAP4.</p>
  19.         <p>IMAP allows users to access new messages instantly on their computers, since the mail is stored on the network. With POP3, users either download the e-mail to their computer or access it via the web. Both methods take longer than IMAP, and the user must either download any new mail or "refresh" the page to see the new messages.</p>
  20.         <p>Advantages over POP3 protocol:</p>
  21.         <ul type="disc" class="MadCap1">
  22.             <li class="MadCap2" value="1">Connected and disconnected modes of operation</li>
  23.             <li class="MadCap2" value="2">Multiple clients simultaneously connected to the same mailbox</li>
  24.             <li class="MadCap2" value="3">Access to MIME message parts and partial fetch</li>
  25.             <li class="MadCap2" value="4">Message state information</li>
  26.             <li class="MadCap2" value="5">Multiple mailboxes on the server</li>
  27.             <li class="MadCap2" value="6">Server-side searches</li>
  28.         </ul>
  29.         <h2><a name="POP3"></a>POP3 protocol</h2>
  30.         <p>Post Office Protocol version 3 (commonly known as POP3)  supports end-users with intermittent connections (such as dial-up connections), allowing these users to retrieve e-mail when connected and then to view and manipulate the retrieved messages without needing to stay connected. Although most clients have an option to leave mail on server, e-mail clients using POP3 generally connect, retrieve all messages, store them on the user's PC as new messages, delete them from the server, and then disconnect.</p>
  31.         <p>The fundamental difference between POP3 and IMAP4 is that POP3 offers access to a mail drop; the mail exists on the server until it is collected by the client. Even if the client leaves some or all messages on the server, the client's message store is considered authoritative. In contrast, IMAP4 offers access to the mail store; the client may store local copies of the messages, but these are considered to be a temporary cache and the server's store is authoritative.</p>
  32.         <h2>SMTP protocol</h2>
  33.         <p>Simple Mail Transfer Protocol (commonly known as SMTP) is a relatively simple, text-based protocol, in which one or more recipients of a message are specified (and in most cases verified to exist) along with the message text and possibly other encoded objects. The message is then transferred to a remote server using a procedure of queries and responses between the client and server. To do this a mail client must use POP3 or IMAP. Another SMTP server can trigger a delivery in SMTP using ETRN.</p>
  34.         <p>Either an end-user's email client, a.k.a. MUA (Mail User Agent), or a relaying server's MTA (Mail Transport Agents) can act as an SMTP client.
  35.  
  36. An email client knows the outgoing mail SMTP server from its configuration. A relaying server typically determines which SMTP server to connect to by looking up the MX (Mail eXchange) DNS record for each recipient's domain name (the part of the email address to the right of the at (@) sign). Conformant MTAs (not all) fall back to a simple A record in the case of no MX. Some current mail transfer agents will also use SRV records, a more general form of MX, though these are not widely adopted. (Relaying servers can also be configured to use a smart host.)
  37.  
  38. The SMTP client initiates a TCP connection to server's port 25 (unless overridden by configuration).
  39.  
  40. SMTP is a "push" protocol that does not allow one to "pull" messages from a remote server on demand. </p>
  41.         <p class="tip">Tip: If you are not sure whether to use POP3 or IMAP protocol, then use IMAP because of significant advantages over POP3.</p>
  42.         <p> </p>
  43.         <div style="width: 100%;position: relative;">
  44.             <hr />
  45.             <p style="font-size: 8pt;color: #808080;margin-top: 0, 12em;margin-bottom: 0, 12em;margin-right: 0px;margin-left: 0px;text-align: right;">Copyright ⌐ 
  46.  2008 E&S Software ltd.</p>
  47.             <p style="font-size: 8pt;color: #808080;margin-top: 0, 12em;margin-bottom: 0, 12em;margin-right: 0px;margin-left: 0px;text-align: right;">E&S Software Ltd.
  48. 5 Percy Street
  49. London W1T 1DG</p>
  50.             <p style="font-size: 8pt;color: #808080;margin-top: 0, 12em;margin-bottom: 0, 12em;margin-right: 0px;margin-left: 0px;text-align: right;">Tel +4402081338956</p>
  51.             <p style="font-size: 8pt;color: #808080;margin-top: 0, 12em;margin-bottom: 0, 12em;margin-right: 0px;margin-left: 0px;text-align: right;">support@emclient.com
  52. </p>
  53.         </div>
  54.         <script type="text/javascript" src="../../skinsupport/madcapbodyend.js">
  55.         </script>
  56.     </body>
  57. </html>