diff -Nru libmail-box-perl-2.109/ChangeLog libmail-box-perl-2.110/ChangeLog --- libmail-box-perl-2.109/ChangeLog 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/ChangeLog 2014-01-05 17:51:19.000000000 +0000 @@ -5,6 +5,20 @@ - when lines are over 997 chars, then the transfer-encoding should automatically change from 'none' into 'quoted-printable' or 'base64' +version 2.110: Sun Jan 5 18:50:59 CET 2014 + Fixes: + - ::Field::Date must compute in UTC [Andrew Beverley] + - ::Field::Date negated -0600 timestamp [Andrew Beverley] + - ::Field::Attribute should allow blanks around the '=' + rt.cpan.org#90035 [Max Bowsher] + - ::dispositionFilename() should use a study()d header + rt.cpan.org#90342 [Claus Jeppesen] + - begin :html in ::Box-Index + + Improvements: + - add Mail::Message::Construct::Rebuild::removeExtraAlternativeText() + Implemented by [Andrew Beverley] + version 2.109: Mon Aug 19 12:55:30 CEST 2013 Fixes: diff -Nru libmail-box-perl-2.109/META.json libmail-box-perl-2.110/META.json --- libmail-box-perl-2.109/META.json 2013-08-19 10:56:36.000000000 +0000 +++ libmail-box-perl-2.110/META.json 2014-01-05 17:51:40.000000000 +0000 @@ -57,5 +57,5 @@ } }, "release_status" : "stable", - "version" : "2.109" + "version" : "2.110" } diff -Nru libmail-box-perl-2.109/META.yml libmail-box-perl-2.110/META.yml --- libmail-box-perl-2.109/META.yml 2013-08-19 10:56:36.000000000 +0000 +++ libmail-box-perl-2.110/META.yml 2014-01-05 17:51:40.000000000 +0000 @@ -39,4 +39,4 @@ Time::Zone: 0 URI: 1.23 User::Identity: 0.93 -version: 2.109 +version: 2.110 diff -Nru libmail-box-perl-2.109/Makefile.PL libmail-box-perl-2.110/Makefile.PL --- libmail-box-perl-2.109/Makefile.PL 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/Makefile.PL 2014-01-05 17:01:17.000000000 +0000 @@ -4,7 +4,7 @@ use IO::Handle; -my $VERSION = '2.109'; +my $VERSION = '2.110'; # Usually, Scalar::Util is installed (in core since perl 5.8.0) # However, sometimes it is (incorrectly) installed without XS, but as diff -Nru libmail-box-perl-2.109/debian/changelog libmail-box-perl-2.110/debian/changelog --- libmail-box-perl-2.109/debian/changelog 2013-09-19 18:14:03.000000000 +0000 +++ libmail-box-perl-2.110/debian/changelog 2014-01-10 21:03:16.000000000 +0000 @@ -1,3 +1,13 @@ +libmail-box-perl (2.110-1) unstable; urgency=medium + + * Imported Upstream version 2.110 + * Update copyright years for upstream files + * Update copyright years for debian/* packaging files + * Declare compliance with Debian policy 3.9.5 + * Wrap and sort fields in debian/control file + + -- Salvatore Bonaccorso Fri, 10 Jan 2014 22:02:41 +0100 + libmail-box-perl (2.109-1) unstable; urgency=low * Imported Upstream version 2.109 diff -Nru libmail-box-perl-2.109/debian/control libmail-box-perl-2.110/debian/control --- libmail-box-perl-2.109/debian/control 2013-09-19 18:14:03.000000000 +0000 +++ libmail-box-perl-2.110/debian/control 2014-01-10 21:03:16.000000000 +0000 @@ -2,7 +2,7 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl, netbase, +Build-Depends-Indep: libdevel-globaldestruction-perl (>= 0.09), libdigest-hmac-perl, libemail-abstract-perl, @@ -18,21 +18,26 @@ libtext-autoformat-perl, libtimedate-perl, liburi-perl, - libuser-identity-perl + libuser-identity-perl, + netbase, + perl Maintainer: Debian Perl Group -Uploaders: Gustavo Franco , +Uploaders: + Gustavo Franco , Krzysztof Krzyzaniak (eloy) , - gregor herrmann , Damyan Ivanov , - Ryan Niebur , Jonathan Yu , + gregor herrmann , + Damyan Ivanov , + Ryan Niebur , + Jonathan Yu , Salvatore Bonaccorso -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: http://perl.overmeer.net/mailbox/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmail-box-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmail-box-perl.git Package: libmail-box-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, +Depends: libdevel-globaldestruction-perl (>= 0.09), libdigest-hmac-perl, libfile-remove-perl, @@ -42,9 +47,15 @@ libobject-realize-later-perl, libtimedate-perl, liburi-perl, - libuser-identity-perl -Suggests: libhtml-format-perl, libhtml-tree-perl, - libmail-imapclient-perl, libmime-tools-perl, spamassassin + libuser-identity-perl, + ${misc:Depends}, + ${perl:Depends} +Suggests: + libhtml-format-perl, + libhtml-tree-perl, + libmail-imapclient-perl, + libmime-tools-perl, + spamassassin Description: message-folder management module Mail::Box is the base-class for accessing various types of mail-folder organizational structures in a uniform way. The various folder types vary diff -Nru libmail-box-perl-2.109/debian/copyright libmail-box-perl-2.110/debian/copyright --- libmail-box-perl-2.109/debian/copyright 2013-09-19 18:14:03.000000000 +0000 +++ libmail-box-perl-2.110/debian/copyright 2014-01-10 21:03:16.000000000 +0000 @@ -4,7 +4,7 @@ Source: https://metacpan.org/release/Mail-Box/ Files: * -Copyright: 2001-2013, Mark Overmeer +Copyright: 2001-2014, Mark Overmeer License: Artistic or GPL-1+ Files: debian/* @@ -13,7 +13,7 @@ 2006-2007, Krzysztof Krzyzaniak (eloy) 2006-2011, gregor herrmann 2007-2009, Damyan Ivanov - 2009-2013, Salvatore Bonaccorso + 2009-2014, Salvatore Bonaccorso 2009-2011, Jonathan Yu 2009, Ryan Niebur License: Artistic or GPL-1+ diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Collection.pm libmail-box-perl-2.110/lib/Mail/Box/Collection.pm --- libmail-box-perl-2.109/lib/Mail/Box/Collection.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Collection.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Collection; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base qw/User::Identity::Collection Mail::Reporter/; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Collection.pod libmail-box-perl-2.110/lib/Mail/Box/Collection.pod --- libmail-box-perl-2.109/lib/Mail/Box/Collection.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Collection.pod 2014-01-05 17:51:21.000000000 +0000 @@ -334,12 +334,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Dbx/Message.pm libmail-box-perl-2.110/lib/Mail/Box/Dbx/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/Dbx/Message.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Dbx/Message.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::Dbx::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::File::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Dbx/Message.pod libmail-box-perl-2.110/lib/Mail/Box/Dbx/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/Dbx/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Dbx/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -666,12 +666,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Dbx.pm libmail-box-perl-2.110/lib/Mail/Box/Dbx.pm --- libmail-box-perl-2.109/lib/Mail/Box/Dbx.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Dbx.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -6,7 +6,7 @@ use strict; package Mail::Box::Dbx; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::File'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Dbx.pod libmail-box-perl-2.110/lib/Mail/Box/Dbx.pod --- libmail-box-perl-2.109/lib/Mail/Box/Dbx.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Dbx.pod 2014-01-05 17:51:21.000000000 +0000 @@ -703,12 +703,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Dir/Message.pm libmail-box-perl-2.110/lib/Mail/Box/Dir/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/Dir/Message.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Dir/Message.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::Dir::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Dir/Message.pod libmail-box-perl-2.110/lib/Mail/Box/Dir/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/Dir/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Dir/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -696,12 +696,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Dir.pm libmail-box-perl-2.110/lib/Mail/Box/Dir.pm --- libmail-box-perl-2.109/lib/Mail/Box/Dir.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Dir.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::Dir; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Dir.pod libmail-box-perl-2.110/lib/Mail/Box/Dir.pod --- libmail-box-perl-2.109/lib/Mail/Box/Dir.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Dir.pod 2014-01-05 17:51:21.000000000 +0000 @@ -594,12 +594,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/FastScalar.pm libmail-box-perl-2.110/lib/Mail/Box/FastScalar.pm --- libmail-box-perl-2.109/lib/Mail/Box/FastScalar.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/FastScalar.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,10 +1,10 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::FastScalar; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/FastScalar.pod libmail-box-perl-2.110/lib/Mail/Box/FastScalar.pod --- libmail-box-perl-2.109/lib/Mail/Box/FastScalar.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/FastScalar.pod 2014-01-05 17:51:21.000000000 +0000 @@ -22,12 +22,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/File/Message.pm libmail-box-perl-2.110/lib/Mail/Box/File/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/File/Message.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/File/Message.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -6,7 +6,7 @@ use strict; package Mail::Box::File::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/File/Message.pod libmail-box-perl-2.110/lib/Mail/Box/File/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/File/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/File/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -653,12 +653,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/File.pm libmail-box-perl-2.110/lib/Mail/Box/File.pm --- libmail-box-perl-2.109/lib/Mail/Box/File.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/File.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::File; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/File.pod libmail-box-perl-2.110/lib/Mail/Box/File.pod --- libmail-box-perl-2.109/lib/Mail/Box/File.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/File.pod 2014-01-05 17:51:21.000000000 +0000 @@ -779,12 +779,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/IMAP4/Head.pm libmail-box-perl-2.110/lib/Mail/Box/IMAP4/Head.pm --- libmail-box-perl-2.109/lib/Mail/Box/IMAP4/Head.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/IMAP4/Head.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::IMAP4::Head; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Head'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/IMAP4/Head.pod libmail-box-perl-2.110/lib/Mail/Box/IMAP4/Head.pod --- libmail-box-perl-2.109/lib/Mail/Box/IMAP4/Head.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/IMAP4/Head.pod 2014-01-05 17:51:21.000000000 +0000 @@ -287,12 +287,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/IMAP4/Message.pm libmail-box-perl-2.110/lib/Mail/Box/IMAP4/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/IMAP4/Message.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/IMAP4/Message.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::IMAP4::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Net::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/IMAP4/Message.pod libmail-box-perl-2.110/lib/Mail/Box/IMAP4/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/IMAP4/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/IMAP4/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -733,12 +733,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/IMAP4.pm libmail-box-perl-2.110/lib/Mail/Box/IMAP4.pm --- libmail-box-perl-2.109/lib/Mail/Box/IMAP4.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/IMAP4.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::IMAP4; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Net'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/IMAP4.pod libmail-box-perl-2.110/lib/Mail/Box/IMAP4.pod --- libmail-box-perl-2.109/lib/Mail/Box/IMAP4.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/IMAP4.pod 2014-01-05 17:51:21.000000000 +0000 @@ -767,12 +767,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Identity.pm libmail-box-perl-2.110/lib/Mail/Box/Identity.pm --- libmail-box-perl-2.109/lib/Mail/Box/Identity.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Identity.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Identity; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base qw/User::Identity::Item Mail::Reporter/; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Identity.pod libmail-box-perl-2.110/lib/Mail/Box/Identity.pod --- libmail-box-perl-2.109/lib/Mail/Box/Identity.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Identity.pod 2014-01-05 17:51:21.000000000 +0000 @@ -426,12 +426,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/DotLock.pm libmail-box-perl-2.110/lib/Mail/Box/Locker/DotLock.pm --- libmail-box-perl-2.109/lib/Mail/Box/Locker/DotLock.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/DotLock.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Locker::DotLock; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Locker'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/DotLock.pod libmail-box-perl-2.110/lib/Mail/Box/Locker/DotLock.pod --- libmail-box-perl-2.109/lib/Mail/Box/Locker/DotLock.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/DotLock.pod 2014-01-05 17:51:21.000000000 +0000 @@ -209,12 +209,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/FcntlLock.pm libmail-box-perl-2.110/lib/Mail/Box/Locker/FcntlLock.pm --- libmail-box-perl-2.109/lib/Mail/Box/Locker/FcntlLock.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/FcntlLock.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Locker::FcntlLock; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Locker'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/FcntlLock.pod libmail-box-perl-2.110/lib/Mail/Box/Locker/FcntlLock.pod --- libmail-box-perl-2.109/lib/Mail/Box/Locker/FcntlLock.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/FcntlLock.pod 2014-01-05 17:51:21.000000000 +0000 @@ -215,12 +215,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/Flock.pm libmail-box-perl-2.110/lib/Mail/Box/Locker/Flock.pm --- libmail-box-perl-2.109/lib/Mail/Box/Locker/Flock.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/Flock.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Locker::Flock; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Locker'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/Flock.pod libmail-box-perl-2.110/lib/Mail/Box/Locker/Flock.pod --- libmail-box-perl-2.109/lib/Mail/Box/Locker/Flock.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/Flock.pod 2014-01-05 17:51:21.000000000 +0000 @@ -220,12 +220,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/Multi.pm libmail-box-perl-2.110/lib/Mail/Box/Locker/Multi.pm --- libmail-box-perl-2.109/lib/Mail/Box/Locker/Multi.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/Multi.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Locker::Multi; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Locker'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/Multi.pod libmail-box-perl-2.110/lib/Mail/Box/Locker/Multi.pod --- libmail-box-perl-2.109/lib/Mail/Box/Locker/Multi.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/Multi.pod 2014-01-05 17:51:21.000000000 +0000 @@ -223,12 +223,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/Mutt.pm libmail-box-perl-2.110/lib/Mail/Box/Locker/Mutt.pm --- libmail-box-perl-2.109/lib/Mail/Box/Locker/Mutt.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/Mutt.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Locker::Mutt; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Locker'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/Mutt.pod libmail-box-perl-2.110/lib/Mail/Box/Locker/Mutt.pod --- libmail-box-perl-2.109/lib/Mail/Box/Locker/Mutt.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/Mutt.pod 2014-01-05 17:51:21.000000000 +0000 @@ -214,12 +214,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/NFS.pm libmail-box-perl-2.110/lib/Mail/Box/Locker/NFS.pm --- libmail-box-perl-2.109/lib/Mail/Box/Locker/NFS.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/NFS.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Locker::NFS; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Locker'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/NFS.pod libmail-box-perl-2.110/lib/Mail/Box/Locker/NFS.pod --- libmail-box-perl-2.109/lib/Mail/Box/Locker/NFS.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/NFS.pod 2014-01-05 17:51:21.000000000 +0000 @@ -215,12 +215,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/POSIX.pm libmail-box-perl-2.110/lib/Mail/Box/Locker/POSIX.pm --- libmail-box-perl-2.109/lib/Mail/Box/Locker/POSIX.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/POSIX.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Locker::POSIX; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Locker'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker/POSIX.pod libmail-box-perl-2.110/lib/Mail/Box/Locker/POSIX.pod --- libmail-box-perl-2.109/lib/Mail/Box/Locker/POSIX.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker/POSIX.pod 2014-01-05 17:51:21.000000000 +0000 @@ -219,12 +219,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker.pm libmail-box-perl-2.110/lib/Mail/Box/Locker.pm --- libmail-box-perl-2.109/lib/Mail/Box/Locker.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Locker; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Locker.pod libmail-box-perl-2.110/lib/Mail/Box/Locker.pod --- libmail-box-perl-2.109/lib/Mail/Box/Locker.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Locker.pod 2014-01-05 17:51:21.000000000 +0000 @@ -332,12 +332,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/MH/Index.pm libmail-box-perl-2.110/lib/Mail/Box/MH/Index.pm --- libmail-box-perl-2.109/lib/Mail/Box/MH/Index.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/MH/Index.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::MH::Index; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/MH/Index.pod libmail-box-perl-2.110/lib/Mail/Box/MH/Index.pod --- libmail-box-perl-2.109/lib/Mail/Box/MH/Index.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/MH/Index.pod 2014-01-05 17:51:21.000000000 +0000 @@ -203,12 +203,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/MH/Labels.pm libmail-box-perl-2.110/lib/Mail/Box/MH/Labels.pm --- libmail-box-perl-2.109/lib/Mail/Box/MH/Labels.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/MH/Labels.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::MH::Labels; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/MH/Labels.pod libmail-box-perl-2.110/lib/Mail/Box/MH/Labels.pod --- libmail-box-perl-2.109/lib/Mail/Box/MH/Labels.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/MH/Labels.pod 2014-01-05 17:51:21.000000000 +0000 @@ -181,12 +181,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/MH/Message.pm libmail-box-perl-2.110/lib/Mail/Box/MH/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/MH/Message.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/MH/Message.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::MH::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Dir::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/MH/Message.pod libmail-box-perl-2.110/lib/Mail/Box/MH/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/MH/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/MH/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -667,12 +667,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/MH.pm libmail-box-perl-2.110/lib/Mail/Box/MH.pm --- libmail-box-perl-2.109/lib/Mail/Box/MH.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/MH.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::MH; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Dir'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/MH.pod libmail-box-perl-2.110/lib/Mail/Box/MH.pod --- libmail-box-perl-2.109/lib/Mail/Box/MH.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/MH.pod 2014-01-05 17:51:21.000000000 +0000 @@ -737,12 +737,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Maildir/Message.pm libmail-box-perl-2.110/lib/Mail/Box/Maildir/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/Maildir/Message.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Maildir/Message.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::Maildir::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Dir::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Maildir/Message.pod libmail-box-perl-2.110/lib/Mail/Box/Maildir/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/Maildir/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Maildir/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -706,12 +706,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Maildir.pm libmail-box-perl-2.110/lib/Mail/Box/Maildir.pm --- libmail-box-perl-2.109/lib/Mail/Box/Maildir.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Maildir.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::Maildir; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Dir'; @@ -219,7 +219,7 @@ opendir DIR, $dirname or return (); # unsorted list of untainted filenames. - my @files = map { /^(\d[\w.:,=\-]+)$/ + my @files = map { /^([0-9][\w.:,=\-]+)$/ && -f "$dirname/$1" ? $1 : () } readdir DIR; closedir DIR; @@ -232,8 +232,8 @@ my %unified; m/^(\d+)/ and $unified{ ('0' x (9-length($1))).$_ } = $_ foreach @files; - map { "$dirname/$unified{$_}" } - sort keys %unified; + map "$dirname/$unified{$_}" + , sort keys %unified; } sub readMessages(@) @@ -247,10 +247,10 @@ # my $curdir = "$directory/cur"; - my @cur = map { [$_, 1] } $self->readMessageFilenames($curdir); + my @cur = map +[$_, 1], $self->readMessageFilenames($curdir); my $newdir = "$directory/new"; - my @new = map { [$_, 0] } $self->readMessageFilenames($newdir); + my @new = map +[$_, 0], $self->readMessageFilenames($newdir); my @log = $self->logSettings; foreach (@cur, @new) diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Maildir.pod libmail-box-perl-2.110/lib/Mail/Box/Maildir.pod --- libmail-box-perl-2.109/lib/Mail/Box/Maildir.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Maildir.pod 2014-01-05 17:51:21.000000000 +0000 @@ -655,12 +655,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Manage/User.pm libmail-box-perl-2.110/lib/Mail/Box/Manage/User.pm --- libmail-box-perl-2.109/lib/Mail/Box/Manage/User.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Manage/User.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::Manage::User; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Manager'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Manage/User.pod libmail-box-perl-2.110/lib/Mail/Box/Manage/User.pod --- libmail-box-perl-2.109/lib/Mail/Box/Manage/User.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Manage/User.pod 2014-01-05 17:51:21.000000000 +0000 @@ -498,12 +498,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Manager.pm libmail-box-perl-2.110/lib/Mail/Box/Manager.pm --- libmail-box-perl-2.109/lib/Mail/Box/Manager.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Manager.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Manager; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Manager.pod libmail-box-perl-2.110/lib/Mail/Box/Manager.pod --- libmail-box-perl-2.109/lib/Mail/Box/Manager.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Manager.pod 2014-01-05 17:51:21.000000000 +0000 @@ -671,12 +671,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Mbox/Message.pm libmail-box-perl-2.110/lib/Mail/Box/Mbox/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/Mbox/Message.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Mbox/Message.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -6,7 +6,7 @@ use strict; package Mail::Box::Mbox::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::File::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Mbox/Message.pod libmail-box-perl-2.110/lib/Mail/Box/Mbox/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/Mbox/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Mbox/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -95,12 +95,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Mbox.pm libmail-box-perl-2.110/lib/Mail/Box/Mbox.pm --- libmail-box-perl-2.109/lib/Mail/Box/Mbox.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Mbox.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::Mbox; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::File'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Mbox.pod libmail-box-perl-2.110/lib/Mail/Box/Mbox.pod --- libmail-box-perl-2.109/lib/Mail/Box/Mbox.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Mbox.pod 2014-01-05 17:51:21.000000000 +0000 @@ -712,12 +712,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Message/Destructed.pm libmail-box-perl-2.110/lib/Mail/Box/Message/Destructed.pm --- libmail-box-perl-2.109/lib/Mail/Box/Message/Destructed.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Message/Destructed.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Message::Destructed; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Message/Destructed.pod libmail-box-perl-2.110/lib/Mail/Box/Message/Destructed.pod --- libmail-box-perl-2.109/lib/Mail/Box/Message/Destructed.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Message/Destructed.pod 2014-01-05 17:51:21.000000000 +0000 @@ -644,12 +644,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Message.pm libmail-box-perl-2.110/lib/Mail/Box/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/Message.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Message.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Message.pod libmail-box-perl-2.110/lib/Mail/Box/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -706,12 +706,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Net/Message.pm libmail-box-perl-2.110/lib/Mail/Box/Net/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/Net/Message.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Net/Message.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::Net::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Net/Message.pod libmail-box-perl-2.110/lib/Mail/Box/Net/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/Net/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Net/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -619,12 +619,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Net.pm libmail-box-perl-2.110/lib/Mail/Box/Net.pm --- libmail-box-perl-2.109/lib/Mail/Box/Net.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Net.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -6,7 +6,7 @@ use strict; package Mail::Box::Net; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Net.pod libmail-box-perl-2.110/lib/Mail/Box/Net.pod --- libmail-box-perl-2.109/lib/Mail/Box/Net.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Net.pod 2014-01-05 17:51:21.000000000 +0000 @@ -580,12 +580,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/POP3/Message.pm libmail-box-perl-2.110/lib/Mail/Box/POP3/Message.pm --- libmail-box-perl-2.109/lib/Mail/Box/POP3/Message.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/POP3/Message.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box::POP3::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Net::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/POP3/Message.pod libmail-box-perl-2.110/lib/Mail/Box/POP3/Message.pod --- libmail-box-perl-2.109/lib/Mail/Box/POP3/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/POP3/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -618,12 +618,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/POP3.pm libmail-box-perl-2.110/lib/Mail/Box/POP3.pm --- libmail-box-perl-2.109/lib/Mail/Box/POP3.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/POP3.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::POP3; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Net'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/POP3.pod libmail-box-perl-2.110/lib/Mail/Box/POP3.pod --- libmail-box-perl-2.109/lib/Mail/Box/POP3.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/POP3.pod 2014-01-05 17:51:21.000000000 +0000 @@ -734,12 +734,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/POP3s.pm libmail-box-perl-2.110/lib/Mail/Box/POP3s.pm --- libmail-box-perl-2.109/lib/Mail/Box/POP3s.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/POP3s.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::POP3s; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::POP3'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/POP3s.pod libmail-box-perl-2.110/lib/Mail/Box/POP3s.pod --- libmail-box-perl-2.109/lib/Mail/Box/POP3s.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/POP3s.pod 2014-01-05 17:51:21.000000000 +0000 @@ -597,12 +597,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Parser/Perl.pm libmail-box-perl-2.110/lib/Mail/Box/Parser/Perl.pm --- libmail-box-perl-2.109/lib/Mail/Box/Parser/Perl.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Parser/Perl.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Parser::Perl; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Parser'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Parser/Perl.pod libmail-box-perl-2.110/lib/Mail/Box/Parser/Perl.pod --- libmail-box-perl-2.109/lib/Mail/Box/Parser/Perl.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Parser/Perl.pod 2014-01-05 17:51:21.000000000 +0000 @@ -296,12 +296,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Parser.pm libmail-box-perl-2.110/lib/Mail/Box/Parser.pm --- libmail-box-perl-2.109/lib/Mail/Box/Parser.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Parser.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Box::Parser; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; use Carp; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Parser.pod libmail-box-perl-2.110/lib/Mail/Box/Parser.pod --- libmail-box-perl-2.109/lib/Mail/Box/Parser.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Parser.pod 2014-01-05 17:51:21.000000000 +0000 @@ -381,12 +381,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Search/Grep.pm libmail-box-perl-2.110/lib/Mail/Box/Search/Grep.pm --- libmail-box-perl-2.109/lib/Mail/Box/Search/Grep.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Search/Grep.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::Search::Grep; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Search'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Search/Grep.pod libmail-box-perl-2.110/lib/Mail/Box/Search/Grep.pod --- libmail-box-perl-2.109/lib/Mail/Box/Search/Grep.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Search/Grep.pod 2014-01-05 17:51:21.000000000 +0000 @@ -281,12 +281,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Search/SpamAssassin.pm libmail-box-perl-2.110/lib/Mail/Box/Search/SpamAssassin.pm --- libmail-box-perl-2.109/lib/Mail/Box/Search/SpamAssassin.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Search/SpamAssassin.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::Search::SpamAssassin; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Search'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Search/SpamAssassin.pod libmail-box-perl-2.110/lib/Mail/Box/Search/SpamAssassin.pod --- libmail-box-perl-2.109/lib/Mail/Box/Search/SpamAssassin.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Search/SpamAssassin.pod 2014-01-05 17:51:21.000000000 +0000 @@ -271,12 +271,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Search.pm libmail-box-perl-2.110/lib/Mail/Box/Search.pm --- libmail-box-perl-2.109/lib/Mail/Box/Search.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Search.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::Search; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Search.pod libmail-box-perl-2.110/lib/Mail/Box/Search.pod --- libmail-box-perl-2.109/lib/Mail/Box/Search.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Search.pod 2014-01-05 17:51:21.000000000 +0000 @@ -329,12 +329,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Thread/Manager.pm libmail-box-perl-2.110/lib/Mail/Box/Thread/Manager.pm --- libmail-box-perl-2.109/lib/Mail/Box/Thread/Manager.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Thread/Manager.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -6,7 +6,7 @@ use strict; package Mail::Box::Thread::Manager; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Thread/Manager.pod libmail-box-perl-2.110/lib/Mail/Box/Thread/Manager.pod --- libmail-box-perl-2.109/lib/Mail/Box/Thread/Manager.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Thread/Manager.pod 2014-01-05 17:51:21.000000000 +0000 @@ -442,12 +442,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Thread/Node.pm libmail-box-perl-2.110/lib/Mail/Box/Thread/Node.pm --- libmail-box-perl-2.109/lib/Mail/Box/Thread/Node.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Thread/Node.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -6,7 +6,7 @@ use strict; package Mail::Box::Thread::Node; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Thread/Node.pod libmail-box-perl-2.110/lib/Mail/Box/Thread/Node.pod --- libmail-box-perl-2.109/lib/Mail/Box/Thread/Node.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Thread/Node.pod 2014-01-05 17:51:21.000000000 +0000 @@ -403,12 +403,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Tie/ARRAY.pm libmail-box-perl-2.110/lib/Mail/Box/Tie/ARRAY.pm --- libmail-box-perl-2.109/lib/Mail/Box/Tie/ARRAY.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Tie/ARRAY.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -6,7 +6,7 @@ use strict; package Mail::Box::Tie::ARRAY; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Carp; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Tie/ARRAY.pod libmail-box-perl-2.110/lib/Mail/Box/Tie/ARRAY.pod --- libmail-box-perl-2.109/lib/Mail/Box/Tie/ARRAY.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Tie/ARRAY.pod 2014-01-05 17:51:21.000000000 +0000 @@ -139,12 +139,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Tie/HASH.pm libmail-box-perl-2.110/lib/Mail/Box/Tie/HASH.pm --- libmail-box-perl-2.109/lib/Mail/Box/Tie/HASH.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Tie/HASH.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -6,7 +6,7 @@ use strict; package Mail::Box::Tie::HASH; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Carp; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Tie/HASH.pod libmail-box-perl-2.110/lib/Mail/Box/Tie/HASH.pod --- libmail-box-perl-2.109/lib/Mail/Box/Tie/HASH.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Tie/HASH.pod 2014-01-05 17:51:21.000000000 +0000 @@ -128,12 +128,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Tie.pm libmail-box-perl-2.110/lib/Mail/Box/Tie.pm --- libmail-box-perl-2.109/lib/Mail/Box/Tie.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Tie.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Box::Tie; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use strict; diff -Nru libmail-box-perl-2.109/lib/Mail/Box/Tie.pod libmail-box-perl-2.110/lib/Mail/Box/Tie.pod --- libmail-box-perl-2.109/lib/Mail/Box/Tie.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box/Tie.pod 2014-01-05 17:51:21.000000000 +0000 @@ -35,12 +35,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box-Cookbook.pod libmail-box-perl-2.110/lib/Mail/Box-Cookbook.pod --- libmail-box-perl-2.109/lib/Mail/Box-Cookbook.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box-Cookbook.pod 2014-01-05 17:51:21.000000000 +0000 @@ -256,12 +256,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box-Index.pod libmail-box-perl-2.110/lib/Mail/Box-Index.pod --- libmail-box-perl-2.109/lib/Mail/Box-Index.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box-Index.pod 2014-01-05 17:51:21.000000000 +0000 @@ -15,209 +15,209 @@ Only the HTML version of this manual page will list the sections. -=begin :html +=begin html
  1. General sources of information
      -
    • MailBox distribution overview (Mail::Box-Overview) -
    • MailBox simple recepies (Mail::Box-Cookbook) +
    • MailBox distribution overview (M) +
    • MailBox simple recepies (M)
    -
  2. Messages (L)
    +
  3. Messages (M)
    See separate entries on header, body, fields and construction in this index below.
      -
    • Structure of a Message +
    • L
        -
      • The header -
      • The body +
      • L +
      • L
    • Coercing messages -
    • Message object implementation -
    • Message class implementation +
    • L +
    • L
    -
  4. Message headers (L) +
  5. Message headers (M)
      -
    • Ordered header fields -
    • Subsets of header fields -
    • Head class implementation +
    • L +
    • L +
    • L
    -
  6. Message header fields (L) +
  7. Message header fields (M)
      -
    • Field syntax +
    • L
        -
      • Folding fields -
      • Structured fields -
      • Comments in fields +
      • L +
      • L +
      • L
      -
    • Getting a field +
    • L
        -
      • Using get() field -
      • Using study() field -
      • Using resent groups (Mail::Message::Head::ResentGroup) -
      • Mailing list fields -
      • Spam fighting fields +
      • L +
      • L +
      • L (M) +
      • L +
      • L
      -
    • The field's data +
    • L
        -
      • Access to the field -
      • Using simplified field access -
      • Specifying field data +
      • L +
      • L +
      • L
      -
    • Field class implementation +
    • L
    -
  8. Message bodies (L) +
  9. Message bodies (M)
      -
    • Access to the body +
    • L
    • Body meta information
        -
      • Content types (MIME::Types) -
      • Content transfer encoding (Mail::Message::TransferEnc) +
      • Content types (L) +
      • Content transfer encoding (M)
      -
    • Multipart bodies (Mail::Message::Body::Multipart) -
    • Nested (encapsulated) messages (Mail::Message::Body::Nested) -
    • Body class implementation -
        -
      • Data collector bodies -
      • Complex bodies -
      • Character encoding PERL +
      • Multipart bodies (M) +
      • Nested (encapsulated) messages (M) +
      • L +
          +
        • L +
        • L +
        • L
    • Message labels
        -
      • Labels (Mail::Message) +
      • L (M)
          -
        • Predefined labels (Mail::Message) +
        • L (M)
        • Storing labels folder dependent -
        • Flags in filename (Mail::Box::Maildir::Message) -
        • Status and X-Status fields (MBOX and POP3) -
        • The .mh_sequences file (Mail::Box::MH::Labels) -
        • IMAP protocol flags (Mail::Box::IMAP4::Message) -
        • Other labels (IMAP4) -
        • Caching labels (IMAP4) +
        • L (M) +
        • L (MBOX and POP3) +
        • L (M) +
        • L (M) +
        • L (IMAP4) +
        • L (IMAP4)
    • Message processing
        -
      • Reading a message (Mail::Message::Construct::Read) -
      • Building a message - (Mail::Message::Construct::Build) -
      • Reply to a message (Mail::Message::Construct::Reply) -
      • Creating a forward - (Mail::Message::Construct::Forward) -
      • Bounce a message (Mail::Message::Construct::Bounce) -
      • Rebuilding a message - (Mail::Message::Construct::Rebuild) +
      • Reading a message (M) +
      • L + (M) +
      • Reply to a message (M) +
      • L + (M) +
      • Bounce a message (M) +
      • L + (M)
      • Convert messages
          -
        • To and from Mail::Internet objects (Mail::Message::Convert::MailInternet) -
        • To and from MIME::Entity objects(Mail::Message::Convert::MimeEntity) -
        • Into HTML (Mail::Message::Convert::Html) +
        • To and from M objects (M) +
        • To and from M objects(M) +
        • Into HTML (M)
      • Convert body contents
          -
        • From HTML to PostScript (Mail::Message::Convert::HtmlFormatPS) -
        • From HTML into plain text (Mail::Message::Convert::HtmlFormatText) -
        • Beautify text (Mail::Message::Convert::TextAutoformat) +
        • From HTML to PostScript (M) +
        • From HTML into plain text (M) +
        • Beautify text (M)
      -
    • Folders (L) +
    • Folders (M) See separate section for type specifics below.
      • Folder managers
          -
        • Managing open folders (Mail::Box::Manager) -
        • Managing a user (Mail::Box::Manage::User) +
        • L (M) +
        • L (M)
        -
      • Folder types (Mail::Box) +
      • Folder types (M)
          -
        • Different kinds of folders -
        • Available folder types -
        • Folder class implementation +
        • L +
        • L +
        • L
        -
      • Folder tied as array (Mail::Box::Tie::ARRAY) +
      • L (M)
          -
        • Limitations +
        • L
        -
      • Folder tied as hash (Mail::Box::Tie::HASH) -
      • Folder locking (Mail::Box::Locker) -
      • Searching folders (Mail::Box::Search) +
      • Folder tied as hash (M) +
      • Folder locking (M) +
      • Searching folders (M)
          -
        • scan header and body (Mail::Box::Search::Grep) -
        • check for spam (Mail::Box::Search::SpamAssassin) +
        • scan header and body (M) +
        • check for spam (M)
      • Managing messages located in folders (Mail::Box::Message)
    • Folder types
        -
      • DBX folders (Mail::Box::Dbx, read only) +
      • DBX folders (M, read only)
          -
        • How DBX folders work -
        • This implementation -
        • Converting DBX folders to MBOX +
        • L +
        • L +
        • L
        -
      • IMAP4 folders (Mail::Box::IMAP4) +
      • IMAP4 folders (M)
          -
        • How IMAP4 folders work +
        • L
        -
      • MAILDIR folders (Mail::Box::Maildir) +
      • MAILDIR folders (M)
          -
        • How MAILDIR folders work +
        • L
        -
      • MBOX folders (Mail::Box::Mbox) +
      • MBOX folders (M)
          -
        • How MBOX folders work -
        • Simulation of sub-folders +
        • L +
        • L
        -
      • MH folders (Mail::Box::MH) +
      • MH folders (M)
          -
        • How MH folders work -
        • This implementation -
        • An index-file +
        • L +
        • L +
        • L
        -
      • POP3 folders (Mail::Box::POP3) +
      • POP3 folders (M)
          -
        • How POP3 folders work -
        • This implementation +
        • L +
        • L
    • Discussion threads
        -
      • The thread manager (Mail::Box::Thread::Manager) +
      • The thread manager (M)
          -
        • Maintaining threads -
        • Delayed thread detection +
        • L +
        • L
        -
      • The thread node (Mail::Box::Thread::Node) +
      • The thread node (M)
      -
    • Transmitting messages (L) +
    • Transmitting messages (M)
        -
      • Sending (Mail::Transport::Send) +
      • Sending (M)
          -
        • Via Exim (Mail::Transport::Exim) -
        • Via Mailx (Mail::Transport::Mailx) -
        • Via Qmail (Mail::Transport::Qmail) -
        • Via Sendmail or Postfix (Mail::Transport::Sendmail) -
        • Via raw SMTP (Mail::Transport::SMTP) +
        • Via Exim (M) +
        • Via Mailx (M) +
        • Via Qmail (M) +
        • Via Sendmail or Postfix (M) +
        • Via raw SMTP (M)
        -
      • Receiving (Mail::Transport::Receive) +
      • Receiving (M)
          -
        • Via POP3 (Mail::Transport::POP3) +
        • Via POP3 (M)
      • Bi-directional
          -
        • Via IMAP4 (Mail::Transport::IMAP4) +
        • Via IMAP4 (M)
      @@ -229,39 +229,39 @@
      • Lazy extraction
      • Picking the optimal body class -
      • Reducing the header size - (Mail::Message::Head::Partial) +
      • L + (M)
      -
    • Destructing messages (Mail::Box::Message::Destructed) +
    • Destructing messages (M)
  10. Additional modules
    • Extensions
        -
      • Mail::Box::Parser::C, a faster parser -
      • HTML::FromMail, +
      • M, a faster parser +
      • L, webmail applications builder
    • Helper modules
        -
      • MIME::Types -
      • Object::Realize::Later -
      • User::Identity +
      • L +
      • L +
      • L
-=end :html +=end html =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box-Overview.pod libmail-box-perl-2.110/lib/Mail/Box-Overview.pod --- libmail-box-perl-2.109/lib/Mail/Box-Overview.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box-Overview.pod 2014-01-05 17:51:21.000000000 +0000 @@ -300,12 +300,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Box.pm libmail-box-perl-2.110/lib/Mail/Box.pm --- libmail-box-perl-2.109/lib/Mail/Box.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Box; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Box.pod libmail-box-perl-2.110/lib/Mail/Box.pod --- libmail-box-perl-2.109/lib/Mail/Box.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Box.pod 2014-01-05 17:51:21.000000000 +0000 @@ -1550,12 +1550,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Construct.pm libmail-box-perl-2.110/lib/Mail/Message/Body/Construct.pm --- libmail-box-perl-2.109/lib/Mail/Message/Body/Construct.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Construct.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -9,7 +9,7 @@ package Mail::Message::Body; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Carp; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Construct.pod libmail-box-perl-2.110/lib/Mail/Message/Body/Construct.pod --- libmail-box-perl-2.109/lib/Mail/Message/Body/Construct.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Construct.pod 2014-01-05 17:51:21.000000000 +0000 @@ -141,12 +141,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Delayed.pm libmail-box-perl-2.110/lib/Mail/Message/Body/Delayed.pm --- libmail-box-perl-2.109/lib/Mail/Message/Body/Delayed.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Delayed.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Body::Delayed; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Delayed.pod libmail-box-perl-2.110/lib/Mail/Message/Body/Delayed.pod --- libmail-box-perl-2.109/lib/Mail/Message/Body/Delayed.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Delayed.pod 2014-01-05 17:51:21.000000000 +0000 @@ -216,12 +216,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Encode.pm libmail-box-perl-2.110/lib/Mail/Message/Body/Encode.pm --- libmail-box-perl-2.109/lib/Mail/Message/Body/Encode.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Encode.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::Body; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; @@ -219,15 +219,17 @@ my $field; if($field = $self->disposition) - { $raw = $field->attribute('filename') - || $field->attribute('file') - || $field->attribute('name'); + { $field = $field->study if $field->can('study'); + $raw = $field->attribute('filename') + || $field->attribute('file') + || $field->attribute('name'); } if(!defined $raw && ($field = $self->type)) - { $raw = $field->attribute('filename') - || $field->attribute('file') - || $field->attribute('name'); + { $field = $field->study if $field->can('study'); + $raw = $field->attribute('filename') + || $field->attribute('file') + || $field->attribute('name'); } my $base; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Encode.pod libmail-box-perl-2.110/lib/Mail/Message/Body/Encode.pod --- libmail-box-perl-2.109/lib/Mail/Message/Body/Encode.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Encode.pod 2014-01-05 17:51:21.000000000 +0000 @@ -203,12 +203,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/File.pm libmail-box-perl-2.110/lib/Mail/Message/Body/File.pm --- libmail-box-perl-2.109/lib/Mail/Message/Body/File.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/File.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Body::File; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Body'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/File.pod libmail-box-perl-2.110/lib/Mail/Message/Body/File.pod --- libmail-box-perl-2.109/lib/Mail/Message/Body/File.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/File.pod 2014-01-05 17:51:21.000000000 +0000 @@ -471,12 +471,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Lines.pm libmail-box-perl-2.110/lib/Mail/Message/Body/Lines.pm --- libmail-box-perl-2.109/lib/Mail/Message/Body/Lines.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Lines.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Body::Lines; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Body'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Lines.pod libmail-box-perl-2.110/lib/Mail/Message/Body/Lines.pod --- libmail-box-perl-2.109/lib/Mail/Message/Body/Lines.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Lines.pod 2014-01-05 17:51:21.000000000 +0000 @@ -461,12 +461,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Multipart.pm libmail-box-perl-2.110/lib/Mail/Message/Body/Multipart.pm --- libmail-box-perl-2.109/lib/Mail/Message/Body/Multipart.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Multipart.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Body::Multipart; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Body'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Multipart.pod libmail-box-perl-2.110/lib/Mail/Message/Body/Multipart.pod --- libmail-box-perl-2.109/lib/Mail/Message/Body/Multipart.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Multipart.pod 2014-01-05 17:51:22.000000000 +0000 @@ -616,12 +616,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Nested.pm libmail-box-perl-2.110/lib/Mail/Message/Body/Nested.pm --- libmail-box-perl-2.109/lib/Mail/Message/Body/Nested.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Nested.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Body::Nested; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Body'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/Nested.pod libmail-box-perl-2.110/lib/Mail/Message/Body/Nested.pod --- libmail-box-perl-2.109/lib/Mail/Message/Body/Nested.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/Nested.pod 2014-01-05 17:51:22.000000000 +0000 @@ -495,12 +495,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/String.pm libmail-box-perl-2.110/lib/Mail/Message/Body/String.pm --- libmail-box-perl-2.109/lib/Mail/Message/Body/String.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/String.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Body::String; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Body'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body/String.pod libmail-box-perl-2.110/lib/Mail/Message/Body/String.pod --- libmail-box-perl-2.109/lib/Mail/Message/Body/String.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body/String.pod 2014-01-05 17:51:22.000000000 +0000 @@ -462,12 +462,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body.pm libmail-box-perl-2.110/lib/Mail/Message/Body.pm --- libmail-box-perl-2.109/lib/Mail/Message/Body.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Body; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Body.pod libmail-box-perl-2.110/lib/Mail/Message/Body.pod --- libmail-box-perl-2.109/lib/Mail/Message/Body.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Body.pod 2014-01-05 17:51:21.000000000 +0000 @@ -929,12 +929,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Bounce.pm libmail-box-perl-2.110/lib/Mail/Message/Construct/Bounce.pm --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Bounce.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Bounce.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Mail::Message::Head::Complete; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Bounce.pod libmail-box-perl-2.110/lib/Mail/Message/Construct/Bounce.pod --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Bounce.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Bounce.pod 2014-01-05 17:51:21.000000000 +0000 @@ -70,12 +70,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Build.pm libmail-box-perl-2.110/lib/Mail/Message/Construct/Build.pm --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Build.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Build.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Mail::Message::Head::Complete (); diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Build.pod libmail-box-perl-2.110/lib/Mail/Message/Construct/Build.pod --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Build.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Build.pod 2014-01-05 17:51:21.000000000 +0000 @@ -300,12 +300,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Forward.pm libmail-box-perl-2.110/lib/Mail/Message/Construct/Forward.pm --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Forward.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Forward.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Mail::Message::Body::Multipart; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Forward.pod libmail-box-perl-2.110/lib/Mail/Message/Construct/Forward.pod --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Forward.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Forward.pod 2014-01-05 17:51:21.000000000 +0000 @@ -398,12 +398,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Read.pm libmail-box-perl-2.110/lib/Mail/Message/Construct/Read.pm --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Read.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Read.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Mail::Box::FastScalar; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Read.pod libmail-box-perl-2.110/lib/Mail/Message/Construct/Read.pod --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Read.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Read.pod 2014-01-05 17:51:21.000000000 +0000 @@ -88,12 +88,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Rebuild.pm libmail-box-perl-2.110/lib/Mail/Message/Construct/Rebuild.pm --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Rebuild.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Rebuild.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Mail::Message::Head::Complete; @@ -185,7 +185,8 @@ sub removeHtmlAlternativeToText($@) { my ($self, $part, %args) = @_; - return $part unless $part->body->mimeType eq 'text/html'; + $part->body->mimeType eq 'text/html' + or return $part; my $container = $part->container; @@ -193,6 +194,7 @@ unless defined $container && $container->mimeType eq 'multipart/alternative'; + # The HTML $part will be nulled when a plain text part is found foreach my $subpart ($container->parts) { return undef if $subpart->body->mimeType eq 'text/plain'; } @@ -200,8 +202,19 @@ $part; } -my $has_hft; +sub removeExtraAlternativeText($@) +{ my ($self, $part, %args) = @_; + + my $container = $part->container; + $container && $container->mimeType eq 'multipart/alternative' + or return $part; + # The last part is the preferred part (as per RFC2046) + my $last = ($container->parts)[-1]; + $last && $part==$last ? $part : undef; +} + +my $has_hft; sub textAlternativeForHtml($@) { my ($self, $part, %args) = @_; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Rebuild.pod libmail-box-perl-2.110/lib/Mail/Message/Construct/Rebuild.pod --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Rebuild.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Rebuild.pod 2014-01-05 17:51:21.000000000 +0000 @@ -224,9 +224,8 @@ =item * removeHtmlAlternativeToText When a multipart alternative is encountered, which contains both a -plain text and an html part, then the html part is flagged for -deletion. Especially useful in combination with the C -and C rules. +plain text and an html part, then the html part is deleted. +Especially useful in combination with the C rule. =item * textAlternativeForHtml @@ -236,6 +235,14 @@ HTML::TreeBuilder and HTML::FormatText must be installed on your system. +=item * removeExtraAlternativeText + +[2.110] When a multipart alternative is encountered, deletes all its parts +except for the last part (the preferred part in accordance +with RFC2046). In practice, this normally results in the alternative +plain text part being deleted of an html message. Useful in combination +with the C rule. + =back =head3 Adding your own rules @@ -272,12 +279,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Reply.pm libmail-box-perl-2.110/lib/Mail/Message/Construct/Reply.pm --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Reply.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Reply.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Mail::Message::Body::Multipart; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Reply.pod libmail-box-perl-2.110/lib/Mail/Message/Construct/Reply.pod --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Reply.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Reply.pod 2014-01-05 17:51:21.000000000 +0000 @@ -227,12 +227,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Text.pm libmail-box-perl-2.110/lib/Mail/Message/Construct/Text.pm --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Text.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Text.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use IO::Lines; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct/Text.pod libmail-box-perl-2.110/lib/Mail/Message/Construct/Text.pod --- libmail-box-perl-2.109/lib/Mail/Message/Construct/Text.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct/Text.pod 2014-01-05 17:51:21.000000000 +0000 @@ -78,12 +78,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct.pm libmail-box-perl-2.110/lib/Mail/Message/Construct.pm --- libmail-box-perl-2.109/lib/Mail/Message/Construct.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Mail::Message::Head::Complete; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Construct.pod libmail-box-perl-2.110/lib/Mail/Message/Construct.pod --- libmail-box-perl-2.109/lib/Mail/Message/Construct.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Construct.pod 2014-01-05 17:51:21.000000000 +0000 @@ -30,12 +30,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/EmailSimple.pm libmail-box-perl-2.110/lib/Mail/Message/Convert/EmailSimple.pm --- libmail-box-perl-2.109/lib/Mail/Message/Convert/EmailSimple.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/EmailSimple.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Convert::EmailSimple; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Convert'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/EmailSimple.pod libmail-box-perl-2.110/lib/Mail/Message/Convert/EmailSimple.pod --- libmail-box-perl-2.109/lib/Mail/Message/Convert/EmailSimple.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/EmailSimple.pod 2014-01-05 17:51:22.000000000 +0000 @@ -181,12 +181,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/Html.pm libmail-box-perl-2.110/lib/Mail/Message/Convert/Html.pm --- libmail-box-perl-2.109/lib/Mail/Message/Convert/Html.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/Html.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Convert::Html; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Convert'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/Html.pod libmail-box-perl-2.110/lib/Mail/Message/Convert/Html.pod --- libmail-box-perl-2.109/lib/Mail/Message/Convert/Html.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/Html.pod 2014-01-05 17:51:22.000000000 +0000 @@ -227,12 +227,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/HtmlFormatPS.pm libmail-box-perl-2.110/lib/Mail/Message/Convert/HtmlFormatPS.pm --- libmail-box-perl-2.109/lib/Mail/Message/Convert/HtmlFormatPS.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/HtmlFormatPS.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Convert::HtmlFormatPS; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Convert'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/HtmlFormatPS.pod libmail-box-perl-2.110/lib/Mail/Message/Convert/HtmlFormatPS.pod --- libmail-box-perl-2.109/lib/Mail/Message/Convert/HtmlFormatPS.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/HtmlFormatPS.pod 2014-01-05 17:51:22.000000000 +0000 @@ -166,12 +166,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/HtmlFormatText.pm libmail-box-perl-2.110/lib/Mail/Message/Convert/HtmlFormatText.pm --- libmail-box-perl-2.109/lib/Mail/Message/Convert/HtmlFormatText.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/HtmlFormatText.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Convert::HtmlFormatText; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Convert'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/HtmlFormatText.pod libmail-box-perl-2.110/lib/Mail/Message/Convert/HtmlFormatText.pod --- libmail-box-perl-2.109/lib/Mail/Message/Convert/HtmlFormatText.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/HtmlFormatText.pod 2014-01-05 17:51:22.000000000 +0000 @@ -173,12 +173,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/MailInternet.pm libmail-box-perl-2.110/lib/Mail/Message/Convert/MailInternet.pm --- libmail-box-perl-2.109/lib/Mail/Message/Convert/MailInternet.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/MailInternet.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::Convert::MailInternet; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Convert'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/MailInternet.pod libmail-box-perl-2.110/lib/Mail/Message/Convert/MailInternet.pod --- libmail-box-perl-2.109/lib/Mail/Message/Convert/MailInternet.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/MailInternet.pod 2014-01-05 17:51:22.000000000 +0000 @@ -177,12 +177,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/MimeEntity.pm libmail-box-perl-2.110/lib/Mail/Message/Convert/MimeEntity.pm --- libmail-box-perl-2.109/lib/Mail/Message/Convert/MimeEntity.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/MimeEntity.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::Convert::MimeEntity; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Convert'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/MimeEntity.pod libmail-box-perl-2.110/lib/Mail/Message/Convert/MimeEntity.pod --- libmail-box-perl-2.109/lib/Mail/Message/Convert/MimeEntity.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/MimeEntity.pod 2014-01-05 17:51:22.000000000 +0000 @@ -187,12 +187,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/TextAutoformat.pm libmail-box-perl-2.110/lib/Mail/Message/Convert/TextAutoformat.pm --- libmail-box-perl-2.109/lib/Mail/Message/Convert/TextAutoformat.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/TextAutoformat.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Convert::TextAutoformat; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Convert'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert/TextAutoformat.pod libmail-box-perl-2.110/lib/Mail/Message/Convert/TextAutoformat.pod --- libmail-box-perl-2.109/lib/Mail/Message/Convert/TextAutoformat.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert/TextAutoformat.pod 2014-01-05 17:51:22.000000000 +0000 @@ -167,12 +167,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert.pm libmail-box-perl-2.110/lib/Mail/Message/Convert.pm --- libmail-box-perl-2.109/lib/Mail/Message/Convert.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::Convert; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Convert.pod libmail-box-perl-2.110/lib/Mail/Message/Convert.pod --- libmail-box-perl-2.109/lib/Mail/Message/Convert.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Convert.pod 2014-01-05 17:51:22.000000000 +0000 @@ -215,12 +215,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Dummy.pm libmail-box-perl-2.110/lib/Mail/Message/Dummy.pm --- libmail-box-perl-2.109/lib/Mail/Message/Dummy.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Dummy.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Dummy; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Dummy.pod libmail-box-perl-2.110/lib/Mail/Message/Dummy.pod --- libmail-box-perl-2.109/lib/Mail/Message/Dummy.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Dummy.pod 2014-01-05 17:51:22.000000000 +0000 @@ -594,12 +594,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/AddrGroup.pm libmail-box-perl-2.110/lib/Mail/Message/Field/AddrGroup.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/AddrGroup.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/AddrGroup.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::AddrGroup; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'User::Identity::Collection::Emails'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/AddrGroup.pod libmail-box-perl-2.110/lib/Mail/Message/Field/AddrGroup.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/AddrGroup.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/AddrGroup.pod 2014-01-05 17:51:22.000000000 +0000 @@ -264,12 +264,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Address.pm libmail-box-perl-2.110/lib/Mail/Message/Field/Address.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/Address.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Address.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::Address; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Identity'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Address.pod libmail-box-perl-2.110/lib/Mail/Message/Field/Address.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/Address.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Address.pod 2014-01-05 17:51:22.000000000 +0000 @@ -253,12 +253,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Addresses.pm libmail-box-perl-2.110/lib/Mail/Message/Field/Addresses.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/Addresses.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Addresses.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::Addresses; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Field::Structured'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Addresses.pod libmail-box-perl-2.110/lib/Mail/Message/Field/Addresses.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/Addresses.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Addresses.pod 2014-01-05 17:51:22.000000000 +0000 @@ -573,12 +573,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Attribute.pm libmail-box-perl-2.110/lib/Mail/Message/Field/Attribute.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/Attribute.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Attribute.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::Attribute; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; use 5.007003; @@ -40,7 +40,7 @@ my ($attr, $value, $cont) = @$args{ qw/attr value use_continuations/ }; - my $name = ($attr =~ m/^(.*?)(?:\*\d+)?\*?\=/ ? $1 : $attr); + my $name = ($attr =~ m/^(.*?)(?:\*\d+)?\*?\s*\=\s*/ ? $1 : $attr); $self->log(WARNING => "Illegal character in parameter name '$name'.") if $name !~ m/^[!#-'*+\-.0-9A-Z^-~]+$/; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Attribute.pod libmail-box-perl-2.110/lib/Mail/Message/Field/Attribute.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/Attribute.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Attribute.pod 2014-01-05 17:51:22.000000000 +0000 @@ -293,12 +293,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Date.pm libmail-box-perl-2.110/lib/Mail/Message/Field/Date.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/Date.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Date.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,11 +7,11 @@ package Mail::Message::Field::Date; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Field::Structured'; -use POSIX qw/mktime/; +use POSIX qw/mktime tzset/; my $dayname = qr/Mon|Tue|Wed|Thu|Fri|Sat|Sun/; @@ -71,9 +71,15 @@ my ($d, $mon, $y, $h, $min, $s, $z) = $date =~ m/^ (?:\w\w\w\,\s+)? (\d\d)\s+(\w+)\s+(\d\d\d\d) \s+ (\d\d)\:(\d\d)\:(\d\d) \s+ ([+-]\d\d\d\d)? \s*$ /x; - my $timestamp = mktime $s, $min, $h, $d, $monthnr{$mon}-1, $y-1900 - , 0, 0, -1; - $timestamp += ($1 eq '-' ? -1 : 1) * ($2*3600 + $3*60) + + my $oldtz = $ENV{TZ}; + $ENV{TZ} = 'UTC'; + tzset; + my $timestamp = mktime $s, $min, $h, $d, $monthnr{$mon}-1, $y-1900; + $ENV{TZ} = $oldtz; + tzset; + + $timestamp += ($1 eq '-' ? 1 : -1) * ($2*3600 + $3*60) if $z =~ m/^([+-])(\d\d)(\d\d)$/; $timestamp; } diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Date.pod libmail-box-perl-2.110/lib/Mail/Message/Field/Date.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/Date.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Date.pod 2014-01-05 17:51:22.000000000 +0000 @@ -496,12 +496,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Fast.pm libmail-box-perl-2.110/lib/Mail/Message/Field/Fast.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/Fast.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Fast.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::Fast; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Field'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Fast.pod libmail-box-perl-2.110/lib/Mail/Message/Field/Fast.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/Fast.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Fast.pod 2014-01-05 17:51:22.000000000 +0000 @@ -430,12 +430,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Flex.pm libmail-box-perl-2.110/lib/Mail/Message/Field/Flex.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/Flex.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Flex.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::Flex; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Field'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Flex.pod libmail-box-perl-2.110/lib/Mail/Message/Field/Flex.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/Flex.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Flex.pod 2014-01-05 17:51:22.000000000 +0000 @@ -395,12 +395,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Full.pm libmail-box-perl-2.110/lib/Mail/Message/Field/Full.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/Full.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Full.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::Full; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Field'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Full.pod libmail-box-perl-2.110/lib/Mail/Message/Field/Full.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/Full.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Full.pod 2014-01-05 17:51:22.000000000 +0000 @@ -667,12 +667,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Structured.pm libmail-box-perl-2.110/lib/Mail/Message/Field/Structured.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/Structured.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Structured.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::Structured; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Field::Full'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Structured.pod libmail-box-perl-2.110/lib/Mail/Message/Field/Structured.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/Structured.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Structured.pod 2014-01-05 17:51:22.000000000 +0000 @@ -551,12 +551,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/URIs.pm libmail-box-perl-2.110/lib/Mail/Message/Field/URIs.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/URIs.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/URIs.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::URIs; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Field::Structured'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/URIs.pod libmail-box-perl-2.110/lib/Mail/Message/Field/URIs.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/URIs.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/URIs.pod 2014-01-05 17:51:22.000000000 +0000 @@ -525,12 +525,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Unstructured.pm libmail-box-perl-2.110/lib/Mail/Message/Field/Unstructured.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field/Unstructured.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Unstructured.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field::Unstructured; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Field::Full'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field/Unstructured.pod libmail-box-perl-2.110/lib/Mail/Message/Field/Unstructured.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field/Unstructured.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field/Unstructured.pod 2014-01-05 17:51:22.000000000 +0000 @@ -482,12 +482,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field.pm libmail-box-perl-2.110/lib/Mail/Message/Field.pm --- libmail-box-perl-2.109/lib/Mail/Message/Field.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Field; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Field.pod libmail-box-perl-2.110/lib/Mail/Message/Field.pod --- libmail-box-perl-2.109/lib/Mail/Message/Field.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Field.pod 2014-01-05 17:51:22.000000000 +0000 @@ -808,12 +808,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/Complete.pm libmail-box-perl-2.110/lib/Mail/Message/Head/Complete.pm --- libmail-box-perl-2.109/lib/Mail/Message/Head/Complete.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/Complete.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Head::Complete; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Head'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/Complete.pod libmail-box-perl-2.110/lib/Mail/Message/Head/Complete.pod --- libmail-box-perl-2.109/lib/Mail/Message/Head/Complete.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/Complete.pod 2014-01-05 17:51:22.000000000 +0000 @@ -728,12 +728,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/Delayed.pm libmail-box-perl-2.110/lib/Mail/Message/Head/Delayed.pm --- libmail-box-perl-2.109/lib/Mail/Message/Head/Delayed.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/Delayed.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Head::Delayed; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Head'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/Delayed.pod libmail-box-perl-2.110/lib/Mail/Message/Head/Delayed.pod --- libmail-box-perl-2.109/lib/Mail/Message/Head/Delayed.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/Delayed.pod 2014-01-05 17:51:22.000000000 +0000 @@ -279,12 +279,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/FieldGroup.pm libmail-box-perl-2.110/lib/Mail/Message/Head/FieldGroup.pm --- libmail-box-perl-2.109/lib/Mail/Message/Head/FieldGroup.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/FieldGroup.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Message::Head::FieldGroup; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/FieldGroup.pod libmail-box-perl-2.110/lib/Mail/Message/Head/FieldGroup.pod --- libmail-box-perl-2.109/lib/Mail/Message/Head/FieldGroup.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/FieldGroup.pod 2014-01-05 17:51:22.000000000 +0000 @@ -320,12 +320,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/ListGroup.pm libmail-box-perl-2.110/lib/Mail/Message/Head/ListGroup.pm --- libmail-box-perl-2.109/lib/Mail/Message/Head/ListGroup.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/ListGroup.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Message::Head::ListGroup; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Head::FieldGroup'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/ListGroup.pod libmail-box-perl-2.110/lib/Mail/Message/Head/ListGroup.pod --- libmail-box-perl-2.109/lib/Mail/Message/Head/ListGroup.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/ListGroup.pod 2014-01-05 17:51:22.000000000 +0000 @@ -386,12 +386,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/Partial.pm libmail-box-perl-2.110/lib/Mail/Message/Head/Partial.pm --- libmail-box-perl-2.109/lib/Mail/Message/Head/Partial.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/Partial.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Head::Partial; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Head::Complete'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/Partial.pod libmail-box-perl-2.110/lib/Mail/Message/Head/Partial.pod --- libmail-box-perl-2.109/lib/Mail/Message/Head/Partial.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/Partial.pod 2014-01-05 17:51:22.000000000 +0000 @@ -496,12 +496,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/ResentGroup.pm libmail-box-perl-2.110/lib/Mail/Message/Head/ResentGroup.pm --- libmail-box-perl-2.109/lib/Mail/Message/Head/ResentGroup.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/ResentGroup.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Head::ResentGroup; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Head::FieldGroup'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/ResentGroup.pod libmail-box-perl-2.110/lib/Mail/Message/Head/ResentGroup.pod --- libmail-box-perl-2.109/lib/Mail/Message/Head/ResentGroup.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/ResentGroup.pod 2014-01-05 17:51:22.000000000 +0000 @@ -439,12 +439,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/SpamGroup.pm libmail-box-perl-2.110/lib/Mail/Message/Head/SpamGroup.pm --- libmail-box-perl-2.109/lib/Mail/Message/Head/SpamGroup.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/SpamGroup.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package Mail::Message::Head::SpamGroup; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Head::FieldGroup'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/SpamGroup.pod libmail-box-perl-2.110/lib/Mail/Message/Head/SpamGroup.pod --- libmail-box-perl-2.109/lib/Mail/Message/Head/SpamGroup.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/SpamGroup.pod 2014-01-05 17:51:22.000000000 +0000 @@ -391,12 +391,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/Subset.pm libmail-box-perl-2.110/lib/Mail/Message/Head/Subset.pm --- libmail-box-perl-2.109/lib/Mail/Message/Head/Subset.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/Subset.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Head::Subset; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Head'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head/Subset.pod libmail-box-perl-2.110/lib/Mail/Message/Head/Subset.pod --- libmail-box-perl-2.109/lib/Mail/Message/Head/Subset.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head/Subset.pod 2014-01-05 17:51:22.000000000 +0000 @@ -278,12 +278,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head.pm libmail-box-perl-2.110/lib/Mail/Message/Head.pm --- libmail-box-perl-2.109/lib/Mail/Message/Head.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Head; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Head.pod libmail-box-perl-2.110/lib/Mail/Message/Head.pod --- libmail-box-perl-2.109/lib/Mail/Message/Head.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Head.pod 2014-01-05 17:51:22.000000000 +0000 @@ -473,12 +473,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Part.pm libmail-box-perl-2.110/lib/Mail/Message/Part.pm --- libmail-box-perl-2.109/lib/Mail/Message/Part.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Part.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Part; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Part.pod libmail-box-perl-2.110/lib/Mail/Message/Part.pod --- libmail-box-perl-2.109/lib/Mail/Message/Part.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Part.pod 2014-01-05 17:51:22.000000000 +0000 @@ -615,12 +615,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Replace/MailHeader.pm libmail-box-perl-2.110/lib/Mail/Message/Replace/MailHeader.pm --- libmail-box-perl-2.109/lib/Mail/Message/Replace/MailHeader.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Replace/MailHeader.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::Replace::MailHeader; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::Head::Complete'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Replace/MailHeader.pod libmail-box-perl-2.110/lib/Mail/Message/Replace/MailHeader.pod --- libmail-box-perl-2.109/lib/Mail/Message/Replace/MailHeader.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Replace/MailHeader.pod 2014-01-05 17:51:22.000000000 +0000 @@ -558,12 +558,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Replace/MailInternet.pm libmail-box-perl-2.110/lib/Mail/Message/Replace/MailInternet.pm --- libmail-box-perl-2.109/lib/Mail/Message/Replace/MailInternet.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Replace/MailInternet.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::Replace::MailInternet; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Replace/MailInternet.pod libmail-box-perl-2.110/lib/Mail/Message/Replace/MailInternet.pod --- libmail-box-perl-2.109/lib/Mail/Message/Replace/MailInternet.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Replace/MailInternet.pod 2014-01-05 17:51:22.000000000 +0000 @@ -930,12 +930,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/Base64.pm libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/Base64.pm --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/Base64.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/Base64.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::TransferEnc::Base64; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::TransferEnc'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/Base64.pod libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/Base64.pod --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/Base64.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/Base64.pod 2014-01-05 17:51:22.000000000 +0000 @@ -200,12 +200,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/Binary.pm libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/Binary.pm --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/Binary.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/Binary.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::TransferEnc::Binary; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::TransferEnc'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/Binary.pod libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/Binary.pod --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/Binary.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/Binary.pod 2014-01-05 17:51:22.000000000 +0000 @@ -52,12 +52,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/EightBit.pm libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/EightBit.pm --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/EightBit.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/EightBit.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::TransferEnc::EightBit; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::TransferEnc'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/EightBit.pod libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/EightBit.pod --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/EightBit.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/EightBit.pod 2014-01-05 17:51:22.000000000 +0000 @@ -63,12 +63,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/QuotedPrint.pm libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/QuotedPrint.pm --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/QuotedPrint.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/QuotedPrint.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::TransferEnc::QuotedPrint; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::TransferEnc'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/QuotedPrint.pod libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/QuotedPrint.pod --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/QuotedPrint.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/QuotedPrint.pod 2014-01-05 17:51:22.000000000 +0000 @@ -212,12 +212,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/SevenBit.pm libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/SevenBit.pm --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/SevenBit.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/SevenBit.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::TransferEnc::SevenBit; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Message::TransferEnc'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/SevenBit.pod libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/SevenBit.pod --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc/SevenBit.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc/SevenBit.pod 2014-01-05 17:51:22.000000000 +0000 @@ -64,12 +64,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc.pm libmail-box-perl-2.110/lib/Mail/Message/TransferEnc.pm --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Message::TransferEnc; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/TransferEnc.pod libmail-box-perl-2.110/lib/Mail/Message/TransferEnc.pod --- libmail-box-perl-2.109/lib/Mail/Message/TransferEnc.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/TransferEnc.pod 2014-01-05 17:51:22.000000000 +0000 @@ -248,12 +248,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Wrapper/SpamAssassin.pm libmail-box-perl-2.110/lib/Mail/Message/Wrapper/SpamAssassin.pm --- libmail-box-perl-2.109/lib/Mail/Message/Wrapper/SpamAssassin.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Wrapper/SpamAssassin.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message::Wrapper::SpamAssassin; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::SpamAssassin::Message'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message/Wrapper/SpamAssassin.pod libmail-box-perl-2.110/lib/Mail/Message/Wrapper/SpamAssassin.pod --- libmail-box-perl-2.109/lib/Mail/Message/Wrapper/SpamAssassin.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message/Wrapper/SpamAssassin.pod 2014-01-05 17:51:22.000000000 +0000 @@ -42,12 +42,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Message.pm libmail-box-perl-2.110/lib/Mail/Message.pm --- libmail-box-perl-2.109/lib/Mail/Message.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Message; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Message.pod libmail-box-perl-2.110/lib/Mail/Message.pod --- libmail-box-perl-2.109/lib/Mail/Message.pod 2013-08-19 10:55:41.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Message.pod 2014-01-05 17:51:21.000000000 +0000 @@ -1284,12 +1284,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Reporter.pm libmail-box-perl-2.110/lib/Mail/Reporter.pm --- libmail-box-perl-2.109/lib/Mail/Reporter.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Reporter.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Reporter; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Carp; diff -Nru libmail-box-perl-2.109/lib/Mail/Reporter.pod libmail-box-perl-2.110/lib/Mail/Reporter.pod --- libmail-box-perl-2.109/lib/Mail/Reporter.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Reporter.pod 2014-01-05 17:51:22.000000000 +0000 @@ -310,12 +310,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Server/IMAP4/Fetch.pm libmail-box-perl-2.110/lib/Mail/Server/IMAP4/Fetch.pm --- libmail-box-perl-2.109/lib/Mail/Server/IMAP4/Fetch.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server/IMAP4/Fetch.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Server::IMAP4::Fetch; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Date::Parse; diff -Nru libmail-box-perl-2.109/lib/Mail/Server/IMAP4/Fetch.pod libmail-box-perl-2.110/lib/Mail/Server/IMAP4/Fetch.pod --- libmail-box-perl-2.109/lib/Mail/Server/IMAP4/Fetch.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server/IMAP4/Fetch.pod 2014-01-05 17:51:22.000000000 +0000 @@ -116,12 +116,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Server/IMAP4/List.pm libmail-box-perl-2.110/lib/Mail/Server/IMAP4/List.pm --- libmail-box-perl-2.109/lib/Mail/Server/IMAP4/List.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server/IMAP4/List.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Server::IMAP4::List; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; diff -Nru libmail-box-perl-2.109/lib/Mail/Server/IMAP4/List.pod libmail-box-perl-2.110/lib/Mail/Server/IMAP4/List.pod --- libmail-box-perl-2.109/lib/Mail/Server/IMAP4/List.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server/IMAP4/List.pod 2014-01-05 17:51:22.000000000 +0000 @@ -144,12 +144,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Server/IMAP4/Search.pm libmail-box-perl-2.110/lib/Mail/Server/IMAP4/Search.pm --- libmail-box-perl-2.109/lib/Mail/Server/IMAP4/Search.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server/IMAP4/Search.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Server::IMAP4::Search; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Box::Search'; diff -Nru libmail-box-perl-2.109/lib/Mail/Server/IMAP4/Search.pod libmail-box-perl-2.110/lib/Mail/Server/IMAP4/Search.pod --- libmail-box-perl-2.109/lib/Mail/Server/IMAP4/Search.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server/IMAP4/Search.pod 2014-01-05 17:51:22.000000000 +0000 @@ -211,12 +211,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Server/IMAP4.pm libmail-box-perl-2.110/lib/Mail/Server/IMAP4.pm --- libmail-box-perl-2.109/lib/Mail/Server/IMAP4.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server/IMAP4.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Server::IMAP4; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Server'; diff -Nru libmail-box-perl-2.109/lib/Mail/Server/IMAP4.pod libmail-box-perl-2.110/lib/Mail/Server/IMAP4.pod --- libmail-box-perl-2.109/lib/Mail/Server/IMAP4.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server/IMAP4.pod 2014-01-05 17:51:22.000000000 +0000 @@ -75,12 +75,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Server.pm libmail-box-perl-2.110/lib/Mail/Server.pm --- libmail-box-perl-2.109/lib/Mail/Server.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Server; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Server.pod libmail-box-perl-2.110/lib/Mail/Server.pod --- libmail-box-perl-2.109/lib/Mail/Server.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Server.pod 2014-01-05 17:51:22.000000000 +0000 @@ -57,12 +57,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Exim.pm libmail-box-perl-2.110/lib/Mail/Transport/Exim.pm --- libmail-box-perl-2.109/lib/Mail/Transport/Exim.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Exim.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Transport::Exim; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Transport::Send'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Exim.pod libmail-box-perl-2.110/lib/Mail/Transport/Exim.pod --- libmail-box-perl-2.109/lib/Mail/Transport/Exim.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Exim.pod 2014-01-05 17:51:22.000000000 +0000 @@ -240,12 +240,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/IMAP4.pm libmail-box-perl-2.110/lib/Mail/Transport/IMAP4.pm --- libmail-box-perl-2.109/lib/Mail/Transport/IMAP4.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/IMAP4.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Transport::IMAP4; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Transport::Receive'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/IMAP4.pod libmail-box-perl-2.110/lib/Mail/Transport/IMAP4.pod --- libmail-box-perl-2.109/lib/Mail/Transport/IMAP4.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/IMAP4.pod 2014-01-05 17:51:22.000000000 +0000 @@ -453,12 +453,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Mailx.pm libmail-box-perl-2.110/lib/Mail/Transport/Mailx.pm --- libmail-box-perl-2.109/lib/Mail/Transport/Mailx.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Mailx.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Transport::Mailx; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Transport::Send'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Mailx.pod libmail-box-perl-2.110/lib/Mail/Transport/Mailx.pod --- libmail-box-perl-2.109/lib/Mail/Transport/Mailx.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Mailx.pod 2014-01-05 17:51:22.000000000 +0000 @@ -259,12 +259,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/POP3.pm libmail-box-perl-2.110/lib/Mail/Transport/POP3.pm --- libmail-box-perl-2.109/lib/Mail/Transport/POP3.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/POP3.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -8,7 +8,7 @@ package Mail::Transport::POP3; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Transport::Receive'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/POP3.pod libmail-box-perl-2.110/lib/Mail/Transport/POP3.pod --- libmail-box-perl-2.109/lib/Mail/Transport/POP3.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/POP3.pod 2014-01-05 17:51:22.000000000 +0000 @@ -414,12 +414,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Qmail.pm libmail-box-perl-2.110/lib/Mail/Transport/Qmail.pm --- libmail-box-perl-2.109/lib/Mail/Transport/Qmail.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Qmail.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Transport::Qmail; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Transport::Send'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Qmail.pod libmail-box-perl-2.110/lib/Mail/Transport/Qmail.pod --- libmail-box-perl-2.109/lib/Mail/Transport/Qmail.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Qmail.pod 2014-01-05 17:51:22.000000000 +0000 @@ -236,12 +236,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Receive.pm libmail-box-perl-2.110/lib/Mail/Transport/Receive.pm --- libmail-box-perl-2.109/lib/Mail/Transport/Receive.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Receive.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Transport::Receive; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Transport'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Receive.pod libmail-box-perl-2.110/lib/Mail/Transport/Receive.pod --- libmail-box-perl-2.109/lib/Mail/Transport/Receive.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Receive.pod 2014-01-05 17:51:22.000000000 +0000 @@ -187,12 +187,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/SMTP.pm libmail-box-perl-2.110/lib/Mail/Transport/SMTP.pm --- libmail-box-perl-2.109/lib/Mail/Transport/SMTP.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/SMTP.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Transport::SMTP; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Transport::Send'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/SMTP.pod libmail-box-perl-2.110/lib/Mail/Transport/SMTP.pod --- libmail-box-perl-2.109/lib/Mail/Transport/SMTP.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/SMTP.pod 2014-01-05 17:51:22.000000000 +0000 @@ -306,12 +306,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Send.pm libmail-box-perl-2.110/lib/Mail/Transport/Send.pm --- libmail-box-perl-2.109/lib/Mail/Transport/Send.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Send.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Transport::Send; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Transport'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Send.pod libmail-box-perl-2.110/lib/Mail/Transport/Send.pod --- libmail-box-perl-2.109/lib/Mail/Transport/Send.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Send.pod 2014-01-05 17:51:22.000000000 +0000 @@ -331,12 +331,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Sendmail.pm libmail-box-perl-2.110/lib/Mail/Transport/Sendmail.pm --- libmail-box-perl-2.109/lib/Mail/Transport/Sendmail.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Sendmail.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Transport::Sendmail; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Transport::Send'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport/Sendmail.pod libmail-box-perl-2.110/lib/Mail/Transport/Sendmail.pod --- libmail-box-perl-2.109/lib/Mail/Transport/Sendmail.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport/Sendmail.pod 2014-01-05 17:51:22.000000000 +0000 @@ -257,12 +257,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/lib/Mail/Transport.pm libmail-box-perl-2.110/lib/Mail/Transport.pm --- libmail-box-perl-2.109/lib/Mail/Transport.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. @@ -7,7 +7,7 @@ package Mail::Transport; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use base 'Mail::Reporter'; diff -Nru libmail-box-perl-2.109/lib/Mail/Transport.pod libmail-box-perl-2.110/lib/Mail/Transport.pod --- libmail-box-perl-2.109/lib/Mail/Transport.pod 2013-08-19 10:55:42.000000000 +0000 +++ libmail-box-perl-2.110/lib/Mail/Transport.pod 2014-01-05 17:51:22.000000000 +0000 @@ -256,12 +256,12 @@ =head1 SEE ALSO -This module is part of Mail-Box distribution version 2.109, -built on August 19, 2013. Website: F +This module is part of Mail-Box distribution version 2.110, +built on January 05, 2014. Website: F =head1 LICENSE -Copyrights 2001-2013 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libmail-box-perl-2.109/tests/01platform/Definition.pm libmail-box-perl-2.110/tests/01platform/Definition.pm --- libmail-box-perl-2.109/tests/01platform/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/01platform/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::01platform::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"platform specific preparations"} diff -Nru libmail-box-perl-2.109/tests/02dist/Definition.pm libmail-box-perl-2.110/tests/02dist/Definition.pm --- libmail-box-perl-2.109/tests/02dist/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/02dist/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::02dist::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"check distribution"} diff -Nru libmail-box-perl-2.109/tests/10reporter/Definition.pm libmail-box-perl-2.110/tests/10reporter/Definition.pm --- libmail-box-perl-2.109/tests/10reporter/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/10reporter/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::10reporter::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Report; general base class"} diff -Nru libmail-box-perl-2.109/tests/11field/Definition.pm libmail-box-perl-2.110/tests/11field/Definition.pm --- libmail-box-perl-2.109/tests/11field/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/11field/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::11field::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Message::Field; fields in headers"} diff -Nru libmail-box-perl-2.109/tests/12head/Definition.pm libmail-box-perl-2.110/tests/12head/Definition.pm --- libmail-box-perl-2.109/tests/12head/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/12head/Definition.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::12head::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Message::Head; message headers"} diff -Nru libmail-box-perl-2.109/tests/13body/Definition.pm libmail-box-perl-2.110/tests/13body/Definition.pm --- libmail-box-perl-2.109/tests/13body/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/13body/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::13body::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Message::Body; message bodies"} diff -Nru libmail-box-perl-2.109/tests/14fieldu/Definition.pm libmail-box-perl-2.110/tests/14fieldu/Definition.pm --- libmail-box-perl-2.109/tests/14fieldu/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/14fieldu/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::14fieldu::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Message::Field::Full; unicode fields"} diff -Nru libmail-box-perl-2.109/tests/20pparser/Definition.pm libmail-box-perl-2.110/tests/20pparser/Definition.pm --- libmail-box-perl-2.109/tests/20pparser/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/20pparser/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::20pparser::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::Parser::Perl; parser in pure perl"} diff -Nru libmail-box-perl-2.109/tests/30encode/Definition.pm libmail-box-perl-2.110/tests/30encode/Definition.pm --- libmail-box-perl-2.109/tests/30encode/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/30encode/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::30encode::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Message::TransferEnc; transfer encodings"} diff -Nru libmail-box-perl-2.109/tests/31fgroups/Definition.pm libmail-box-perl-2.110/tests/31fgroups/Definition.pm --- libmail-box-perl-2.109/tests/31fgroups/Definition.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/tests/31fgroups/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::31fgroups::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Message::Head::FieldGroup; grouping fields"} diff -Nru libmail-box-perl-2.109/tests/40mbox/Definition.pm libmail-box-perl-2.110/tests/40mbox/Definition.pm --- libmail-box-perl-2.109/tests/40mbox/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/40mbox/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::40mbox::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::Mbox; mbox folders"} diff -Nru libmail-box-perl-2.109/tests/41mh/Definition.pm libmail-box-perl-2.110/tests/41mh/Definition.pm --- libmail-box-perl-2.109/tests/41mh/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/41mh/Definition.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::41mh::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::MH; mh folders"} diff -Nru libmail-box-perl-2.109/tests/42maildir/Definition.pm libmail-box-perl-2.110/tests/42maildir/Definition.pm --- libmail-box-perl-2.109/tests/42maildir/Definition.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/tests/42maildir/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::42maildir::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use Tools qw/$windows/; diff -Nru libmail-box-perl-2.109/tests/43pop3/Definition.pm libmail-box-perl-2.110/tests/43pop3/Definition.pm --- libmail-box-perl-2.109/tests/43pop3/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/43pop3/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::43pop3::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::POP3; pop3 folders"} diff -Nru libmail-box-perl-2.109/tests/44imap/Definition.pm libmail-box-perl-2.110/tests/44imap/Definition.pm --- libmail-box-perl-2.109/tests/44imap/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/44imap/Definition.pm 2014-01-05 17:51:20.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::44imap::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::IMAP; imap folders"} diff -Nru libmail-box-perl-2.109/tests/45dbx/Definition.pm libmail-box-perl-2.110/tests/45dbx/Definition.pm --- libmail-box-perl-2.109/tests/45dbx/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/45dbx/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::45dbx::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::Dbx; Outlook Express folders"} diff -Nru libmail-box-perl-2.109/tests/50message/Definition.pm libmail-box-perl-2.110/tests/50message/Definition.pm --- libmail-box-perl-2.109/tests/50message/Definition.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/tests/50message/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::50message::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Message::Construct; message construction"} diff -Nru libmail-box-perl-2.109/tests/51folder/Definition.pm libmail-box-perl-2.110/tests/51folder/Definition.pm --- libmail-box-perl-2.109/tests/51folder/Definition.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/tests/51folder/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::51folder::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box; general folder handling"} diff -Nru libmail-box-perl-2.109/tests/52manager/Definition.pm libmail-box-perl-2.110/tests/52manager/Definition.pm --- libmail-box-perl-2.109/tests/52manager/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/52manager/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::52manager::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::Manager; library manager"} diff -Nru libmail-box-perl-2.109/tests/53threads/Definition.pm libmail-box-perl-2.110/tests/53threads/Definition.pm --- libmail-box-perl-2.109/tests/53threads/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/53threads/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::53threads::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::Threads; message threads"} diff -Nru libmail-box-perl-2.109/tests/54search/Definition.pm libmail-box-perl-2.110/tests/54search/Definition.pm --- libmail-box-perl-2.109/tests/54search/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/54search/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::54search::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::Search; searching folders"} diff -Nru libmail-box-perl-2.109/tests/55locking/Definition.pm libmail-box-perl-2.110/tests/55locking/Definition.pm --- libmail-box-perl-2.109/tests/55locking/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/55locking/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::55locking::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Box::Locker; folder locking"} diff -Nru libmail-box-perl-2.109/tests/60imap/Definition.pm libmail-box-perl-2.110/tests/60imap/Definition.pm --- libmail-box-perl-2.109/tests/60imap/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/60imap/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::60imap::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Server::IMAP; imap server"} diff -Nru libmail-box-perl-2.109/tests/80msgconv/Definition.pm libmail-box-perl-2.110/tests/80msgconv/Definition.pm --- libmail-box-perl-2.109/tests/80msgconv/Definition.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/80msgconv/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::80msgconv::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Message::Convert; message conversions"} diff -Nru libmail-box-perl-2.109/tests/81bodyconv/Definition.pm libmail-box-perl-2.110/tests/81bodyconv/Definition.pm --- libmail-box-perl-2.109/tests/81bodyconv/Definition.pm 2013-08-19 10:55:38.000000000 +0000 +++ libmail-box-perl-2.110/tests/81bodyconv/Definition.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. package MailBox::Test::81bodyconv::Definition; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; sub name {"Mail::Message::Convert; body type conversions"} diff -Nru libmail-box-perl-2.109/tests/Tools.pm libmail-box-perl-2.110/tests/Tools.pm --- libmail-box-perl-2.109/tests/Tools.pm 2013-08-19 10:55:39.000000000 +0000 +++ libmail-box-perl-2.110/tests/Tools.pm 2014-01-05 17:51:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Copyrights 2001-2013 by [Mark Overmeer]. +# Copyrights 2001-2014 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.01. use strict; package Tools; use vars '$VERSION'; -$VERSION = '2.109'; +$VERSION = '2.110'; use lib qw(lib ../lib);