8 calls to PHPMailer::normalizeBreaks()
Search API
- PHPMailer::DKIM_Add in inc/
PHPMailer/ src/ PHPMailer.php - Create the DKIM header and body in a new message header.
- PHPMailer::DKIM_BodyC in inc/
PHPMailer/ src/ PHPMailer.php - Generate a DKIM canonicalization body. Uses the 'simple' algorithm from RFC6376 section 3.4.3. Canonicalized bodies should *always* use CRLF, regardless of mailer setting.
- PHPMailer::encodeHeader in inc/
PHPMailer/ src/ PHPMailer.php - Encode a header value (not including its label) optimally. Picks shortest of Q, B, or none. Result includes folding if needed. See RFC822 definitions for phrase, comment and text positions.
- PHPMailer::encodeQP in inc/
PHPMailer/ src/ PHPMailer.php - Encode a string in quoted-printable format. According to RFC2045 section 6.7.
- PHPMailer::encodeString in inc/
PHPMailer/ src/ PHPMailer.php - Encode a string in requested format. Returns an empty string on failure.
- PHPMailer::msgHTML in inc/
PHPMailer/ src/ PHPMailer.php - Create a message body from an HTML string. Automatically inlines images and creates a plain-text version by converting the HTML, overwriting any existing values in Body and AltBody. Do not source $message content from user input! $basedir is prepended…
- PHPMailer::preSend in inc/
PHPMailer/ src/ PHPMailer.php - Prepare a message for sending.
- PHPMailer::wrapText in inc/
PHPMailer/ src/ PHPMailer.php - Word-wrap message. For use with mailers that do not automatically perform wrapping and for quoted-printable encoded messages. Original written by philippe.