Left Up Right Arbeitsgruppe Mail
Mail im Lan

Serving Desktop Computers Using a Central Mail

Author: John Wobus, jmwobus@syr.edu (corrections welcome)Date: 10/29/96

This file: http://web.syr.edu/~jmwobus/comfaqs/lan-mail-protocols/
ftp://ftp.syr.edu/information/faqs/lan-mail-protocols
LAN info: http://web.syr.edu/~jmwobus/lans/

Contents

  1. Introduction
  2. List of Protocols and RFCs
  3. Other Sources of Information
  4. Capabilities of Well-known mail clients
  5. List of Implementations

Introduction

There are advantages to having a central server receive the mail destined to desktop computers and having the desktop computer collect the mail from the server on demand: The easiest way to "implement" this is to run the central mail server like any multi-user system: let people sign on to it and use some mail utility. Then desktop computer users can use "terminal sessions" to sign on to the central mail server and read their mail (e.g. with Unix "pine"). This has the disadvantage of making the desktop computer users learn and use the central mail server's procedures.

SMTP, the "internet" mail protocol used to deliver mail between multi-user systems only supports mail transfer initiated by the sender.
(to actually, it has a method to initiate reception, but the method didn't catch on and is not used).

Other protocols have been devised to allow a desktop computer to request transfer of mail, thus able to make use of a central server. These include the published protocols POP (probably not used anymore), POP2, POP3, IMAP2, IMAP3 (not used), IMAP4 and DMSP.

POP, POP2, POP3:
These are rather minimal and are designed to be so.
The three are similar but not enough alike to be interoperable. They are basically designed to identify the user by username and password, to transfer the mail from server to desktop computer and to delete the mail transferred. It is assumed that SMTP will be used to send mail.
Messages can be retrieved individually, but the only information you can get about a message without transferring it is its length in bytes-- useful for desktop computers with limited storage.

POP3 has a number of extensions including Xtnd Xmit which allows clients to send mail through the POP3 session rather than using SMTP.

Another extension is APOP which allows RSA MD5 encryption of passwords passed over the network.

POP3 is now the most-used POP, but POP2 is still used. POP3 has a couple of optional extensions: one to avoid sending passwords, and one to aid in reading bulletin boards.

IMAP2, IMAP2bis, IMAP3, IMAP4:
The IMAP family is similar to the POP family, but also gives clients a way to do string searches through mail that still resides on the server (though I've heard that this is little used). This is designed to allow the desktop computer to be more selective as to which mail will be transferred. The POP protocols, on the other hand, are designed for simpler server software.

IMAP2 is used quite a bit.

IMAP3 is an incompatible offshoot that has not been implemented much.

IMAP4 is a relatively recent extension of IMAP2 which makes the servers cognizant of the MIME-structure of a message.
IMAP2bis was the original name of IMAP4, which has since been refined, but there are/were some implementations of IMAP2bis that are not IMAP4 compliant. IMAP4 also extends IMAP to have many other features including some of DMSP's.

ACAP (Application Configuration Access Protocol), formerly IMSP (Interactive Mail Support Protocol), is a protocol which is being developed to compliment IMAP4 by offering related e-mail services beyond the scope of IMAP4. It includes the ability to subscribe find & subscribe to bulletin boards, mailboxes, and to find and search address books.

IMAP vs POP:

See also online document imap.vs.pop (reference below) and section below "Issue of Remote Access".
DMSP (aka PCMAIL):
desktop computers can use this protocol to both send and receive mail. The system is designed around the idea that each user can own more than one workstation; however, the system doesn't seem to handle the idea of a "public workstation" very well.
The desktop computers are assumed to hold state information about the mail, a directory so to speak, and when the desktop computer is connected to the server, this directory is updated to "reality".
Note: DMSP never gained the following of IMAP or POP and I've heard the software is no longer available.

Who uses these protocols? These protocols were designed and implemented mostly by Internet-connected universities with some participation by other Internet-connected research institutions. They were certainly devised to handle the type of electronic mail that universities must do. A typical site has probably 10 to 10,000 desktop computers and has an Internet connection and also runs Unix, giving them the Unix sysadmin expertise that makes running a Unix-based server attractive. Most of the servers listed here run under Unix though some run under other large systems and as time goes on, we are seeing more servers that run on PCs and Macintoshes.

Disadvantages: there are a number of disadvantages associated with the use of these protocols:

Naturally no one can give a straight answer because it depends upon so many factors.

Issue of Remote Access: Modern commercial e-mail packages typically have features designed to assist in remote access of ones e-mail. Features include:

Any method of reading e-mail using PCs or Macintoshes can be used remotely via remote control (the "PCanywhere(tm)" method, e.g. by dialing up your own office PC/Macintosh and using one of the several kinds of software that allow you to control your PC/Macintosh over the phone).

Also, any LAN-based method can be used by using one of the several methods of providing the same protocol support over dialup lines as are on LANs (SLIP or PPP for the above-mentioned, TCP/IP-based protocols, ARA for Appletalk-based protocols, etc, and sometimes using two different protocols, one incapsulated in the other) under the constraint that any operations that use the network will be much slower. Also, POP3 is often used directly over modems (for example, Eudora can be used in this manner).

The ideal protocol for remote access would not penalize the user for the much slower communications speed (usually slower by a factor of 100: note that a lot of LAN-based software was written without regard to minimizing the necessary communication, thus is really hurt by such slow speeds), yet would allow the same software to run both remotely and locally, with a wonderful user interface. It would also not be overly expensive in communications equipment or services.

This is a difficult set of objectives and the above-three protocols can achieve some of them for some users, but what they actually achieve depends a lot on the user's pattern of e-mail usage.
If a user reads just a small amount of mail, then we would not worry about the length of time necessary to download it remotely with POP3, but if the person receives a lot of mail, but just wants to read a small amount of it at home, then with IMAP2, they could pick and choose what to read, eliminating some download time. If someone is paying for the telephone line time (possibly the user if it is a long distance call; in any case, the institution pays a monthly fee for each line it offers, which is dependent upon how many users it is serving, how often they call, and how long their calls are) then IMAP2's natural method of usage which requires the phone call to remain while a user is reading, poking around, sending, and rearranging mail can be much more costly than using POP3 if one call is used to quickly download all the mail and another later call is used to send any replies. Thus with POP3 a user might have two 1 minute calls before and after a 30 minute e-mail session instead of keeping the call for 30 inutes with IMAP2, and each phone line the institution offers could be serving 15 times as many such users who would each pay a lot less in long-distance phone bills. Note that with the advent of multimedia mail (see MIME below) whose messages can be very large, it is possible that downloading even one message that you end up not reading remotely could ruin such a nice-sounding scenario. MIME: MIME (Multipurpose Internet Mail Extensions) is a relatively new Internet standard for the format for messages with multiple parts, and with non-ASCII data. Any client that can import or export files can use MIME in a clumsy way if you have a program to create and/or decode a MIME message. Some clients have built-in features to do this.

Client-server mail protocols generally only deal with entire messages, and can retrieve MIME messages as well as any other messages since MIME was carefully designed to be transparent to existing mail systems.
However, IMAP4 has features to allow retrieval of individual parts of MIME-encoded messages. The chart below lists whether a package has MIME support. Servers for protocols that don't offer any special MIME features are marked na for Not Applicable since they need do nothing for users to use MIME. All IMAP4 servers can also do this, but the chart lists whether they include explicit MIME support.

Approaches not covered by this memo: proprietary protocols; file sharing; APIs; X.400. Vendors can invent their own protocols similar to those listed above, and some have.

LAN e-mail can also be implemented using file sharing, e.g. using NFS to allow separate Unix workstations to share the same mail spool area just as if it were mail being stored on one system, or using Novell's SMF (Simple Message Format) in a Novell file server. If the applications are written so that they are careful to lock files correctly, then this works. An advantage is that any network file protocol can be used and the e-mail application can be somewhat independent of the file protocol.

For example, Unix systems could use either AFS or NFS. Pegasus is a PC & Mac application that uses Novell file service to do something similar.
Specifications for client-server interaction consist of the file service protocol along with the server directory structures & conventions used for storing e-mail.

A very popular approach with commercial vendors is the use of APIs.
The client talks to the server using an API (Applications Programming Interface), i.e., a set of subroutine/procedure library call definitions for a library providing subroutines/procedures to send, receive, and manipulate e-mail. With the use of any remote procedure call mechanism, the client can be located on a different computer from the server. This allows some mixing and matching of RPC mechanisms, underlying protocol stacks and APIs: e.g., a vendor defines an API, and it can be run over IPX or TCP/IP, in each case over the protocol stack's RPC mechanism. There are a number of APIs now being pushed by vendors:

These API's have been the basis for numerous mail-enabled applications: e.g. a word processor that allows you to send or receive documents through e-mail simply uses one of these APIs allowing it to communicate with any server supporting the same API. Specifications for client-server interaction consist of the protocol stack up to the RPC protocol, then the API itself.

Note that though the API approach in combination with remote procedure calls allows one to implement client-server e-mail without the use of the protocols covered by this document (IMAP, POP, etc), that there is no theoretical reason why such APIs can't be used in an IMAP or POP environment. The necessary software would be a "driver" or piece of "middleware" that provides the APIs calls to mail-enabled applications and uses POP, IMAP, or whatever over a LAN to reach a server. The advantages/disadvantages of such an approach as compared to the use of RPCs is open to debate.
UniPalm's Mail-IT is an example of client software that provides MAPI within the client and uses POP3 to access the server.

X.400 is the message transport defined for use between telecommunications vendors and customers by the international consortium of national standards bodies known as ISO. It roughly corresponds to TCP/IP's SMTP and RFC822 header format. A consortium of X.400 vendors (XAPIA) have developed an API for X.400 applications called CMC.

LDAP: a protocol (the Lightweight Directory Access Protocol) being incorporated in some clients as an Internet way for the client to get information about e-mail addresses from a server, i.e. to give you the capability to type in someone's name and have the mail client software retrieve the address from a server-based directory. LDAP also has other uses. There are plans to incorporate LDAP clients into some IMAP and POP clients. LDAP is essentially an Internet-based, simplified X.500-like protocol and one of the original intentions of its creators was to be gatewayed to X.500, thus giving relatively simple Internet clients access to X.500 servers.
Both LDAP and X.500 provide a method for naming, retrieving, and searching fields in a directory, but do not define the field-names or what is supposed to go in the fields.
Thus server/client interoperability requires further conventions.

Java: a programming language currently (1996) touted as a tool for web-based applications. It can affect the use of LAN protocols in a number of ways: first of all, POP or IMAP clients can be written in Java, using its cross-platform development capabilities to create version for a number of platforms. Second, clients could be written as "Applets", i.e. applications designed to be downloaded into web browsers such as Netscape from a server. With such a design, a user would only need access to a web browser to see their e-mail, e.g. drop into a library and see your e-mail from one of its Internet-browser kyosks. Applets are not normally allowed to access the client-machine's disk files (which would result in too much risk when browsing the Internet from the kind of people who develop computer viruses), so such an application fits a little better into the IMAP model (server storage of e-mail folders) than the POP model (client storage of e-mail folders). Thirdly, Applets enable more practical use of e-mail clients that use non-standard protocols rather than POP or IMAP; interoperability is achieved because the server itself distributes a compatible client applet right when the user accesses the server.

List of Protocols and RFCs

Note: for up-to-date information on the RFCs, get an index from an RFC repository. For up-to-date information on the state of each RFC as to the Internet Standards, see the most recent RFC called "Internet Official Protocol Standards".
Name: Simple Mail Transfer Protocol
Nickname: SMTP
Document: RFC 821 (Postel, August 1982)
TCP-port: 25
Status: Internet standard (STD 10)

Name: Post Office Protocol, Version 2
Nickname: POP2
Document: RFC 937 (Butler et al, February 1985)
TCP-port: 109
Status: Functionally replaced by incompatible
POP3 but still used some

Name: Post Office Protocol, Version 3
Nickname: POP3
Document: RFC 1939 (Myers & Rose, May 1996)
TCP-port: 110 (109 also often used)
Status: In use, standards track
Sites: UC Irvine, MIT

Name Post Office Protocol, Version 3
Authentication command
Nickname: POP3 AUTH
Document: RFC1734 (Myers, December 1994)

Name: Post Office Protocol, Version 3 Extended
Service Offerings
Nickname: POP3 XTND
Document: RFC 1082 (Rose, November 1988)

Name: Distributed Mail Service Protocol
Nickname: DMSP, Pcmail
Document: RFC 1056 (Lambert, June 1988)
TCP-port: 158
Status: Used very little
Sites: MIT

Name: Interactive Mail Access Protocol, Version
2
Nickname: IMAP2
Document: RFC 1176 (Crispin, August 1990)
TCP-port: 143
Status: In use, being replaced by upward-compatible IMAP4
Sites: Stanford, U Washington

Name: Interactive Mail Access Protocol, Version 2bis
Nickname: IMAP2bis
TCP-port: 143
Status: Experimental, but in use, being replaced by upward-compatible IMAP4

Name: Interactive Mail Access Protocol, Version 3
Nickname: IMAP3
Document: RFC 1203 (Rice, February 1991)
TCP-port: 220
Status: Historical, not used
Sites: Stanford

Name: Internet Message Access Protocol, Version 4
Nickname: IMAP4
Document: RFC 1730 (Crispin, December 1994)
TCP-port: 143
Status: Being implemented, Standards track
Sites: U Washington
Related: RFC 1731 (Myers, December 1994),
RFC 1732 (Crispin, December 1994),
RFC 1733 (Crispin, December 1994)

Name: Interactive Mail Support Protocol
Nickname: IMSP
Document: Draft RFC: ? (Myers, June 1995)
TCP Port: 406
Status: Experimental, renamed ACAP
Sites: Carnegie Mellon

Name: Application Configuratino Access Protocol
Nickname: ACAP
Document: Draft RFC: ? (Myers, June 1996)
Status: ?
Sites: Carnegie Mellon
Note: The "I" in IMAP used to stand for "Interactive". Now it stands for "Internet" and the "M" stands for "Message" rather than "Mail".

Also, Internet drafts are available at ds.internic.net, munnari.oz.au, and nic.nordu.net in directory internet-drafts. IMAP2bis is essentially an early version of IMAP4.

Other Sources of Information

My own web info:
http://web.syr.edu/~jmwobus/lans/#imappop

http://web.syr.edu/~jmwobus/internet/

Web information on IMAP: http://www.imap.org

Web information from University of Washington: http://www.washington.edu/imap/

By anonymous ftp from ftp.cac.washington.edu: mail/imap.vs.pop.short -outlines differences in more detail than this document | mail/imap.vs.pop -even more detail mail/imap.software -list of IMAP software mail/imap.docs -more on IMAP documentation mail/* -other information

Web information from andrew2.andrew.cmu.edu: http://andrew2.andrew.cmu.edu/cyrus/email/clients-IMAP.html
  • List of IMAP clients http://andrew2.andrew.cmu.edu/cyrus/acap/acap.html
  • The ACAP Home Page Mailing lists: pop@jhunix.hcf.jhu.edu imap@cac.washington.edu CW-EMAIL@EARNCC.EARN.NET By anonymous ftp from rtfm.mit.edu: This memo comp.os.msdos.mail-news FAQ Memo Mini FAQ on client-server mail protocols
  • similar to this memo but shorter and more practical: (ftp://rtfm.mit.edu/pub/usenet/news.answers/mail/mailclient-faq) Consortium: "The IMAP Consortium" -Getting under way as of March 1995. Page on MAPI API: http://www.wp.com/davidb/emapi.html

    Capabilities of Well-known mail clients

    This section covers what I've been able to find out so far about the well-known mail clients' ability to retrieve mail from a POP or IMAP server.
    ClientPOP3IMAPMIME
    Apple PowerMail client ? ? ?
    BeyondMail yes planned- yes
    CE QuickMail client planned= planned= yes
    Claris Emailer yes?yes
    DaVinci eMAIL client yes*?yes*
    Lotus ccMail Clientnonono
    Lotus Notes mail clientnono?
    Microsoft Mail clientnonono
    Microsoft Exchange clientyes+noyes&
    Netscapeyesyesyes
    Notes:
    (-) Announced early 1996: target delivery: 4th quarter 1996.
    (=) CE plans to rename the successor to their current client QuickMail LAN, while introducing both a free and a commercial POP3 client, then upgrade the commercial POP3 client to also support IMAP.
    (*) DaVinci SMTP eMAIL: I'm not sure if this is different from the normal DaVinci client
    (+) Requires Internet Mail Client for Exchange, downloadable from http://www.windows.microsoft.com or included in "Microsoft Plus".
    (&) qp/base64
    (%) Planned for Netscape 4.0

    List of Implementations

    ProtComputerImplementationEndMIMESource
    DMSPPCpc-epsilon (3.1)clnt?allspice.lcs.mit.edu
    DMSPPCpc-netmail (3.1)clnt?allspice.lcs.mit.edu
    DMSPPCpc-readerclnt?allspice.lcs.mit.edu
    DMSPUnixPcmail 3.1 reposit.srvrnaallspice.lcs.mit.edu
    DMSPUnix/EMACS Pcmail 4.2clnt?allspice.lcs.mit.edu
    DMSPPCPC/TCP 2.3clnt?FTP Software 8/4/94
    DMSPOS/2PC/TCPclnt?FTP Software
    DMSPOS/2TCP/2clnt?Essex Systems
    DMSPOS/2TCP/2 SERVER PACKsrvrnaEssex Systems
    DMSPOS/2TCP/2 ADV CLIENTclnt?Essex Systems
    IMAP1MacOSMacMS 2.2.1 (obs)clntnosumex-aim.stanford.edu* 7/13/95
    IMAP24MacOSMailstrom 1.04clntnosumex-aim.stanford.edu* 11/7/93
    IMAP24MacOSMailstrom 1.05clntnoftp-camis.stanford.edu 5/21/96
    IMAP24MacOSMailstrom 2 (b?)clntyesTree Star Inc. 5/21/96
    IMAP?MacOSMailstromclnt?lindy.stanford.edu 9/22/95
    IMAP?MacOSMulberry (beta)clntnomulberry@dial.pipex.com 7/30/96
    IMAPb4Mac/OT SIMEON 4.1clntyesESYS Corp www.esys.ca 8/5/96
    IMAPb4MacOSSIMEON 4.1clntyesESYS Corp www.esys.ca 8/5/96
    IMAPb4MS-WINSIMEON 4.1clntyesESYS Corp www.esys.ca 8/5/96
    IMAPb4WIN32SIMEON 4.1clntyesESYS Corp www.esys.ca 8/5/96
    IMAPb4Unix/MotifSIMEON 4.1clntyesESYS Corp www.esys.ca 8/5/96
    IMAP4?SIMEON SERVERsrvr?ESYS Corp www.esys.ca 8/1/96
    IMAP2MacOSPathWayclntnoThe Wollongong Group 2/25/94
    IMAP2Unix/XPathWayclntnoThe Wollongong Group 2/25/94
    POP3MacOSPathWayclntnoThe Wollongong Group 2/25/94
    POP3Unix/XPathWayclntnoThe Wollongong Group 2/25/94
    POP3OS/2? (in testing)srvrnokf5mg@computek.net 11/28/95
    IMAP?MacOSECSMail Mac (alpha)clntyesISA 11/7/93
    IMAP2bMacOSECSMail 3.0 (beta)clntyesISA 10/4/94
    POP2MacOSMacPOP 1.5clnt?? 10/24/94
    POP2MS-DOSPC POP 2.1clnt?? 10/24/94
    POP3MacOS TCP/Connect II clnt?InterCon Systems Corp
    POP3MS-WINTCP/Connect II f WclntyesInterCon Systems Corp 7/8/94
    POP3NeXTEasyMailclntyesftp.cac.washington.edu 11/7/93
    IMAP2NeXTMailManagersrvryesftp.cac.washington.edu 11/7/93
    IMAP2TOPS20MAPSERsrvrna?11/7/93
    IMAP2Uniximap kitsrvrnaftp.cac.washington.edu 2/1/94
    POP23Uniximap kitsrvrnaftp.cac.washington.edu 2/1/94
    POP23UnixIPOPsrvrnaftp.cac.washington.edu 2/23/96
    IMAP4Uniximap4 kit (alpha)srvrnaftp.cac.washington.edu 5/31/95
    IMAP24UnixPine 3.90clntyesftp.cac.washington.edu 9/23/94
    IMAP24UnixPine 3.91clntyesftp.cac.washington.edu 10/14/94
    IMAP2bUnixPine 3.95clntyesftp.cac.washington.edu 7/30/96
    IMAP24UnixPine 4.0 (future)clntyesftp.cac.washington.edu 7/30/96
    IMAP24MS-DOSl+ PC-Pine 3.90clntyesftp.cac.washington.edu 9/23/94
    IMAP24MS-DOSl+ PC-Pine 3.91clntyesftp.cac.washington.edu 10/14/94
    POP23rUnixpopclient x.x (rep)clntnoRenamed 'fetchmail' 10/7/96
    IMAPb4Unixpopclient x.x (rep)clntnoRenamed 'fetchmail' 10/7/96
    POP23rUnixfetchmail 1.8clntnowww.ccil.org/~esr 10/11/96
    IMAPb4Unixfetchmail 1.8clntnowww.ccil.org/~esr 10/11/96
    POP?Unixgwpopclnt?ftp.pasteur.fr 2/9/96
    POP?Unixpopcclnt?ftp.imag.fr 2/9/96
    POP?Unixpopmailclnt?ftp.cic.net 2/9/96
    POP?Unixmovemailclnt?GNU 2/9/96
    IMAP2VMSPine 3.88 portclntyesvms.huji.ac.il 4/12/94
    IMAP?VMSPine in PMDF 4.3clnt?Innosoft 4/1/94
    IMAP2VMSImapD portsrvryesvms.huji.ac.il 4/12/94
    POP3uWin3/95/NTNetscape 2.xclntyesNetscape 7/29/96
    IMAP?Windows?pcMail (future)clnt?OzMail 3/19/96
    POP?SolarisNetscape 3.0b4 (fut)clnt? Netscape 6/25/96
    IMAP4?Netscape 4.0 (fut)clntyesNetscape 7/30/96
    POP3Macintosh6Eudora 1.3.1clntnoftp.qualcomm.com 7/14/94
    POP3Mac7/PM7Eudora 1.5.3clntyesftp.qualcomm.com 8/4/95
    POP3mrMacintosh7Eudora 2.0.2clntyesQualcomm 5/10/94
    POP3mrMac7/PM7Eudora 2.0.3clntyesQualcomm 9/13/94
    POP3mrkMac7/PM7Eudora 2.1clntyesQualcomm 9/13/94
    POP3mrkMac7/PM7Eudora 2.1.1clntyesQualcomm 8/4/95
    POP3mrkMac7/PM7Eudora 2.1.2clntyesQualcomm 8/4/95
    POP3mrkMac7/PM7Eudora 2.1.3clntyesQualcomm 8/4/95
    POP3MS-WINwEudora 1.4.4clntyesftp.qualcomm.com 6/23/95
    POP3MS-WINwEudora 1.5.2b1clntyesftp.qualcomm.com 8/4/95
    POP3MS-WINwEudora 2.0.3clntyesQualcomm 9/13/94
    POP3MS-WINwEudora 2.1.1clntyesQualcomm 8/4/95
    POP3WIN32Eudora Pro 2.2b8clntyesQualcomm 12/5/95
    POP3WIN3/95/NTEudora Pro ?clntyesQualcomm 7/29/96
    POP3MacEudora Pro 3.0clntyesQualcomm 8/14/96
    POP3OS/2PMMail 11clntyeshobbes.nmsu.edu 6/2/95
    POP3OS/2POP3D 12srvryeshobbes.nmsu.edu 6/2/95
    POP3OS/2POP3D 14Asrvryeshobbes.nmsu.edu 9/12/95
    POP3OS/2POP3D 14Bsrvryeshobbes.nmsu.edu 4/5/96
    POP?OS/2popsrv99.zipsrvr?hobbes.nmsu.edu 2/15/96
    POP3rOS/2popsrv10.zipsrvrnaftp-os2.mnsu.edu 3/15/96
    POP3MS-WINMi'Mailclntyeshttp://www.irisoft.be 6/30/95
    IMAP2bUnix/XMML 1.3.1clntyesftp-camis.stanford.edu 7/13/95
    IMAP24Unix/XMML 2.0 (future)clntyesStanford 7/13/95
    IMAP1Uniximapd 3.2 (obs)srvrnaftp-camis.stanford.edu 7/13/95
    IMAP2bUniximapd 3.4/UWsrvr? ftp.cac.washington.edu 12/13/94
    IMAP2bUniximapd 3.5/UWsrvr? ftp.cac.washington.edu 4/25/95
    IMAP2bUniximapd 3.6.BETAsrvr? ftp.cac.washington.edu 4/25/95
    IMAP2bUniximapd 4.0/UW (fut)srvr?U Wash 4/25/95
    IMAP4?imap-4srvryesftp.cac.washington.edu 10/25/96
    POP3u?imap-4srvrnaftp.cac.washington.edu 10/25/96
    IMAP4?imap-4.1 ALPHAsrvryesftp.cac.washington.edu 10/25/96
    POP3u?imap-4.1 ALPHAsrvrnaftp.cac.washington.edu 10/25/96
    IMAP?Unix/XPalm (in dev)clnt?UMiami 11/7/93
    IMAP?Unix/XCyrus (dev on hold)clntyesCMU 10/4/94
    IMAP24UnixCyrus 1.3srvryesftp.andrew.cmu.edu 3/28/95
    POP3UnixCyrus 1.3srvrnaftp.andrew.cmu.edu 3/28/95
    KPOPUnixCyrus 1.4srvrnaftp.andrew.cmu.edu 3/28/95
    IMAPUnixCyrus 1.4srvryesftp.andrew.cmu.edu 12/1/95
    POP3UnixCyrus 1.4srvrnaftp.andrew.cmu.edu 12/1/95
    POP3uUnixCyrus ?srvrna3/12/96
    IMAP4?Futr Andrew Msg Sys ??Carnegie-Mellon 9/20/94
    IMAP??Xrx Lsp Mc Yes-WayclntyesStanford U 11/7/93
    IMAP2MS-WINwECSMail 2.1clnt?ISA, ftp.srv.ualberta.ca 2/25/94
    IMAP2MS-WINwECSMail 2.2 (beta)clntyesISA, info.asu.edu 2/25/94
    IMAP2bMS-WINwECSMail 3.0 (beta)clntyesISA 10/4/94
    IMAP2Unix/XMECSMail Mo (in dev)clntyesISA 11/7/93
    IMAP2bSolarisECSMail 3.0 (beta)clntyesISA10/4/94
    IMAP2MS-DOSECSMail DOS(in dev)clntyesISA11/7/93
    IMAP?UnixUMAILclntnoumail@umail.umd.edu11/7/93
    IMAP?UnixMSclntnoftp.cac.washington.edu11/7/93
    IMAP2MS-WINPathWayclntnoThe WollongongGroup 2/25/94
    POP3MS-WINPathWayclntnoThe WollongongGroup 2/25/94
    POP?MS-WINPathWay Access 3.0clnt?TheWollongong Group 8/4/94
    IMAP?NTECSMail 2.1clntyesISA,ftp.srv.ualberta.ca 11/7/93
    POP3NTsendmail/POP3 (bet)srvrnawww.metainfo.com 9/15/95
    POP3NTsendmail/POP3srvrnaemwac.ed.ac.uk12/5/95 (www.emwac.ed.ac.uk)
    IMAP4NTsendmail/POP3 (fut)srvr?emwac.ed.ac.uk 5/21/96 (www.emwac.ed.ac.uk)
    IMAP?OS/2ECSMail OS/2(in dev)clntyesISA11/7/93
    IMAP2AmigaPine 3.8x (in dev)clntyesUWashington 11/7/93
    POPMacOSPOPmail 1.7clnt?boombox.micro.umn.edu 9/1/95
    POP23MacOSPOPmail 2.09bclnt?boombox.micro.umn.edu 9/1/95
    IMAP2MacOSPOPmail 2.09bclnt?boombox.micro.umn.edu 9/1/95
    POP23MacOSPOPmail 2.2clnt?boombox.micro.umn.edu 9/1/95
    IMAP2MacOSPOPmail 2.2clnt?boombox.micro.umn.edu 9/1/95
    POP3MacOSPOPmail/Labclnt?boombox.micro.umn.edu 9/1/95
    POPNeXT OSBlitzMailsrvrnaftp.dartmouth.edu10/23/95
    POPDEC OSF/1BlitzMailsrvrnaftp.dartmouth.edu 10/23/95
    POPAIXBlitzMail (in dev)srvrnaftp.dartmouth.edu 10/23/95
    POP3MS-WINw5POPmail/Labclnt?boombox.micro.umn.edu 9/1/95
    POP3MacOSEmailer 1.1clntyesClaris 7/29/96
    POP3MacOSOfficeMailsrvrnaClaris 6/6/96
    IMAP2bUniximapperl-0.6clnt?dnpap.et.tudelft.nl 2/6/96
    POP2MacOSMailStop 1.1.3srvrnaboombox.micro.umn.edu 1/18/94
    POP3rMacOSMailShare 1.0(beta)srvrnaglenn.anderson@stonebow.otago.ac.nz 8/16/94
    POP3rMacOSMailShare 1.0fc6srvrnaftp.qualcomm.com 8/4/95
    POP3rMacOSAIMS 1.0srvrnaApple 10/27/95
    POP3rMacOSAIMS 1.1srvrnaApple 5/21/96(www.cybertech.apple.com)
    POP3rMacOSAIMS 1.1.1srvrnaApple 10/17/96
    POP3rMacOSAIMS 2.0 (fut '97)srvr?Apple10/17/96
    POP3rMacOSAIMS 2.1 (fut)srvr?Apple10/17/96
    IMAPMacOSAIMS 2.1 (fut)srvr?Apple10/17/96
    POP3MacOSPOPGate 1.1 gway?Stalker 3/25/96(www.stalker.com)
    IMAP?MacOSMailDrop 1.1clnt?ackmo.baylor.edu 3/22/96
    IMAP2?MacOSMailDrop 1.2d6aclnt?ackmo.baylor.edu 3/22/96
    IMAP?MacOSMailDrop 2 (dev)clnt?Baylor1/19/96
    POP2MS-DOSLifeLine Mail 2.0clnt?SunSelect12/7/93
    POP23MS-DOSSelectMail 2.1clnt?SunSelect1/25/94
    POP2MS-DOSk ?srvrnaucsd.edu
    POP2MS-DOSk net091bsrvrnaboombox.micro.umn.edu 12/3/93
    POP3MS-DOSk pop3nos v1.86srvrnaboombox.micro.umn.edu 12/3/93
    POP2MS-DOSp POPMail 3.2.2clnt?boombox.micro.umn.edu 9/1/95
    IMAP?MS-DOSp POPMail/PC 3.2.2clnt?boombox.micro.umn.edu 1/11/94
    POP2MS-DOSp POPMail 3.2.3 beta2clnt?boombox.micro.umn.edu 9/1/95
    IMAP?MS-DOSp POPMail 3.2.3 beta2clnt?boombox.micro.umn.edu 9/1/95
    POP3MS-DOSk pop3servsrvrnabiochemistry.crwu.edu
    POP3MS-DOSk nos11c-a.exesrvrnabiochemistry.bioc.cwru.edu 9/16/94
    POP2MS-DOSMD/DOS-IPclnt?U Maryland
    POP2MS-DOSPC/TCPclnt?FTP Software
    POP2OS/2PC/TCP for OS/2clnt?FTP Software11/2/93
    POP23MS-WINBW-ConnectclntnoBeame &Whiteside 8/4/94
    POP3MS-WINAir Series 2.06clntnoSpry 7/7/94
    IMAP?MS-WINAir Mail??AIR Co. Ltd 9/20/94
    IMAP?MS-WINEMBLA ??ICL ProSystems 9/20/94
    IMAP4?Intrnt MsgingServersrvr?ICL TeamWare9/8/1
    POP3?Intrnt MsgingServersrvr?ICL TeamWare9/8/1
    POP23MS-DOSp Minuet 1.0b18a(beta)clntnominuet.micro.umn.edu 9/1/95
    POP?MS-WINls TCPMailclnt?Pinesoft(pinesoft@net.com)
    POP2UnixU Minn popd 1.5csrvrnaboombox.micro.umn.edu 11/19/93
    POP2Unix/AIXaix_new_popdsrvrnaboombox.micro.umn.edu 9/1/95
    POP2Unix/HP9khp9000_popdsrvrnaboombox.micro.umn.edu 9/1/95
    POP23MS-WINwPOPmailclnt?boombox.micro.umn.edu 9/1/95
    IMAP2MS-WINwPOPmailclnt?boombox.micro.umn.edu 9/1/95
    POP2UnixUSC-ISI popdsrvrna? 10/24/94
    POP2Uniximapd/ipop2d 3.4srvrnaftp.cac.washington.edu 12/13/94
    POP3Unix/cursZ-Mail Lite 3.2clntyesNetManage 8/23/96 www.netmanage.com
    POP3Unix/lineZ-Mail Lite 3.2clntyesNetManage 8/23/96 www.netmanage.com
    POP3Unix/XMZ-Mail Motif 3.2.1clntyesNetManage 8/23/96 www.netmanage.com
    POP3WIN3/95/NTZ-Mail 4.0.1clntyesNetManage8/23/96 www.netmanage.com
    POP3MacOSZ-Mail 3.3.1clntyesNetManage8/23/96 www.netmanage.com
    IMAP4WIN3/95/NTZ-Mail ProclntyesNetManage8/23/96 www.netmanage.com
    IMAP?MacOSZ-Mail ?clntyesNetManage 5/21/96
    POP?Unixzync ?clnt?NCD 9/23/94(www.ncd.com)
    POP23kUnixXxmhclnt?ftp.x.org 2/15/94
    POP23kUnixXexmhclntyes? 8/8/95
    POP23kUnixXdxmail/mhclnt?DEC
    POP?Unixucbmail cloneclnt?rtfm.mit.edu12/16/94
    POP?Unixpop-perl-1.0clnt?sunsite.unc.edu9/13/94
    POP?Unix/XO SXMail 0.9.74a (b)clnt?ftp.uni-stuttgart.de 10/12/95
    POP2VMFALsrvrnaIBM
    POP2MS-WINIBM TCP/IP for DOSclntnoIBM7/7/94
    POP2VM?srvrnaTexas Tech University
    POP?VM?POPDsrvrnavmd.cso.uiuc.edu 2/4/94
    POP3VMvmpop3.200srvrnauriacc.uri.edu1/10/95
    POP3MUSIC/SP POPD 1.0srvrnaMcGill Univ.Sys. Inc. 01/11/95
    POP2OS/2TCP/2 SERVER PACKsrvrnaEssexSystems
    POP2VMSMultiNetsrvrnaTGV, Inc. 07/26/95
    POP2HP3000/MPENetMail/3000srvrna3KAssociates
    POP3?NetMail/3000srvrna3K Associates
    POP3kMacOSEudora 1.3a8kclnt?ftp.brown.edu8/19/94
    POP3MacOSMacPOP (Berkeley)clnt?ftp.cc.berkeley.edu
    POP3kMacOSTechMail 2.0clnt?net-dist.mit.edu
    POP3MacOSMacMHclnt?jessica.stanford.edu/info
    POP3MacOSVersaTerm Linkclnt?SynergySoftware 10/8/93
    POP3MacOSLeeMail 2.0.2 (shw)clnt?chs.cusd.claremont.edu 10/12/93
    POP3Mac7proMail*Link InternetclntyesStarNine Technologies 2/18/94
    POP3tUnixpopper-1.7srvrnaftp.cc.berkeley.edu 10/15/93
    POP3kUnixpopper-1.7ksrvrnaftp.brown.edu10/19/94
    POP3kUnixhacked ucbmailclntnoUCSC 6/29/95
    POP3kUnixhacked pineclntyesUCSC 6/29/95
    POP3Unixpopper-1.831srvrnaftp.cc.berkeley.edu 11/3/93
    POP3Solaris2.Xpopper-1.831/uoresrvrnaftp.uoregon.edu 10/19/93
    POP3Solaris2.Xpopper-1.9srvrnaftp.chalmers.se 7/26/94
    POP3UnixpopperQC3srvrnaftp.qualcomm.com8/4/95
    POP3Unixqpopper 2.1.3-r5srvrnaftp.qualcomm.com 8/4/95
    POP3Unixqpopper 2.1.4-r1srvrnaftp.qualcomm.com 8/4/95
    POP3uUnixqpopper 2.1.4-r3srvrnaftp.qualcomm.com 2/26/96
    POP3uUnixqpopper 2.1.4-r4srvrnaQualComm5/16/95
    POP3rUnixVers of qpoppersrvrnaQualComm1/26/96
    POP3uUnixqpopper 2.2 betasrvrnaQualcomm2/26/96
    POP?UnixzpopsrvrnaNCD 9/1/95
    POP3Unixpopper.rs2srvrnaftp.qualcomm.com8/4/95
    POP3Unixperl poppersrvrnaftp.xensei.com/users/ccrlphr 9/1/95
    POP23kUnixmh-6.8 (UCI RandMH)bothyesftp.ics.uci.edu 8/30/94
    POP23krUnixmh-6.8.3 (UCI RndMH)bothyesftp.ics.uci.edu 9/27/94
    POP23UnixEMACS RMAILclntno? 8/2/95
    POP23UnixEMACS vmclntnoftp.uu.net 8/2/95
    POP3Linuxminiclientclnt?sunsite.unc.edu8/30/94
    POP3Uniximapd/ipop3d 3.4srvrnaftp.cac.washington.edu 12/13/94
    POP3Unixpop3d 1.004srvrnaftp.ucdavis.edu12/3/93
    POP2Unixpop2d 1.001srvrnaftp.ucdavis.edu12/3/93
    POP3Unixmush 7.2.5clnt?? 12/16/94
    POP23kUnixpopmaildsrvrnaftp.wu-wien.ac.at4/5/95
    IMAPAIXimap serversrvr?ftp.wu-wien.ac.at4/5/95
    POP3MacOS/AOCEMailConnectclntyes? 7/5/95
    POP3tMS-DOSnpo PC/TCPclnt?FTP Software
    POP3OS/2PC/TCP for OS/2clnt?FTP Software11/2/93
    POP3MS-DOSTechMail(future)clnt??
    POP3MS-WINl TechMail for Wind.clnt?net-dist.mit.edu 2/25/94
    POP3OS/2l TechMail for Wind.clnt?net-dist.mit.edu 2/25/94
    POP3MS-DOSp NUPop 1.03clntnoftp.acns.nwu.edu 11/5/93
    POP3MS-DOSp NUPop 2.02clntnoftp.acns.nwu.edu 1/18/94
    POP3MS-DOSp NUPop 2.10 (alpha)clntyesftp.acns.nwu.edu 6/10/94
    POP23MS-WINw Trumpetclntnoftp.psychol.utas.edu.au 7/7/94
    POP3MS-WIN Pceudoraclnt?ftp.qualcomm.com9/24/93
    POP3MS-WINw WinPmail 2.0b4clnt?risc.ua.edu6/6/95
    POP3MS-DOSp POPgate (Pmail gw)clnt?risc.ua.edu 4/1/94
    POP3MS-DOSl PMPOP (Pmail gw)clnt?risc.ua.edu 4/1/94
    POP3xMS-WINWinQVT (2.1)clnt?QPC Software(shareware) 7/12/94
    POP3MS-WINp wnqvtnet 3.0clnt?ftp.cica.indiana.edu
    POP3MS-WINp wnqvtnet 3.9clnt?ftp.cica.indiana.edu 2/1/94
    POP3MS-WINOpen Systems Mailclnt?PineSoftware
    POP3MS-WINIMAILboth?Ipswitch 7/12/94
    POP3NTIpswitchsrvr?Ipswitch 5/24/96
    POP3VMSIUPOP3 v1.7srvrnaftp.indiana.edu7/25/94
    POP3VMSIUPOP3 v1.7-CMU-TEKsrvrnaftp.indiana.edu 7/25/94
    POP3VMSIUPOP3 v1.8-1srvrnaftp.indiana.edu7/25/94
    POP3MS-DOSPOP3 0.9clntnaftp.indiana.edu7/25/94
    POP3VMSMultiNetboth?TGV, Inc. 07/26/95
    POP3VMSPMDF 5.1srvrnaInnosoft 9/24/96www.innosoft.com
    POP3SolarisPMDF 5.1srvrnaInnosoft 9/24/96www.innosoft.com
    POP3DigUnixPMDF 5.1srvrnaInnosoft 9/24/96www.innosoft.com
    POP3OpenVMSPMDF 5.1srvrnaInnosoft 9/24/96www.innosoft.com
    IMAP?VMSPMDF 5.1srvr?Innosoft 9/24/96www.innosoft.com
    IMAP?SolariscPMDF 5.1srvr?Innosoft 9/24/96www.innosoft.com
    IMAP?DigUnixPMDF 5.1srvr?Innosoft 9/24/96www.innosoft.com
    IMAP?OpenVMSPMDF 5.1srvr?Innosoft 9/24/96www.innosoft.com
    IMAP?MS-DOSPMDF E-mail Intercclnt?Innosoft 3/2/94 www.innosoft.com
    IMAP?MacOSPMDF E-mail Intercclnt?Innosoft3/2/94 www.innosoft.com
    POP?VMSPMDF E-mail Interc??Innosoft6/24/96 www.innosoft.com
    IMAP?VMSPMDF E-mail Interc??Innosoft6/24/96 www.innosoft.com
    POP3rVMSPMDF popstoreclnt?Innosoft9/24/96 www.innosoft.com
    IMAP4SolarisXRoam (Future)clnt?Sun 9/26/95
    IMAP?Windows?Roam (Future)clnt?Sun 3/19/96
    IMAP4SolarisXimapd (Future)clnt?Sun9/26/95
    IMAP4SolarisSolstice IMS1.0srvryesSunSoft10/17/96 http://www.sun.com
    POP3SolarisSolstice IMS1.0srvryesSunSoft10/17/96 http://www.sun.com
    IMAP4SolarisSolstice IMS2.0 (f)srvryesSunSoft 10/17/96 http://www.sun.com
    POP3SolariscSolstice IMS2.0 (f)srvryesSunSoft 10/17/96 http://www.sun.com
    IMAP4SolarisSolstice IMC0.9clntyesSunSoft4/5/96 http://www.sun.com
    IMAP4SolarisSolstice IMC? (fut)clntyesSunSoft 4/5/96 http://www.sun.com
    IMAP4MS-WIN3.11Solstice IMC0.9clntyesSunSoft 4/5/96 http://www.sun.com
    IMAP4MS-WIN3.11Solstice IMC? (fut)clntyesSunSoft 4/5/96 http://www.sun.com
    IMAP4MS-WIN95Solstice IMC0.9clntyesSunSoft4/5/96 http://www.sun.com
    IMAP4MS-WIN95Solstice IMC? (fut)clntyesSunSoft 4/5/96 http://www.sun.com
    IMAP4NTSolstice IMC0.9clntyesSunSoft4/5/96 http://www.sun.com
    IMAP4NTSolstice IMC? (fut)clntyesSunSoft4/5/96 http://www.sun.com
    POP3OS/2TCP/2 SERVER PACKsrvrnaEssexSystems
    POP3OS/2TCP/2 ADV CLIENTclnt?Essex Systems
    POP?MS-DOSUCDmailclnt?ftp.ucdavis.edu10/24/94
    POP?MS-DOSPC POPclnt??BillSchweickert/Sterling Fed
    POP23MS-WINnpo Super-TCP for W e.0clntyesFrontier Technologies 6/10/94
    POP?MS-WINnpo Super-TCP for W e.0srvryesFrontier Technologies 7/12/94
    POP3WIN3/95/NTSuperHghwy Access 2clntyesFrontier Technologies 7/29/96
    POP?MS-WINw Windows ELMclnt?lister.cc.ic.ac.uk 7/12/94
    IMAP??ELM patchesclnt?www.math.fu-berlin.de/~guckes/elm/patches 7/16/96
    POP23MS-DOSni ChameleonNFSboth?NetManage8/4/94
    POP23MS-DOSni Chameleon betaclntyesNetManage
    POP23MS-WINw Internet ChameleonclntyesNetManage 7/12/94
    POP23NT Chameleon V5.0 f NTboth?NetManage11/28/95
    IMAP?Windows?Chameleon (future)clnt?NetManage 3/19/96
    POP?MacOSMEWSclnt??
    POP?MacOSbyupopmailclnt??
    POP?VM?srvrnaTTUVM1
    POP3MacOSHyperMail???

    ?OS/2lamailpop ??ftp-so2.cdrom.com
    POP?OS/2Popclientclntyes? 1/19/96
    POP?OS/2Emacs 19.xxclntyes? 1/19/96
    POP3MS-DOSs pcelmclnt?lister.cc.ic.ac.uk1/25/94
    POP3MS-WINs winelmclnt?lister.cc.ic.ac.uk1/25/94
    POP3NetWare Mercury 1.11srvrnarisc.ua.edu2/4/94
    POP3NetWare34 Mercury 1.2.1srvrnarisc.ua.edu 3/29/96
    POP3NetWare34 Mercury 1.3srvrnarisc.ua.edu8/2/96
    POP3MS-WINw IMailsrvrnaIpswitch 7/15/94
    POP3MS-Windows Pegasus/Win 2.3clnt?risc.ua.edu 6/6/96
    POP3MS-Windows Pegasus/Win 2.2(r3)clnt?risc.ua.edu 6/6/96
    POP3MS-Windows Pegasus/Win 2.0(r1)clnt?risc.ua.edu 6/6/96
    POP3MS-DOSPegasus/DOS 3.2(r2)clnt?risc.ua.edu 6/6/96
    POP3MacOSPegasus/MAC 2.1.2clnt?risc.ua.edu6/6/96
    POP23MS-WINw Mail-IT 2clntyesmail-it@unipalm.co.uk 7/12/94
    POP23UnixMail-IT 2clntyesmail-it@unipalm.co.uk 9/9/94

    POP23Unixservers w Mail-ITsrvrnamail-it@unipalm.co.uk 12/16/94
    POP?MS-WIN RFD Mail 1.22clnt?ftp.std.com7/19/94
    POP?MS-WIN RFD Mail 1.23clnt?ftp.std.com9/16/94
    POP3MS-WINw ws_gmailsrvrnabuckshot.usma.edu9/16/94
    POP3MS-WINw IMAILsrvrnaIpswitch 9/16/94
    POP3MS-WINw Pronto Mail 2.01clntyesCommtouch 4/24/96 (www.commtouch.com)
    IMAPMS-WINw ProntoclntyesCommtouch 9/5/95
    POP23MS-WINw TurnpikeclntyesTurnpike Ltd,http:www.turnpike.com 8/11/95
    POP3MS-WIN WinSmtpsrvrnaSeattle Labs,http://wildside.kwnet.on.ca/winsmtp.html 11/3/95
    POP3rWIN95 SLmail95srvrnahttp://www.seattlelab.com/ 5/14/96
    POP3rNT SLmailNTsrvrnahttp://www.seattlelab.com/ 3/29/96
    POP3?VA ProfessionalclntyesAshmount4/30/96 http://www.asnmount.com
    POP3?VA WorkgroupclntyesAshmount 4/30/96http://www.asnmount.com
    POP3NTpost.officesrvrnaSoftware.com, Inc.12/11/95 (www.software.com)
    POP3Solariscpost.officesrvrnaSoftware.com,Inc. 12/11/95 (www.software.com)
    POP?MS-?Exchangeclnt?Microsoft 10/24/95
    POP3MS-?Exchange Server (f)srvryesMicrosoft 9/11/96
    IMAP4MS-?Exch Server (maybe)srvr?Microsoft6/21/96
    POP3MS-?Inter. Mail & NewsclntyesMicrosoft 6/4/96 (www.microsoft.com)
    POP3MS-?Inter. Mail Servicegway?Microsoft6/4/96 (www.microsoft.com)
    POP3uNTExchpop(?) 1.0gwayyeshttp://www.sts.co.il/pop3.htm 6/14/96
    POP3MacOSPowertalk ???11/7/95
    IMAP2MS-WINSiren MailclntyesSiren Software12/28/95
    IMAP?Windows?Siren Mail 3.0clntyesSirenSoftware 3/19/96
    POP3MS-WINSiren MailclntyesSiren Software12/28/95
    IMAP2WIN95Siren MailclntyesSiren Software12/28/95
    POP3WIN95Siren MailclntyesSiren Software12/28/95
    IMAP2NTclientSiren MailclntyesSirenSoftware 12/28/95
    POP3NTclientSiren MailclntyesSirenSoftware 12/28/95
    ?UnixSiren Mailsrvr?Siren Software12/28/95
    IMAP2?Siren Mail Serversrvr?Siren Software8/1/96
    POP3?Siren Mail Serversrvr?Siren Software8/1/96
    IMAP4?Siren Mail (future)clntyesSirenSoftware 12/28/95
    IMAP?MacOSSiren Mail (future)clntyesSirenSoftware 1/21/96
    IMAP?WIN95Siren Mail (beta)clntyesSirenSoftware 7/30/96
    POP3MacOSNetAllysrvrnaDelphic(www.delphic.com) 11/17/95
    POP3DOSWINBeyondMailclntyesBanyan(beyondmail.banyan.com) 2/6/96
    IMAP4?BeyondMail (future)clntyesBanyan(beyondmail.banyan.com) 9/6/96
    POP?NTMailSrv from Res K.srvrnaMicrosoft?
    IMAPWIN??clnt?Email connection 12/8/95
    POP3NetWare34SoftNet WEBservsrvrnaPuzzleSystems 12/15/95 (info@puzzle.com)
    POP3NTNetscape MailServersrvrnaNetscape12/18/95 (info@netscape.com)
    POP3SunOSNetscape MailServersrvrnaNetscape12/18/95 (info@netscape.com)
    POP3SolarisNetscape MailServersrvrnaNetscape 12/18/95 (info@netscape.com)
    IMAP4NTNetscape M S 2.0(f)srvr?Netscape6/21/96
    POP3OpenVMSTCPware Internet SrsrvrnaProcess Software 12/20/95 (info@process.com)
    POP3UnixUMT (beta)clnt?ftp.topaz.kiev.ua12/29/95 (www.topaz.kiev.ua)
    POP3NetWare 4 LAN WorkGroup 5 ????naNovell1/1/96
    IMAP2SolarisMMailclntyesAtelier deSoftware Ltd. 5/21/96
    IMAP2MacOSMMail (planned)clntyesAtelier deSoftware Ltd. 5/21/96
    POP?OS/2Yarn/Souper(?)clnt?? 1/16/96
    POP3NTSendmail w POP3 1.0srvrnaMetaInfo1/19/96 http://www.metainfo.com
    POP3?PopGategwaynaftp.esi sys.com 1/19/96

    POP3OS/2? (future)srvrnaSecant 1/23/96
    POP3NTNT MAIL ??http://bhs.com 1/26/96
    POP3NTMAILbus InternetsrvrnaDigital2/20/96 (www.digital.com)
    POP3DEC UnixMAILbus InternetsrvrnaDigital2/20/96 (www.digital.com)
    POP3rNTMAILbus Internet(b)srvrnaDigital2/20/96 (www.digital.com)
    POP3rDEC UnixMAILbus Internet(b)srvrnaDigital 2/20/96 (www.digital.com)
    POP?OS/2lampop(?)clnt?? 1/26/96
    POP?NTNTMailclnt?www.mortimer.com 2/9/96
    POP3DOSWINMacOpenMail (future)clnt?HP3/29/96 http://www.openmail.external.hp.com
    IMAPDOSWINMacOpenMail (future)clnt?HP3/29/96 http://www.openmail.external.hp.com
    POP3NetWare4Connect2SMTPsrvr?InfiniteTechnologies 3/29/96
    POP3OS/2PowerWeb Server++srvrnaCompuSource4/16/96 http://www.compusource.co.za
    POP3OS/2SIDIS/2srvrnastargate.rz.fh-offenburg.de 6/4/96
    POP3?WIG v2.0gway?http://www.demon.co.uk/4/19/96
    POP3WIN95 Windis32srvrnaDemon Internet6/6/96 (www.demon.co.uk)
    POP3DOSWINMac DaVinci SMTP eMAILclntyesOnTechnology 4/24/96
    POP?WIN32Mail OnNet (OnNet32)clntyesFTPSoftware 5/3/96 (www.ftp.com)
    POP?Unixxfmailclnt?burka.netvision.net.il5/110/96
    POP3rutOS/2POP3s v1.01srvr?www.secant.com5/14/96
    POP3Java Aplt Yampclnt?www.mcs.net/~faisal/Yamp/yampix.html 5/24/96

    POP3NTNT Mailgway?www.net-shopper.co.uk5/31/96
    POP3WIN?Mailcall chkrna?6/11/96
    POP3WIN?Mailcheck chkrna?6/11/96
    POP3DOSC2SMTPsrvrnaInfinite Technologies6/11/96
    POPMacOSQuarterdeck v4(fut)clntyesStarnine6/11/96 (www.starnine.com)
    POPMacOSList Star??Starnine 6/24/96(www.starnine.com)
    POP3MacOSMarionet 1.0srvrnaAllegiant6/12/96 (www.allegiant.com)
    POP3?Mailcoach V1.0srvrnahttp://www.multi.se/ymex/mailcoach.htm 6/14/96
    IMAP4WIN3/NT/95JetMailclntyesNetManage7/29/96
    POP3WIN3/NT/95JetMailclntyesNetManage7/29/96
    POP3NTPost.OfficesrvrnaNetManage 8/22/96www.netmanage.com
    POP3SunOSPost.OfficesrvrnaNetManage8/22/96 www.netmanage.com
    POP3SolariscPost.OfficesrvrnaNetManage8/22/96 www.netmanage.com
    POP3UnixZ-Pop 1.0srvrnaNetManage 8/22/96www.netmanage.com
    POP3AppleShareFutureShare (fut)srvrnaApple6/14/96
    POP??Applixware??Applix 6/24/96
    POP3UnixMail*Hubsrvr?CDC 10/23/96www.cdc.com
    IMAP4UnixMail*Hubsrvr?CDC 10/23/96www.cdc.com
    POP?UnixTkRatclnt?www.dtek.chalmers.se/~maf/ratatosk 6/24/96
    IMAP?UnixTkRatclnt?www.dtek.chalmers.se/~maf/ratatosk 6/24/96
    IMAP?UnixElmclnt?? 7/1/96
    POP3WIN16/32Virtual Accessclntyeswww.ashmount.com 8/9/96
    POP3?pop-perl5clnt?? 7/23/96
    POP3WIN95Agentclnt?? 7/23/96
    POP3?Mail eXtension 1.60clnt?Terckland7/26/96 (ourworld.compuserve.com/homepages/mailx)
    POP3WIN3/95/NTEmissary Office 1.1clntyesAttachmate 7/29/96
    POP3WIN3/95Pronto Mail 2.0clntyesCommTouch7/29/96
    POP3?gcMail 081b (beta)clnt?www.greencedars.com 8/9/96
    POP3rJavashareware Java clsclnt?KoehnConsulting 8/2/96
    POP3?cucipop (future)srvrnacuci.nl 8/6/96
    POP3?QuickMail Pro (fut)clnt?CE Softwarewww.cesoft.com 8/9/96
    IMAP??QuickMail Pro (fut)clnt?CE Softwarewww.cesoft.com 8/9/96
    POP3?QuickMail POP (fut)clnt?CE Softwarewww.cesoft.com 8/9/96
    POP3?QM-Internet Gateway??CE Software6/24/96
    POP3?Lotus Notes 4.5 srvsrvr?Lotus10/17/97
    Appendix: Some other packages for desktop systems
    ?MS-DOSsCMMpeer?Cinetic Systems 1/25/94
    ?MS-DOSsWinMail 1.1apeer?Obsolete
    SMTPMacOSLeeMail 1.2.4peer?Shareware,laf@mitre.org
    SMTPMacOSLeeMail 2.0.2 (shw)peer?chs.cusd.claremont.edu 10/12/93
    SMTPMS-DOSniChameleonNFSpeer?NetManage2/25/94
    SMTPMS-WINwws_gmailpeer?buckshot.usma.edu5/26/94
    uucpMacOSFernMailpeer?Shareware,dplatt@snulbug.mtview.ca.us
    propMacOSMacPostboth?ftp.lu.se 10/19/93
    uucpMacOSEudora >1.3.1peeryesftp.qualcomm.com 5/10/94
    MAPIWIN3/95/NTEudora Pro ?clntyesQualcomm7/29/96
    uucpMacOSUUPCpeer?dplatt@snulbug.mtview.ca.us
    uucpMacOSgnuucppeer?jim@fpr.com
    uucpMS-DOSwafflepeer??dell@vox.darkside.com 10/24/94
    uucpMS-DOSUUPCpeer?? help@kew.com 10/24/94
    fshareMS-WindowsPegasus/Win 2.3clnt?risc.ua.edu 6/6/96
    fshareMS-WindowsPegasus/Win 2.2(r3)clnt?risc.ua.edu 6/6/96
    fshareMS-WindowsPegasus/Win 2.0(r1)clnt?risc.ua.edu 6/6/96
    fshareMS-DOSPegasus/DOS 3.2(r2)clnt?risc.ua.edu 6/6/96
    fshareMacOSPegasus/MAC 2.1.2clnt?risc.ua.edu 6/6/96
    fshareMS-WindowsPegasus/Win 2.4.2clnt?risc.ua.edu 8/2/96
    fshareMS-DOSPegasus/DOS 3.3.1clnt?risc.ua.edu 8/2/96
    SMTPMS-DOSCharongway?risc.ua.edu 10/15/93
    WaffleMS-WINBoxerclnt?ftp.halcyon.com 12/3/93
    ?MS-?pcelmclnt?simtel 12/3/93
    ?MS-?elm-pcclnt?lister.cc.ic.ac.uk 12/3/93
    SMTPMS-WINwInternt Ex for cc mgwayyesIMA1/31/94
    SMTPNetwareMercury 1.11gway?risc.ua.edu 2/4/94
    ?MacOSPowerMailclnt?Apple 2/18/94
    SMTPOS/2PC/TCP v1.3peer?FTP Software 2/18/94
    MAPIMS-DOS?Microsoft Mail clnt?Microsoft3/2/94
    ?MacOSMicrosoftMail clnt?Microsoft 3/15/94
    VIMDOSWINMacccMail clnt?Lotus 3/15/94
    MHS/GDOSWINMacDaVinci eMAILclnt?OnTechnology 4/24/96
    P7uucpDOSWINMacOpenMailclnt?HP 3/2/94
    ?DOSWINMacWordPerfect Officeclnt?WordPerfect Corp. 3/15/94
    ?DOSMacMailWorksclnt?DEC 3/2/94
    MHS/GDOSWINBeyondMailclntyesBanyan(beyondmail.banyan.com) 2/6/96
    ?DOSOS/2HigginsMail clnt?Enable Software1/26/95
    ?MacOSQuickMail 3.6clnt?CE Software 6/6/96
    ?DOSQuickMail 3.0clnt?CE Software 6/6/96
    ?MS-WINQuickMail 3.5clnt?CE Software6/6/96
    ?MacOSQuickMail 4.0 (fut)clnt?CE Software6/6/96
    ??QuickMail ?clntyesCE Software 7/15/96
    ?MS-WINTeamclnt?Futurus 1/26/95
    ?DOSWINExpressit!clnt?InfiniteTechnologies 1/26/95
    ??GroupWiseclnt?Novell 1/26/95
    ?DOSWINMacLotus Notesclnt?Lotus 3/15/94
    FCPMacOSFirstClass 2.5clntnoSoftArc7/12/94
    FCPMS-WINFirstClass 2.5clntnoSoftArc7/12/94
    FCPMacOSFirstClass 2.5srvrnoSoftArc7/12/94
    MHSMacOSFirstClass/MHSgwaynoSoftArc7/12/94
    UUCPMacOSFirstClass/UUCPgwaynoSoftArc7/12/94
    MAPIMS-WINwMail-IT 2clntyesmail-it@unipalm.co.uk 7/12/94
    MAPI?ECSmail ? (future)clnt?ISA 10/7/94
    MAPIWIN3/95/NTZ-Mail 4.0.1clntyesNetManage8/22/96 www.netmanage.com
    VIM?ECSmail ? (future)clnt?ISA 10/7/94
    MAPIMS-WINAirMail ??AIR Co. Ltd 10/7/94
    MAPIsMS-WINSirenMail ??Siren Software12/28/95
    MAPIsWIN95SirenMail ??Siren Software12/28/95
    MAPIsNTclientSirenMail ??Siren Software12/28/95
    SMTPMS-WINwMail-IT 2peeryesmail-it@unipalm.co.uk 7/12/94
    ?MS-WINwPanda??ftp.cica.indiana.edu7/12/94
    PSSMS-WinpMail 3.0clntnoCommTouch 9/27/94
    PSSMS-DOSpMail 3.0clntnoCommTouch 9/27/94
    PROPMacOSBlitzMailclntnoftp.dartmouth.edu10/23/95
    PROPNeXT OS BlitzMailsrvrnoftp.dartmouth.edu 10/23/95
    PROPDEC OSF/1BlitzMailsrvrnoftp.dartmouth.edu 10/23/95
    PROPAIX BlitzMail (in dev)srvrnoftp.dartmouth.edu 10/23/95
    PROP?FreeMail??http://www.montana.com/freemail 95/12/8
    PROPMacOSCommuniGateboth?Stalker 5/21/96(www.stalker.com)
    SMPTMacOSSMTPGategway?Stalker 3/25/96(www.stalker.com)
    UUCPMacOSUUCPGategway?Stalker 3/25/96(www.stalker.com)
    ?MacOSQuarterdeckMailbothyesStarnine6/11/96 (www.starnine.com)
    MAPIWIN3/NT/95JetMailclntyesNetManage7/29/96
    Other issues:
    (a) What are the common extensions to POP3 and which clients/servers support them?
    • POP3k - Kerberos
    • POP3a - AFS Kerberos
    • POP3x - ?
    • POP3t - xtnd xmit facility--allows client to send mail through additional POP commands, thus allowing server to verify/log source of mail.
    • POP3r - APOP
    • POP3m - ?
    • POP3u - with UIDL command.
    (b) What DOS protocol stacks are supported?
  • MS-DOSm - Lan Manager
  • MS-DOSn - NDIS Drivers
  • MS-DOSl - Lan Workplace for Dos
  • MS-DOSs - Sun PCNFS
  • MS-DOSp - Packet Drivers
  • MS-DOSo - ODI Drivers
  • MS-DOSi - IPXLink
  • MS-DOSf - FTP Software PC/TCP
  • MS-DOSk - KA9Q I think
  • MS-WIN? - similar
  • MS-WINw - WinSock compliant
  • MS-WIN5 - Windows 95
  • WIN3 - Windows 3.x winsock
  • WIN3/95/NT - Windows 3.x Winsock, Windows 95 and Windows NT
  • WIN3/95 - Windows 3.x Winsock and WIndows 95
  • NetWare3 - NetWare 3.x
  • NetWare4 - NetWare 4.x
  • NetWare34 - NetWare 3.x and 4.x
    (c) Other notes
    • IMAP1 - Original IMAP: I've heard that MacMS actually uses a unique dialect of it. Definitely obselete, unsupported, discouraged.
    • IMAP2b - IMAP2bis: name applied to various improved versions of IMAP2.
    • This development effort culminated in IMAP4.
    • IMAP24 - IMAP2 or IMAP4
    • fshare - uses file sharing.
    • IMAPb4 - IMAP2, IMAP2bis, or IMAP4.
    • MAPI - Microsoft's Messaging API
    • MAPIs - Simple MAPI.
    • VIM - Lotus's Vendor Independent Messaging API
    • CMC - XAPIA's Common Message Calls API
    • AOCE - Apple Open Collaborative Environment
    • PROP - System-specific proprietary protocol
    • FCP - Softarc's proprietary client-server protocol.
    • Unix/X - X Windows based
    • Unix/XM - Motif based
    • Unix/XO - OpenWindows based
    • PSS - PROFS Screen Scraper sumex-aim.stanford.edu* - almost dead as of 7/13/95, to be replaced by info-mac.org.
    • Metamail - a package with which MIME messages can be processed from basically any Unix-based mail client.
    • POPGate (Stalker Software) - gateway to/from Stalker's CommuniGate
    • system: enables both use of POP3 to get software from a POP3 server for use within a CommuniGate community, and to allow POP3 clients to retrieve mail from a CommuniGate server.
    • DigUNIX - Digital Unix
    • Solaris - Solaris 2.x
    (d) IMAP/MAPI adaptors:
    Wollongong's Pathway Access 7/12/94 mail-it@unipalm.co.uk's Mail-IT 7/12/94
    (e) IMAP/POP3 adaptors:
    Included with NCD Z-mail 4.0 for Windows 9/14/95

  • Arbeitsgruppe Mail Informatik- und Netzwerkverein Ravensburg e.V