From 6d7233935f55602766b2140abb644de04df7a44b Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Thu, 21 Nov 2024 15:53:11 +0100 Subject: [PATCH] Comment --- src/PHPMailer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 9a312742..c07600d2 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -3567,7 +3567,8 @@ class PHPMailer /** * 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. + * See RFC822 definitions for phrase, comment and text positions, + * and RFC2047 for inline encodings. * * @param string $str The header value to encode * @param string $position What context the string will be used in