0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00
This commit is contained in:
Marcus Bointon 2019-11-18 16:31:08 +01:00
parent 5f4fefe008
commit 4c5597c733
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -53,6 +53,7 @@ class SMTP
/**
* 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
@ -62,6 +63,7 @@ class SMTP
/**
* The maximum line length allowed for replies in RFC 5321 section 4.5.3.1.5,
* *including* a trailing CRLF line break.
*
* @see https://tools.ietf.org/html/rfc5321#section-4.5.3.1.5
*
* @var int