Skip to content

Commit c49658d

Browse files
sync with cpython 948f962f
1 parent 83123c1 commit c49658d

1 file changed

Lines changed: 23 additions & 7 deletions

File tree

library/imaplib.po

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2026-07-06 00:35+0000\n"
9+
"POT-Creation-Date: 2026-08-30 00:22+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:04+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -825,35 +825,51 @@ msgid "The following attributes are defined on instances of :class:`IMAP4`:"
825825
msgstr ""
826826

827827
#: ../../library/imaplib.rst:711
828+
msgid "A tuple of the capabilities advertised by the server, in upper case."
829+
msgstr ""
830+
831+
#: ../../library/imaplib.rst:713
832+
msgid ""
833+
"It is set when the connection is established, and refreshed after a "
834+
"successful :meth:`~IMAP4.login`, :meth:`~IMAP4.authenticate` or :meth:"
835+
"`~IMAP4.starttls`, because the server can advertise different capabilities "
836+
"in different connection states."
837+
msgstr ""
838+
839+
#: ../../library/imaplib.rst:719
840+
msgid "Refreshed after :meth:`~IMAP4.login` and :meth:`~IMAP4.authenticate`."
841+
msgstr ""
842+
843+
#: ../../library/imaplib.rst:725
828844
msgid ""
829845
"The most recent supported protocol in the ``CAPABILITY`` response from the "
830846
"server."
831847
msgstr ""
832848

833-
#: ../../library/imaplib.rst:717
849+
#: ../../library/imaplib.rst:731
834850
msgid ""
835851
"Integer value to control debugging output. The initialize value is taken "
836852
"from the module variable ``Debug``. Values greater than three trace each "
837853
"command."
838854
msgstr ""
839855

840-
#: ../../library/imaplib.rst:723
856+
#: ../../library/imaplib.rst:737
841857
msgid ""
842858
"Boolean value that is normally ``False``, but is set to ``True`` if an :meth:"
843859
"`enable` command is successfully issued for the ``UTF8=ACCEPT`` capability."
844860
msgstr ""
845861

846-
#: ../../library/imaplib.rst:733
862+
#: ../../library/imaplib.rst:747
847863
msgid "IMAP4 Example"
848864
msgstr "IMAP4 範例"
849865

850-
#: ../../library/imaplib.rst:735
866+
#: ../../library/imaplib.rst:749
851867
msgid ""
852868
"Here is a minimal example (without error checking) that opens a mailbox and "
853869
"retrieves and prints all messages::"
854870
msgstr ""
855871

856-
#: ../../library/imaplib.rst:738
872+
#: ../../library/imaplib.rst:752
857873
msgid ""
858874
"import getpass, imaplib\n"
859875
"\n"
@@ -879,7 +895,7 @@ msgstr ""
879895
"M.close()\n"
880896
"M.logout()"
881897

882-
#: ../../library/imaplib.rst:752
898+
#: ../../library/imaplib.rst:766
883899
msgid ""
884900
"A ``FETCH`` response may contain additional or unsolicited data (see :rfc:"
885901
"`3501`, section 7.4.2), so production code should inspect the whole response "

0 commit comments

Comments
 (0)