Re: [PHP] Decoding .txt attachments

2001-05-06 Thread Zak Greant
May 07, 2001 12:06 AM Subject: [PHP] Decoding .txt attachments > Hello PHP-ers - General`s:), > > (How)Is it possible to decode text file attachments starting with > "begin 644". I tried "base64_decode();" with no joy (stick:). > "imap_base64 ();" is no

[PHP] Decoding .txt attachments

2001-05-06 Thread ~~~i LeoNid ~~
Hello PHP-ers - General`s:), (How)Is it possible to decode text file attachments starting with "begin 644". I tried "base64_decode();" with no joy (stick:). "imap_base64 ();" is not defined on my system. Is there a function, or just a table with the HARD way of manual decoding possible? Thanks