Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Email-MIME - Easy MIME message parsing
- Description:
This 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.
Packages
perl-Email-MIME-1.954-1.el8.noarch
[62 KiB] |
Changelog
by Paul Howarth (2024-05-16):
- Update to 1.954 (rhbz#2280644)
- Fix for CVE-2024-4140: An excessive memory use issue (CWE-770) exists in
Email-MIME before version 1.954, which can cause denial of service when
parsing multipart MIME messages; the fix is the new $MAX_PARTS
configuration, which limits how many parts we will consider parsing
(the default $MAX_PARTS is 100)
|