Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
When parsing a quoted-printable email (included as attachment) the code:
Is not finding the /r/n at the end of each line of the quoted-printable attachment. This causes the result to be one line for each line in the quoted-printable instead of the attachement being reassembled into lines as sent in the original email. The attached test.php illustrates the problem. The attached data file is a CSV file with each line having 9 fields. The first line should be the header line followed by a number of comma separated data lines. Environment: Operating System: Mac OS X 10.5.8 Steps to Reproduce: Edit the test program and change the $filename and the require to point to the correct files. Run the program from the command line. It will print 3 lines for the header. (should be one line) etc.. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||