PHP Classes

What is the best PHP imap email body decode class?: Need to encode =0D=0A=0D=0A such text to tab or new line

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP imap email body ...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP imap email body decode class?

Edit

Picture of Amruta GOyal by Amruta GOyal - 8 years ago (2016-07-20)

Need to encode =0D=0A=0D=0A such text to tab or new line

This request is clear and relevant.
This request is not clear or is not relevant.

+3

When i use imap_body imap function it shows something like "=0D=0A=0D=0A" this instead of new line.

Ask clarification

1 Recommendation

PHP MIME Email Message Parser: Decode MIME e-mail messages

This class can be used to parse and decode MIME e-mail messages.

It supports decoding single RFC 2822 MIME messages or archives that aggregate multiple messages in the mbox format.

The decoded message data is returned as an array that describes one or more messages found in a message file or data string.

The bodies of multipart messages can be decoded into distinct sub-messages.

The message body data can decoded and saved to separate files, so the class can handle messages larger than the available memory.

The parser can tolerate some syntax errors in malformed messages that are not compliant with RFC 2822.

An auxiliar class is provided to parse and extract e-mail address lists from message headers.
This recommendation solves the problem.
This recommendation does not solve the problem.

+3

Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 26695 - 8 years ago (2016-07-23) Comment

You need to pass the whole message including headers and body to this class. It will decode all the headers and body and return in an array easy for you to process.


Recommend package
: 
: