Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off.
The Mail_mimeDecode class provides an API to decode mail/MIME messages. This class will parse a raw mime email and return the structure.
Contribute to pear/Mail_mimeDecode development by creating an account on GitHub.
2025/7/7 -## Mail_mimeDecode v1.5.5.2 This is a [Packagist](https://packagist ... Mail_mimeDecode via [Composer](https://getcomposer.org).
Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off.
2024/3/24 -$object = $decoder->decode($params);. 中身解析の実践はPHPでメールの中身をフルに分解して出力 ...
I had the same problem and investigated bit more. It seems like that since version 1.5 of pear-mail-mime mimeDecode is removed from the package. (upstream) ...
この例はdecode関数を静的に呼び (つまり直接関数を呼ぶのでオブジェクトはありません)、 次に、構造をgetXML() の関数へ渡します。
2014/4/22 -... Mail_mimeDecode::decode() should not be called statically in /usr/local/cpanel/whostmgr/docroot/cgi/mailwatch/viewmail.php on line 86 [22 ...
2007/2/6 -It seems that /usr/local/bin/pear/ works for pear install but can't figure out where the mimedecode is. Can anyone help. Thanks.