summaryrefslogtreecommitdiff
path: root/tests/mail
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2022-11-04 12:33:09 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-11-10 13:52:17 +0100
commit9bd174b9a75299dce33e673a559f2b673399b971 (patch)
tree1deaac147ece269ef6a895986291d536ed334c49 /tests/mail
parentfad070b07b8c5f5022c2867d291cb6968709f2a1 (diff)
downloaddjango-9bd174b9a75299dce33e673a559f2b673399b971.tar.gz
Updated documentation and comments for RFC updates.
- Updated references to RFC 1123 to RFC 5322 - Only partial as RFC 5322 sort of sub-references RFC 1123. - Updated references to RFC 2388 to RFC 7578 - Except RFC 2388 Section 5.3 which has no equivalent. - Updated references to RFC 2396 to RFC 3986 - Updated references to RFC 2616 to RFC 9110 - Updated references to RFC 3066 to RFC 5646 - Updated references to RFC 7230 to RFC 9112 - Updated references to RFC 7231 to RFC 9110 - Updated references to RFC 7232 to RFC 9110 - Updated references to RFC 7234 to RFC 9111 - Tidied up style of text when referring to RFC documents
Diffstat (limited to 'tests/mail')
-rw-r--r--tests/mail/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mail/tests.py b/tests/mail/tests.py
index 183a0c0ab1..54a136c1a9 100644
--- a/tests/mail/tests.py
+++ b/tests/mail/tests.py
@@ -1234,8 +1234,8 @@ class BaseEmailBackendTests(HeadersCheckMixin):
def test_send_long_lines(self):
"""
- Email line length is limited to 998 chars by the RFC:
- https://tools.ietf.org/html/rfc5322#section-2.1.1
+ Email line length is limited to 998 chars by the RFC 5322 Section
+ 2.1.1.
Message body containing longer lines are converted to Quoted-Printable
to avoid having to insert newlines, which could be hairy to do properly.
"""