Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Email-MIME-ContentType - Parse a MIME Content-Type Header
- Description:
This module is responsible for parsing email content type headers according
to section 5.1 of RFC 2045. It returns a hash with entries for the type, the
subtype, and a hash of attributes.
For backward compatibility with a really unfortunate misunderstanding of RFC
2045 by the early implementors of this module, 'discrete' and 'composite' are
also present in the returned hashref, with the values of 'type' and 'subtype'
respectively.
Packages
perl-Email-MIME-ContentType-1.024-1.el8.noarch
[29 KiB] |
Changelog
by Paul Howarth (2020-05-24):
- Update to 1.024
- Silence an uninitialized value warning
- Avoid allowing non-Latin digits in numbers
- Add new functions build_content_type() and build_content_disposition()
|