Revision history for Perl extension Mail::Webmail::Yahoo.

0.4 Sun Jan 19 19:43:57 EST 2003
  - Added 'DELETE_ON_READ' flag and functionality.
  - Added 'MOVE_ON_READ' flag and functionality.
  - Added both above options to snagmail.pl


0.311 Tue Oct 29 17:08:58 EST 2002
  - Removed some debug statements.
  - Added disclaimer to README file.

0.31 Sat Oct 26 10:44:03 EDT 2002
  - Added some tracing output
  - Check return value of login() in send(), and die if necessary.
  - Also in get_mail_messages().
  - Added documentation to MessageParser.pm


0.301 Fri Oct 25 22:30:55 EDT 2002
  - Removed debugging file output from Yahoo.pm


0.30i  Sun Oct 20 12:26:08 EDT 2002
  - Fixed a typo in Synopsis (WebMail should be Webmail)
  - Set default trace level to 1 in snagmail.pl and sendhoo.pl.
  - Converted many constant strings to pre-compiled regexps.
  - Major changes to work with new HTML in Yahoo rendered pages:
    o  Added 'Textractor' mini-class to remove HTML tags from mail headers.
    o  Changed MESSAGE_START_STRING and friends
    o  Changed LOOKS_LIKE_A_HEADER and mail_header_names - regexps instead of
       simple strings. 

Note: 0.30i is an interim release, intended to provide a minimal level of
usablity. There is still some work to be done with message conversion and
other items.



0.22  Sat Oct 12 14:36:06 EDT 2002
  - Fixed problem with not loading pages correctly.

0.21  Fri Aug  9 21:03:23 EDT 2002
  - Changed some parameters to match latest Yahoo interface.


0.20  Sat Jul 27 10:38:11 EDT 2002
  - Added preliminary support for sending a message. Attachments not supported
    yet.
  - Added tests for functionality, requiring the user enter a username/
    password when those tests are run.
  - Tidied up what gets output for various 'trace' levels - made tracing more
    consistent.


0.13  Sun Jun 30 10:07:33 2002
  - Removed dump-to-file bits. This should have been in 0.12

0.12  Sun Jun 30 10:07:33 2002
  - Fixed bug in login page download.

0.11  Mon Jun 17 11:42:26 2002
	- Added Class::MethodMaker dependency to Makefile.PL

0.1   Sat Jun 15 16:30:22 2002
	- Main functionality complete.
	- First version released.

0.01  Wed Apr 24 18:48:45 2002
	- original version; created by h2xs 1.21 with options
		-X -n Mail::Webmail