PHP MIME Mail decoder class 2008.06.10 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PHP MIME Mail decoder class 2008.06.10 (Default branch)
# 1  
Old 06-13-2008
PHP MIME Mail decoder class 2008.06.10 (Default branch)

ImagePHP MIME Mail decoder class is a PHP class to parse and decode MIME email messages. It supports decoding single RFC 2822 MIME messages or archives that aggregate multiple messages in the mbox format. It can decode messages read from files or data strings. The bodies of multipart messages can be decoded into distinct sub-messages. Optionally, the message body data can be saved to separate files, so the class can handle messages larger than the available memory. The parser can tolerate some syntax errors in malformed messages that are not compliant with RFC 2822.License: BSD License (revised)Changes:
A bug was fixed to support multipart messages with white space at the end of message part boundary lines.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question