Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!agate!ucbvax!TOMOBIKI-CHO.CAC.WASHINGTON.EDU!mrc From: mrc@TOMOBIKI-CHO.CAC.WASHINGTON.EDU (Mark Crispin) Newsgroups: comp.protocols.tcp-ip Subject: first release of IMAP software Message-ID: Date: 1 Feb 89 01:43:52 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 23 The IMAP software is now ready for distribution from SUMEX-AIM.STANFORD.EDU (internet address [36.44.0.6]). The IMAP distribution is available by anonymous FTP from SUMEX as imap/imap.tar.Z . So, the following commands on your favorite Unix should snarf things: % ftp sumex-aim.stanford.edu Name: anonymous Password: foo ftp> binary ftp> cd imap ftp> get imap.tar.Z ftp> quit % uncompress imap.tar.Z % tar -xf imap.tar You should take a look at imap/README before doing anything. If you connect to imap and do a "make" it should build all the software. The two most important binaries built by "make" will be imap/clients/ms/ms and imap/servers/imapd/imapd. Please report any problems to Mark Crispin at mrc@Blake.ACS.Washington.EDU and to Bill Yeager at yeager@SUMEX-AIM.STANFORD.EDU. -------