Encode a string using Q encoding.
PHPMailer::encodeQPphp
Backward compatibility wrapper for an old QP encoding function that was removed.
PHPMailer::encodeQP
Encode a string in quoted-printable format.
PHPMailer::base64EncodeWrapMB
Encode and wrap long multibyte strings for mail headers without breaking lines within a character.
Advertisement
PHPMailer::has8bitChars
Does a string contain any 8-bit chars (in any charset)?
PHPMailer::hasMultiBytes
Check if a string contains multi-byte characters.
PHPMailer::encodeHeader
Encode a header string optimally.
PHPMailer::encodeString
Encode a string in requested format.
Advertisement
PHPMailer::encodeFile
Encode a file attachment in requested format.
PHPMailer::attachAll
Attach all file, string, and binary attachments to the message.
PHPMailer::getAttachments
Return the array of attachments.
PHPMailer::addAttachment
Add an attachment from a path on the filesystem.
Advertisement
PHPMailer::textLine
Return a formatted mail line.
PHPMailer::headerLine
Format a header line.
PHPMailer::setMessageType
Set the message type.