./mail/p5-Mail-Message, Object container for MIME-encoded message

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.013, Package name: p5-Mail-Message-3.013, Maintainer: angelmadames

PERL5 Mail-Message module containing:
Mail::Message, Mail::Box, etc.


Required to run:
[www/p5-URI] [lang/perl5] [time/p5-TimeDate] [mail/p5-MIME-Types] [mail/p5-User-Identity] [mail/p5-MailTools] [devel/p5-Scalar-List-Utils] [devel/p5-PathTools] [devel/p5-IO-stringy]

Master sites: (Expand)

Filesize: 258.356 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-25 09:05:31 by Wen Heping | Files touched by this commit (2)
Log message:
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-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-05-28 09:16:44 by Wen Heping | Files touched by this commit (2)
Log message:
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.
   2021-11-12 03:17:35 by Wen Heping | Files touched by this commit (2)
Log message:
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-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356)
Log message:
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-07 16:25:52 by Nia Alarie | Files touched by this commit (357)
Log message:
mail: Remove SHA1 hashes for distfiles
   2021-07-07 10:01:04 by Wen Heping | Files touched by this commit (2)
Log message:
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]