66msgstr ""
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`:"
825825msgstr ""
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
828844msgid ""
829845"The most recent supported protocol in the ``CAPABILITY`` response from the "
830846"server."
831847msgstr ""
832848
833- #: ../../library/imaplib.rst:717
849+ #: ../../library/imaplib.rst:731
834850msgid ""
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."
838854msgstr ""
839855
840- #: ../../library/imaplib.rst:723
856+ #: ../../library/imaplib.rst:737
841857msgid ""
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."
844860msgstr ""
845861
846- #: ../../library/imaplib.rst:733
862+ #: ../../library/imaplib.rst:747
847863msgid "IMAP4 Example"
848864msgstr "IMAP4 範例"
849865
850- #: ../../library/imaplib.rst:735
866+ #: ../../library/imaplib.rst:749
851867msgid ""
852868"Here is a minimal example (without error checking) that opens a mailbox and "
853869"retrieves and prints all messages::"
854870msgstr ""
855871
856- #: ../../library/imaplib.rst:738
872+ #: ../../library/imaplib.rst:752
857873msgid ""
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
883899msgid ""
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