@@ -1931,20 +1931,14 @@ def uid_thread(algorithm, search_keys, charset)
1931
1931
# UTF-7}[::decode_utf7] for mailbox names, or RFC2047 encoded-words for
1932
1932
# message headers.
1933
1933
#
1934
- # *Note:* For now, strings with 8-bit characters are still _sent_ using
1935
- # "literal" syntax. A future update will change how commands send UTF-8
1936
- # strings when <tt>UTF8=ACCEPT</tt> is enabled. This update should be
1937
- # backward-compatible.
1938
- #
1939
1934
# *Note:* <em>A future update may set string encodings slightly
1940
1935
# differently</em>, e.g: "US-ASCII" when UTF-8 is not enabled, and "UTF-8"
1941
1936
# when it is. Currently, the encoding of strings sent as "quoted" or
1942
- # "text" will _always_ be "UTF-8", even when a 7-bit encoding is used
1943
- # (e.g. UTF-7, encoded-words, quoted-printable, base64). And currently,
1944
- # string "literals" sent by the server will always have an "ASCII-8BIT"
1945
- # (binary) encoding, even if they must contain UTF-8 data---although a
1946
- # server _should_ use "quoted" strings once <tt>UTF8=ACCEPT</tt> is
1947
- # enabled.
1937
+ # "text" will _always_ be "UTF-8", even when only ASCII characters are
1938
+ # used (e.g. "Subject: Agenda") And currently, string "literals" sent
1939
+ # by the server will always have an "ASCII-8BIT" (binary)
1940
+ # encoding, even if they generally contain UTF-8 data, if they are
1941
+ # text at all.
1948
1942
#
1949
1943
# [<tt>"UTF8=ONLY"</tt> [RFC6855[https://tools.ietf.org/html/rfc6855]]]
1950
1944
#
0 commit comments