Hy there,

I've got serious problems with the imap_fetchbody function and need help
urgent.

When using $atty = imap_fetchbody($mbox, $i, $b, FT_INTERNAL); to fetch
a base64 encoded attachment, imap_fetchbody replaces CRLF although it
shouldn't. I did RTFM and it says:

--- snap ---
FT_INTERNAL -
The return string is in "internal" format, without any attempt to
canonicalize CRLF.
--- snap ---

Well... obviously this doesn't work. Is there any way i can get this
to work? I need the CRLF's to get to their original CR state. Otherwise
my whole project will fail :o(

Greets,
Daniel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to