Imap help

Discussion in 'PHP' started by Eps, Jul 28, 2007.

  1. #1
    Using Imap to read mail from an Imap server. When I use

    $ret = @imap_fetchbody($mconn, $id, '2');
    PHP:
    I get a lot of funny character sequences in the message, like =0A and the like. How do I get rid of them?
     
    Eps, Jul 28, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    nico_swd, Jul 28, 2007 IP
  3. Eps

    Eps Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks. That solved it effectively.
     
    Eps, Jul 30, 2007 IP