@@ -336,56 +336,62 @@ msgstr "关闭当前选定的邮箱。 已删除的消息会从可写邮箱中
336336
337337#: ../../library/imaplib.rst:241
338338msgid "Copy *message_set* messages onto end of *new_mailbox*."
339- msgstr ""
339+ msgstr "将 *message_set* 消息拷贝到 *new_mailbox* 的末尾。 "
340340
341341#: ../../library/imaplib.rst:246
342342msgid "Create new mailbox named *mailbox*."
343- msgstr ""
343+ msgstr "新建名为 *mailbox* 新邮箱。 "
344344
345345#: ../../library/imaplib.rst:251
346346msgid "Delete old mailbox named *mailbox*."
347- msgstr ""
347+ msgstr "删除名为 *mailbox* 的旧邮箱。 "
348348
349349#: ../../library/imaplib.rst:256
350350msgid "Delete the ACLs (remove any rights) set for who on mailbox."
351- msgstr ""
351+ msgstr "删除邮箱上某人的 ACL (移除任何权限)。 "
352352
353353#: ../../library/imaplib.rst:261
354354msgid ""
355355"Enable *capability* (see :rfc:`5161`). Most capabilities do not need to be "
356356"enabled. Currently only the ``UTF8=ACCEPT`` capability is supported (see "
357357":RFC:`6855`)."
358358msgstr ""
359+ "启用 *capability* (参见 :rfc:`5161`)。 大多数功能都不需要被启用。 目前只有 ``UTF8=ACCEPT`` 功能受到支持 "
360+ "(参见 :RFC:`6855`)。"
359361
360362#: ../../library/imaplib.rst:265
361363msgid "The :meth:`enable` method itself, and :RFC:`6855` support."
362- msgstr ""
364+ msgstr ":meth:`enable` 方法本身,以及 :RFC:`6855` 支持。 "
363365
364366#: ../../library/imaplib.rst:271
365367msgid ""
366368"Permanently remove deleted items from selected mailbox. Generates an "
367369"``EXPUNGE`` response for each deleted message. Returned data contains a list"
368370" of ``EXPUNGE`` message numbers in order received."
369371msgstr ""
372+ "从选定的邮箱中永久移除被删除的条目。 为每条被删除的消息各生成一个 ``EXPUNGE`` 响应。 返回包含按接收时间排序的 ``EXPUNGE`` "
373+ "消息编号的列表。"
370374
371375#: ../../library/imaplib.rst:278
372376msgid ""
373377"Fetch (parts of) messages. *message_parts* should be a string of message "
374378"part names enclosed within parentheses, eg: ``\" (UID BODY[TEXT])\" ``. "
375379"Returned data are tuples of message part envelope and data."
376380msgstr ""
381+ "获取消息(的各个部分)。 *message_parts* 应为加圆标号的消息部分名称字符串,例如: ``\" (UID BODY[TEXT])\" ``。 "
382+ "返回的数据是由消息部分封包和数据组成的元组。"
377383
378384#: ../../library/imaplib.rst:285
379385msgid ""
380386"Get the ``ACL``\\ s for *mailbox*. The method is non-standard, but is "
381387"supported by the ``Cyrus`` server."
382- msgstr ""
388+ msgstr "获取 *mailbox* 的 ``ACL``。 此方法是非标准的,但是被 ``Cyrus`` 服务器所支持。 "
383389
384390#: ../../library/imaplib.rst:291
385391msgid ""
386392"Retrieve the specified ``ANNOTATION``\\ s for *mailbox*. The method is non-"
387393"standard, but is supported by the ``Cyrus`` server."
388- msgstr ""
394+ msgstr "提取 *mailbox* 的特定 ``ANNOTATION``。 此方法是非标准的,但是被 ``Cyrus`` 服务器所支持。 "
389395
390396#: ../../library/imaplib.rst:297
391397msgid ""
0 commit comments