Comment
This commit is contained in:
parent
8b0667099d
commit
6d7233935f
|
|
@ -3567,7 +3567,8 @@ class PHPMailer
|
||||||
/**
|
/**
|
||||||
* Encode a header value (not including its label) optimally.
|
* Encode a header value (not including its label) optimally.
|
||||||
* Picks shortest of Q, B, or none. Result includes folding if needed.
|
* 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 $str The header value to encode
|
||||||
* @param string $position What context the string will be used in
|
* @param string $position What context the string will be used in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue