# $Id: Changelog,v 1.9 2001/08/01 08:00:17 parkerpine Exp $

v0.08 (Wed Aug  1 09:58:18 CEST 2001)
	+ $self->{ENTITY} now destroys itself once called,
	  reduces mem-usage when MIME is processed
	+ new test-suits
	+ updated PODs

v0.07 (Sun Jul 29 11:37:43 CEST 2001)
	+ as the MIME stuff, headers are now only parsed
	  on demand (40% less memory, 25% quicker under normal conditions)

v0.06 (Sat Jul 28 09:46:35 CEST 2001):
	+ on-demand parsing of entities by using closures
	  -> performance-gain of at least 900%
	+ rewinding of mailbox-filehandle, 
	  so a second call to get_messages will work

v0.05 (Fri Jul 27 20:28:04 CEST 2001):
	+ rework of the pattern-matching,
	  should now be minimally quicker
	+ nmsgs now compliant to RFC 822
	+ added little script isspam (undocumented)
	+ this time the correct $VERSION !!

v0.04 (Mon Jul 23 17:52:29 CEST 2001):
	+ fixed wrong parsing of header lines if line contains a colon
	+ increased reliability of get_entity_body

v0.03 (Thu Jul 19 15:09:18 CEST 2001):
	+ $mail->{HEADER} returning a string broke everything, fixed
	+ added tests on install

v0.02 (Fri Jul  6 08:04:34 CEST 2001):
	+ $mail->{HEADER} now returns a string
	+ eg-directory included in the package
	+ now works on Perl >= 5.004

v0.01 (Thu Jul  5 08:19:40 CEST 2001):
	+ upload to CPAN