@@ -834,7 +834,7 @@ msgstr "支持国际化地址 (``SMTPUTF8``)。"
834834msgid ""
835835"Terminate the SMTP session and close the connection. Return the result of "
836836"the SMTP ``QUIT`` command."
837- msgstr ""
837+ msgstr "终结 SMTP 会话并关闭连接。 返回 SMTP ``QUIT`` 命令的结果。 "
838838
839839#: ../../library/smtplib.rst:555
840840msgid ""
@@ -843,10 +843,12 @@ msgid ""
843843"supported. Normally these do not need to be called directly, so they are not"
844844" documented here. For details, consult the module code."
845845msgstr ""
846+ "与标准 SMTP/ESMTP 命令 ``HELP``, ``RSET``, ``NOOP``, ``MAIL``, ``RCPT`` 和 "
847+ "``DATA`` 对应的低层级方法也是受支持的。 通常不需要直接调用这些方法,因此它们没有被写入本文档。 相关细节请参看模块代码。"
846848
847849#: ../../library/smtplib.rst:564
848850msgid "SMTP Example"
849- msgstr ""
851+ msgstr "SMTP 示例 "
850852
851853#: ../../library/smtplib.rst:566
852854msgid ""
@@ -857,10 +859,15 @@ msgid ""
857859"In particular, the 'To' and 'From' addresses must be included in the message"
858860" headers explicitly. ::"
859861msgstr ""
862+ "这个例子提示用户输入消息封包所需的地址 ('To' 和 'From' 地址),以及所要封包的消息。 "
863+ "请注意包括在消息中的标头必须包括在输入的消息中;这个例子不对 :rfc:`822` 标头进行任何处理。 特别地,'To' 和 'From' "
864+ "地址必须显式地包括在消息标头中。 ::"
860865
861866#: ../../library/smtplib.rst:602
862867msgid ""
863868"In general, you will want to use the :mod:`email` package's features to "
864869"construct an email message, which you can then send via "
865870":meth:`~smtplib.SMTP.send_message`; see :ref:`email-examples`."
866871msgstr ""
872+ "通常,你将需要使用 :mod:`email` 包的特性来构造电子邮件消息,然后你可以通过 "
873+ ":meth:`~smtplib.SMTP.send_message` 来发送它,参见 :ref:`email-examples`。"
0 commit comments