On 5/14/05, Gordon Stewart <[EMAIL PROTECTED]> wrote: > Ive been advised of the imap_qprint command :- > > $body1 = imap_body($link,$x); > $mymsg = imap_qprint ( $body1 ); > $body1=$mymsg; > > http://www.php.net/manual/en/function.imap-qprint.php
PS - What happens if an email message is NOT "Content-Transfer-Encoding: quoted-printable" ? Will $body1 become 'blank' / Get erased ? & will I need other 'transfer-encoding' - " IF " statements ? Or will the imap_qprint - return the original text - If its not Quote-printable ?? (did that make sense) -- G Stewart NZ Bus Website http://busnz.kwister.com/ - Updated Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
