From 5c0af00d2cb8f79cedaeadaf838b0d3f8d8ae40e Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 18 Nov 2019 16:21:32 +0100 Subject: [PATCH] Correct comment --- src/SMTP.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/SMTP.php b/src/SMTP.php index f98c580b..87c3b755 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -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 */