| | |
| | | * print_r($structure); |
| | | * |
| | | * TODO: |
| | | * o Implement multipart/appledouble |
| | | * o UTF8: ??? |
| | | |
| | | > 4. We have also found a solution for decoding the UTF-8 |
| | |
| | | $return->ctype_primary = $regs[1]; |
| | | $return->ctype_secondary = $regs[2]; |
| | | } |
| | | |
| | | |
| | | if (isset($content_type['other'])) { |
| | | while (list($p_name, $p_value) = each($content_type['other'])) { |
| | | $return->ctype_parameters[$p_name] = $p_value; |
| | |
| | | break; |
| | | |
| | | case 'multipart/parallel': |
| | | case 'multipart/appledouble': // Appledouble mail |
| | | case 'multipart/report': // RFC1892 |
| | | case 'multipart/signed': // PGP |
| | | case 'multipart/digest': |