FIXED:
12/19/00
- Fixed so that when you use 'l' to list messages, it lists them
  five at a time, rather than scroll them off the screen.

12/01/00
- Philip Nelson (philip@bojnice.com) modified the listmsgs()
  function so that it includes the From: and Subject: lines of each
  message, as well as number and size.  Much nicer this way :)

11/30/00
- Wow, been a while :)  Fixed a few interface problems (most notably
  the Help info was showing up wrong, and a command prompt was not
  appearing after viewing the interface help).
- Fixed a problem in the README in which it was saying to use "-p"
  as the server switch and the password switch, when in fact the
  server switch is "-P".

10/02/00
- Put in the ability to specify the recipient's email address
  on the command line (don't know why I didn't do this originally).

09/26/00
- Can now send an email from the command line without specifying
  and logging into a POP3 server.
- In order to accomodate the above fix, moved the "-s <server>"
  switch to "-P <pop3server>" as I feel that -s to send makes more
  sense and -P can nicely go with pop3server. :)

08/01/00
- Can now attach binary files to a message being sent!

07/18/00
- Can now send email from within the client.
- Changed ppop3 name to pemail, due to the integration of the original
  pemail.  pemail is now a MUA!!!
- Added $SIG{PIPE} = 'IGNORE'; so that pemail won't crash on a broken
  pipe when viewing LARGE messages and hitting 'q' to go back to the
  interface.

07/17/00
- Changed pemail to be interactive.  Rather than just view each message
  in order, you can now delete and undelete messages, and view any
  message in any order.

07/16/00
- Moved to Mail::POP3Client

Old (can't remember dates) 
- Password dialog no longer echos password to terminal.
- Now exits with an error message when unable to connect to POP3
  server.
- Now user specifies pop3 server on command line with -s.
- Added -v, -h, etc functionality.

Send bugs and suggestions to jaraxle@the-den.org
