Commit graph

22 commits

Author SHA1 Message Date
wen 17f8be2faf Update to 3.013
Upstream changes:
version 3.013: Sat 24 Jun 17:25:11 CEST 2023

        Changes:
        - In header lines, leave the actual white-space related to FWS
          intact.  You may want to add s/\t/ / before you print a header.
          GitHub#7 [Jacob Balazer]
        - When the comment in an address has no closing ')', do consume
          the whole remaining line, not fail parsing.
          GitHub#6 [Jacob Balazer]
        - When the charset of a ::Body is not specified, a real attempt is
          made to autodetect the best setting.  For reading, constructing,
          and writing bodies.  GitHub#12 [Jacob Balazer]
          ** This may change the output of your regression tests: previously,
          the default interpretation was 'us-ascii' for reading and 'utf-8'
          for writing.

        Fixes:
        - ::Field::Full consumePhrase() should take minimal encoded
          phrase [Jonas Ryssel]
        - ::Field::Address overloaded cmp() used 'eq' where it should
          have been 'cmp'
        - partNumber when the multipart parent is a nested [Geoffrey Bennett]
        - ::Body::Multipart, even when there is only a single \n after the
          trailing boundery, then there is a epilogue.
          github issue #16 [Jacob Balazer]

        Improvements:
        - run regression-tests with MIME::Entity on devel system.
        - ::Body->decode autodects missing charset.
        - The ability to set the charset detector via ::Body::Encode
          method charsetDetectAlgorithm()
        - New release of User::Identity
        - When the message/rfc822 and has Content-Transfer-Encoding, then do
          not parse it as "nested" but as normal part.
          github issue #17 [Todd Richmond]
2023-08-25 07:05:31 +00:00
wiz 3b7f81591d *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
wiz 8292204475 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
wen b29caf43b9 Update to 3.012
Upstream changes:
version 3.012: Fri 11 Feb 11:34:31 CET 2022

        Fixes:
        - ::Field::Attributes should be stored case intensively
         rt.cpan.org#140894 [Yanyan Yang]
        - ::Field::Full phrase with encoding qp parsing failed when
          the qp contains non-atext characters. Github#2 [Andy Beverley]
        - ::Field::Full QP encoding must be more strict for use in
          MIME headers.  Github#3 [Andy Beverley]
        - Coercion from Mail::Address to Mail::Message::Full::Address
          is too lazy.  Github#4 [Andy Beverley]

        Improvements:
        - extend date in mbox-separator to accept 203X as well.
2022-05-28 07:16:43 +00:00
wen fefcff566f Update to 3.011
Upstream changes:
version 3.011: Tue 27 Jul 13:30:38 CEST 2021

        Improvements:
        - textAlternativeForHtml can now be configured to actually change
          left- and rightmargin [Tristan Miller]
2021-11-12 02:17:35 +00:00
nia f413f7fded mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-26 10:53:53 +00:00
nia be020196fe mail: Remove SHA1 hashes for distfiles 2021-10-07 14:25:11 +00:00
wen 8245ec79db Update to 3.010
Upstream changes:
version 3.010: Wed 14 Oct 19:22:36 CEST 2020

        Fixes:
        - username of address as quoted-string. [Andy Beverley]
2021-07-07 08:01:04 +00:00
wiz 6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
wiz 869e8b0cf3 p5-Mail-Message: update to 3.009.
version 3.009: Fri  7 Feb 15:22:18 CET 2020

	Fixes:
	- avoid folding inside phrases.  Also, encode more characters.
	  Reported by [Andrew Beverley]
2020-09-07 11:45:02 +00:00
wiz 00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
adam 4bceabd329 p5-Mail-Message: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:26:09 +00:00
wiz 84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia 314d0da6b3 Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
wen ad8803da00 Update to 3.008
Upstream changes:
version 3.008: Mon 11 Feb 12:30:40 CET 2019

        Fixes:
        - test with windows path [cpantesters]
        - when a message gets coerced, its components should not be delayed [fany]
        - date fields recognizing 2-digit years [Andrew Beverley]

        Improvements:
        - failing AUTOLOAD on ::Body gives unclear error
        - dates after 2030 for message separator in mbox
2019-02-24 02:26:20 +00:00
wiz c4c8394c09 p5-Mail-Message: update to 3.007.
version 3.007: Mon  3 Sep 07:58:36 CEST 2018

	Changes:
	- nicer algorithm to generate disposition filenames.

	Fixes:
	- fix metadata [Mohammad S Anwar]
	- enforce stringification on ::Field::Attribute->new(value) [Andy Beverley]
	- dispositionFilename() accepts (some) blanks, strips more chars
	  rt.cpan.org#125350 [Gary Funck]
	- understand quotes in a field body for get() [Andy Beverley]

	Improvements:
	- add pod tester
2018-09-05 05:54:42 +00:00
wiz 93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wen 0c8e68da2d Update to 3.006
Upstream changes:
version 3.006: Wed 24 Jan 16:55:26 CET 2018

        Improvements:
        - spell corrections rt.cpan.org #123993 [Damyan Ivanov, debian]
        - add some 'use warnings'
        - convert to GIT
        - publish on GitHUB
2018-01-27 08:40:35 +00:00
wiz 41ed4ea227 p5-Mail-Message: update to 3.005.
version 3.005: Fri 22 Dec 09:43:45 CET 2017

	Fixes:
	- repair loose dependency on Mail::Transport [cpantesters]

version 3.004: Thu 21 Dec 09:08:52 CET 2017

	Fixes:
	- field unfold replaces leading whitespace into blank. [Mark Nienberg]

	Improvements:
	- improve docs on $msg->send().
2017-12-30 14:33:46 +00:00
wiz 72fc2e1dbc p5-Mail-Message: fix HOMEPAGE 2017-12-24 10:07:22 +00:00
wiz 3625ca1e1b p5-Mail-Message: update to 3.003.
version 3.003: Wed  8 Nov 13:02:24 CET 2017

	Fixes:
	- incorrect use of reftype.   rt.cpan.org#121244 [Matthew Darwin]
	- missing 'use warnings' in ::Build
2017-11-13 14:16:13 +00:00
wiz 9eae424e66 mail/p5-Mail-Message: import p5-Mail-Message-3.002
Packaged for wip by Angel M. Adames and myself.

PERL5 Mail-Message module containing:
Mail::Message, Mail::Box, etc.
2017-09-17 16:08:45 +00:00