0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00

Correct comment

This commit is contained in:
Marcus Bointon 2019-11-18 16:21:32 +01:00
parent 188cc38e2e
commit 5c0af00d2c
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -51,7 +51,9 @@ class SMTP
const DEFAULT_PORT = 25;
/**
* The maximum line length allowed by RFC 2822 section 2.1.1.
* The maximum line length allowed by RFC 5321 section 4.5.3.1.6,
* *excluding* a trailing CRLF break.
* @see https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6
*
* @var int
*/