./mail/pear-Mail_Mime, PHP classes to create and manipulation of mime messages

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


Branch: CURRENT, Version: 1.10.11, Package name: php74-pear-Mail_Mime-1.10.11, Maintainer: pkgsrc-users

Provides classes to deal with creation and manipulation of mime messages:
It allows people to create e-mail messages consisting of:

* Text Parts
* HTML Parts
* Inline HTML Images
* Attachments
* Attached messages

It supports big messages, base64 and quoted-printable encodings and
non-ASCII characters in filenames, subjects, recipients, etc. encoded
using RFC2047 and/or RFC2231.


Required to run:
[lang/pear] [lang/php73]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   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-09-06 17:07:26 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Mail_Mime: update to 1.0.11

1.0.11 (2021-09-05)

* Fix PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type
  string is deprecated [alec]
* Fix encoding recipient names with @ character and no space between name
  and address [alec]
* Fix the license label in composer.json [jnkowa-gfk]
   2021-01-17 16:45:04 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Mail_Mime: update to 1.10.10

1.10.10 (2021-01-17 03:34 UTC)

Changelog:

* Compatibility fixes for PHP 5.2 and 5.3 [alec]
* Corrected soft line breaks handling to be RFC compliant [ixs]
* Corrected line breaks for lines ending in dots and length more than 74 [ixs]
   2020-06-30 17:26:02 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Mail_Mime: update to 1.10.9

Update pear-Mail_Mime to 1.10.9.

1.10.9 (2020-06-27 04:37 UTC)

Changelog:

* Added a workaround for an opcache bug on OpenSuse 15.1 [alec]
   2020-06-13 17:59:48 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Mail_Mime: update to 1.10.8

Update pear-Mail_Mime to 1.10.8.

1.10.8 (2020-06-13 03:00 UTC)

Changelog:

* Fix encoding issues with ISO-2022-JP-MS input labelled with ISO-2022-JP
  [shirosaki]
   2020-04-25 21:03:17 by Roland Illig | Files touched by this commit (1)
Log message:
mail/pear-Mail-Mime: remove no-op SUBST block

This package comes without any documentation, therefore there is nothing
to patch.
   2020-03-17 16:36:10 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Mail_Mime: update to 1.10.7

Update pear-Mail_Mime to 1.10.7.

1.10.7 (2020-03-01 02:55 UTC)

Changelog:

* Fix invalid Content-Type for messages with only html part and inline
  images [alec]