Mail Info

Overview

You can divide the mail system into servers, clients, and the mail itself.
Servers are the programs that exchange mail across the internet, and store mail until a user reads it.  They talk to other servers to get mail onto those systems, and to local clients to let users access their mail.
Clients are the programs that users run to read and write mail, they talk to servers to handle the actual transfer.  Clients should have a nice user interface.  Eudora and Messenger Mailbox are two example clients.
Mail is the actual data to be transfered.  This can enclude complex types like pictures and sounds or compound items like entire message boxes.

Types of Mail Server Protocols

Types of Mail Clients

There are a zillion of these.  The most famous ones are Eudora and Lotus Notes.  The good ones have these features

Web Based Mail

People these days are putting up websites offering free email.  Basically, they are making a web interface to some traditional mail protocol.  Their servers speak SMTP, and the clients speak http into your web client.  They make money from advertising.
This is a cheap way to get an anonymous email account.  The site www.mail.com is one.

Types of Mail

There are several different types of mail

Virus's in Mail

Often people will tell you 'Don' t open any mail with the subject 'XXXYYYZZZ'.  It will reformat your hard drive.  Back when all mail was text, this was impossible.  Now it can happen.  Here's how.
  1. Make a file with some application that allows you to attach an autorun macro to a file.  Add a 'bad' macro' that does some evil deed.
  2. Send the file to a victum.
  3. When the victum displays the file, the macro will run and the 'bad' thing will happen.
You are safe if ANY of these is true.
  1. The message is in normal text
  2. You don't view the attachment, and your email client doesn't view it for you.
  3. The application doens't support autorun macros.
  4. You trust the sender.

Mail Lists and Listservs

Listservs are programs that read and write mail, and manage lists of users.  In particular, any mail sent to them gets sent to everyone on this list.   Normally, everyone on the list will want to discuss some common topic, for example The Linux Kernel.  Anyone with a question or comment writes to 'linux-kernel-digest@vger.rutgers.edu', and everyone gets a copy.

Listservs can filter out bad mail by only letting approved writers write to it.  They can archive material for later searching.  Most lists have a web page that tells the purpose of the list and allows searching over the archive.

A good place to search for a mailing list for you is http://dir.yahoo.com/Computers_and_Internet/Internet/Mailing_Lists/.

Encrypting Mail

Yes, you can encrypt your mail.  And anybody with both a compatatble decription program and your password can decript it.  The standard common program is PGP.  See www.pgp.com for much more.