Re: [PHP] Quoted-Printable Encoding

2001-07-16 Thread Sheridan Saint-Michel
]> Sent: Monday, July 16, 2001 3:18 PM Subject: Re: [PHP] Quoted-Printable Encoding > I think you will want to use the imap_8bit() function: > http://php.net/imap_8bit > > But, I'm not sure if there is a version available in PHP without compiling > in c-client IMAP. >

Re: [PHP] Quoted-Printable Encoding

2001-07-16 Thread jeremy brand
wn.com/ On Mon, 16 Jul 2001, the following spilled from the mind of Sheridan...: > Date: Mon, 16 Jul 2001 14:23:00 -0500 > From: Sheridan Saint-Michel <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP] Quoted-Printable Encoding > > I am trying to put together a sc

[PHP] Quoted-Printable Encoding

2001-07-16 Thread Sheridan Saint-Michel
I am trying to put together a script that e-mails web pages (similar to the send page functionality in IE). Is there a function that will convert HTML from plaintext into Quoted-Printable Encoding (ie = becomes =3D) so I can e-mail it? Or will one of the encodings available (ie rawurlencode)