Skip to content

Releases: markov2/perl5-Mail-Box

release 0.6

04 Mar 16:29
Compare
Choose a tag to compare

CPAN upload Mail-Box-0.6.tar.gz

version 0.6:  Thu Jan  4 22:44:30 CET 2001

* Simplified autoloading (a lot)  The reference to the object
  does not change anymore when a message is converted from an
      Mail::Box::Message::NotParsed into a Mail::Box::Message.

* Stricter treatment of coercions with coerce().

* Reimplementation of Threads to be as lazy as possible.
  Not Tested Yet!!!
	Mail/Box/Treads.pm

* MH folders are even more lazy than they were: by default nothing
  at all is read.  Only access of any header-line will cause a
  read in a file.

* Added `DELAY' option to Mail::Box::new(take_headers)

* Added a message state transition diagram (which is really
  complicated for MH folders) and much more other documentation
  improvements

* Added large number of tests (about 40), which all succeed ;)

Nearly all files got changed, although I managed to keep the method
interface rather stable: (by the way: this is still an alpha release!)
	Mail/Box/Mbox.pm
	Mail/Box/MH.pm
	Mail/Box/Message.pm

release 0.5

04 Mar 16:29
Compare
Choose a tag to compare

CPAN upload Mail-Box-0.5.tar.gz

version 0.5:  Thu Jan  4 11:14:05 CET 2001

* Installation fixes.

release 0.4

04 Mar 16:29
Compare
Choose a tag to compare

CPAN upload Mail-Box-0.4.tar.gz

version 0.4:   Fri Dec 29 23:19:25 CET 2000

* Tests for appending messages to mboxes and MH(and fixes)
	t/2mbox4a.t
	t/3mh2a.t
	Mail/Box/Mbox.pm
	Mail/Box/MH.pm
	Mail/Box/Manager.pm
	Mail/Box.pm

* Close on folder informs manager
	Mail/Box/Manager.pm
	Mail/Box.pm

release 0.3

04 Mar 16:29
Compare
Choose a tag to compare

CPAN upload Mail-Box-0.3.tar.gz

version 0.3:

* Initial coding of
	Mail/Box/MH.pm
	Mail/Box/Index.pm

* Appending messages and labels
	Mail/Box.pm
	Mail/Box/Mbox.pm
	Mail/Box/MH.pm

release 0.1

04 Mar 16:29
Compare
Choose a tag to compare

CPAN upload Mail-Box-0.1.tar.gz

version 0.1: Sat Dec  9 20:38:40 CET 2000

* Initial coding of
	Mail/Box.pm
	Mail/Box/Locker.pm
	Mail/Box/Manager.pm
	Mail/Box/Mbox.pm
	Mail/Box/Message.pm
	Mail/Box/Threads.pm
	Mail/Box/Tie.pm
(including some tests)