./mail/p5-Email-MIME, Perl module for easy MIME message parsing

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


Branch: CURRENT, Version: 1.953nb1, Package name: p5-Email-MIME-1.953nb1, Maintainer: pkgsrc-users

Email::MIME is an extension of the Email::Simple module, to handle MIME
encoded messages. It takes a message as a string, splits it up into its
constituent parts, and allows you access to various parts of the
message. Headers are decoded from MIME encoding.


Required to run:
[lang/perl5] [mail/p5-Email-Simple] [mail/p5-Email-MIME-ContentType] [mail/p5-MIME-Types] [mail/p5-Email-MIME-Encodings] [mail/p5-Email-MessageID] [devel/p5-Module-Runtime] [mail/p5-Email-Address-XS]

Master sites: (Expand)

Filesize: 121.453 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-01-27 04:51:42 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.953

Upstream changes:
1.953     2023-01-08 19:02:24-05:00 America/New_York
        - as promised, this release no longer works on v5.8; in fact, due to
          some upstream libraries, it hasn't in some time
        - documentation has been cleaned up to stop referencing long-dead other
          libraries or methods
        - some small code changes to benefit from v5.10 and v5.12 improvements
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-04-22 12:23:08 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.952

Upstream changes:
1.952     2021-12-14 09:57:27-05:00 America/New_York
        - exactly 1.951, except will install on 5.8.8
        - **ACHTUNG!**  Do not expect any future release to work on Perl v5.8

1.951     2021-12-14 09:41:01-05:00 America/New_York
        - non-trial release of 1.950 changes

1.950     2020-11-02 19:21:52-05:00 America/New_York (TRIAL RELEASE)
        - when computing filename, start from raw  Content-Disposition (thanks,
          Mishrakk)
        - avoid a potentially very slow regex in parsing (thanks, ivulfson)
   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-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-07 13:30:10 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Email-MIME: update to 1.949.

1.949     2020-05-24 10:25:36-04:00 America/New_York
        - no changes since trial release

1.948     2020-05-09 14:57:17-04:00 America/New_York (TRIAL RELEASE)
        - fixes to handling of content-type parameters (thanks, dlucredativ and
          Pali Rohár)

1.947     2020-05-09 14:30:06-04:00 America/New_York (TRIAL RELEASE)
        - add $Email::MIME::MAX_DEPTH and refuse to parse deeper than that many
          parts; current default: 10