===== ChangeLog of distribution Mail-Box version 3.* TODO: Mail::Box::Message::new(body_type) not used? #!!! Mail::Box 3 compatibility is still maintained on github in branch #!!! maint3, and published. So: you may find newer versions with major #!!! number 3. Use (at least) version 4 for new developments. #!!! Convert? See https://github.com/markov2/perl5-Mail-Box/wiki/ version 4.01: Sat 13 Dec 12:13:49 CET 2025 Fixes: - optional modules -> recommends. Improvements: - main page texts. version 4.00: Thu 11 Dec 14:03:32 CET 2025 Changes: - use Mail::Box 4 exception model: use Log::Report - remove SpamAssassin support; not used and out-dated. version 3.012: Changes: - mid-life upgrade project: require minimal Perl version 5.16 - remove deprecated use of Mail::Box::Tie, use ::ARRAY or ::HASH - rename ::Manager::threads() into ::discoverThreads(). Old name still supported. Improvements: - remove all internal use of bareword file-handles. - remove all internal use of bareword directory-handles. - use s///r - use defined-or - syntax of tie docs - remove use of filetest.pm: plays bad with method access() - replace IO::File by open(my $fh) version 3.011: Fri 18 Apr 18:33:17 CEST 2025 Fixes: - url use for folder requires % decoding. [Gabrielle Schmidt] Improvements: - document some structures in Overview. version 3.010: Tue 18 Jul 09:24:24 CEST 2023 Fixes: - upgrade tests to match Mail::Message 3.013 version 3.009: Tue 18 Aug 09:49:44 CEST 2020 Improvements: - for file-per-message based folders, you can now address the message via its filename. rt.cpan.org#132823 [Alexander Adolf] version 3.008: Fri 4 Oct 08:34:32 CEST 2019 Fixes: - MH reading message did not unlock after processing. rt.cpan.org#130193 [Sergey Poznyakoff] Improvements: - test suite can now run in parallel [Corion, Max Maischein] version 3.007: Fri 3 May 09:38:17 CEST 2019 Improvements: - recognize imap4s version 3.006: Fri 15 Feb 09:01:51 CET 2019 Fixes: - MailDir warns about repeat count, since last release added 'use warnings' to the file. [Keita Jamadam] github issue #2 - mbox parsing failed on changing handling of blank lines by Mail::Message rt.cpan.org#128513 [Gregor Herrmann] + [cpantesters] version 3.005: Sun Mar 4 21:48:38 CET 2018 Changes: - code trusted on "perl -w", but now added many "use warnings". Improvements: - spell fixes rt.cpan.org #124004 [Damyan Ivanov] (Debian) - remove license file: now in README.md rt.cpan.org#124057 [Petr Pisar] - remove Mail/Box-Shorts.pod: already consumed somewhere else rt.cpan.org#124056 [Petr Pisar] - converted to GIT, publish to GitHub - check produced pods version 3.004: Fri 22 Dec 09:46:28 CET 2017 Fixes: - minor change in Mail::Message broken regression test [cpantesters] version 3.003: Thu 29 Jun 15:18:15 CEST 2017 Fixes: - change license back to "perl" after accidental change rt.cpan.org#120319 [Jitka Plesnikova] version 3.002: Fri 31 Mar 14:22:17 CEST 2017 Fixes: - repair test on Windows again :( - error while global destruction of locker - show installed version of POP3, not POP4 (of course) rt.cpan.org#120651 [Kent Fredric] version 3.001: Mon 6 Feb 17:07:53 CET 2017 Fixes: - test on windows, cause the path syntax differences - posix lock on BSD [Slaven Rezic] - SEE ALSO links broken. rt.cpan.org#120119 [Christophe Deroulers] - do not test multi-lock on BSDs Improvements: - Mail::Box::Locker* cleaner OO - ::Locker::Multi uses FcntlLock, not POSIX by default version 3.000: Thu 2 Feb 15:50:36 CET 2017 Changes: - split Mail::Box 2* into separate distributions: Mail::Box basic and simple mail folders Mail::Message only message handling Mail::Transport sending messages Mail::Box::IMAP4 net-imap folders Mail::Box::POP3 pop3(s) folders Mail::Box::Dbx Outlook express folders (unpublished) - simplify structure of tests - do not ask questions during installation - shared footer