In order to build EasyMail, you need MailManager and the IMAP toolkit
at the same level of the directory tree as the EasyMail directory.
You can get a copy of MailManager and the IMAP toolkit from Internet
site FTP.CAC.Washington.EDU using anonymous FTP.  The pathnames are
mail/MailManager.tar.Z and mail/imap.tar.Z

The IMAP toolkit has a version number in its name.  EasyMail and
MailManager expect the IMAP toolkit to be in a directory called imap,
so you will probably need to make a link between the names.  For
example, if the version of the IMAP toolkit that you have is 3.3, the
appropriate command is: ln -s imap-3.3 imap

Here is what a build might look like after retrieving EasyMail.tar.Z,
MailManager.tar.Z, and imap.tar.Z:
	% zcat EasyMail.tar.Z | tar xf -
	% zcat MailManager.tar.Z | tar xf -
	% zcat imap.tar.Z | tar xf -
	% ln -s imap* imap
	% cd imap
	% make nxt
	% cd ../EasyMail
	% make
