# pemail: Perl Email, a mailer written in Perl
# Copyright (C) 2000, Mike Roessing
#
# Incorporating changes by Philip Nelson
# (philip@bojnice.com) to listmsgs()
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

-=SUMMARY=-

pemail is a Perl project I am working on to better learn the Perl language,
and to develop my coding skills in general.  I don't expect others to find
much use out of it, as there are already tools that do its jobs much
better, but this is mostly for my own benefit.

pemail allows you to view POP3 email from the command line, with a fairly
intuitive interface, much like the UNIX mail(1) command does.  pemail also
allows you to send email from the same interface, making it pretty much an
all in one mail client for the UNIX command line.

pemail requires the Mail::POP3Client and MIME::Lite Perl modules to work.

-=HOW-TO=-

usage:	reading email: pemail -P <server> [-u <username> [-p <password>]]
        sending email: pemail -s [address]

Just fill out the information requested and pemail will check your POP3
mailbox, tell you how many messages you have, and then you can do what
you like with them.

-=MORE INFO=-

pemail doesn't have a website yet, but you can go to http://www.the-den.org
and check if there's any information.

Bugs and suggestions can be sent to:
	jaraxle@the-den.org
