mailparse 2.1.2

Email message manipulation


Mailparse is an extension for parsing and working with email messages.
It can deal with rfc822 and rfc2045 (MIME) compliant messages.

License: PHP-3.01

Changes

Fixed memory leaks and depricated code in tests.
Patch for rfc2231 support by Jakub Klos.
Fix incorrect handling of header continuation lines per RFC2822, patch by Jakub Klos.
Initialize variable to prevent segfaults in cases where postion=0.