@@ -1828,6 +1828,8 @@ msgid ""
18281828":class:`email.message.Message` instance, a string, or a file-like object "
18291829"(which should be open in text mode)."
18301830msgstr ""
1831+ "将消息的可见标头设为与 *message* 中的标头一致。 形参 *visible* 应当是一个 :class:`Message` "
1832+ "实例,:class:`email.message.Message` 实例,字符串或文件类对象(且应当以文本模式打开)。"
18311833
18321834#: ../../library/mailbox.rst:1278
18331835msgid ""
@@ -1841,12 +1843,17 @@ msgid ""
18411843"present in the original headers but not the visible headers are added to the"
18421844" visible headers."
18431845msgstr ""
1846+ "当一个 :class:`BabylMessage` 实例的原始标头被修改时,可见标头不会自动进行对应修改。 "
1847+ "此方法将按以下方式更新可见标头:每个具有对应原始标头的可见标头会被设为原始标头的值,每个没有对应原始标头的可见标头会被移除,而任何存在于原始标头但不存在于可见标头中的"
1848+ " :mailheader:`Date`, :mailheader:`From`, :mailheader:`Reply-To`, "
1849+ ":mailheader:`To`, :mailheader:`CC` 和 :mailheader:`Subject` 会被添加至可见标头。"
18441850
18451851#: ../../library/mailbox.rst:1288
18461852msgid ""
18471853"When a :class:`BabylMessage` instance is created based upon a "
18481854":class:`MaildirMessage` instance, the following conversions take place:"
18491855msgstr ""
1856+ "当一个 :class:`BabylMessage` 实例基于 :class:`MaildirMessage` 实例被创建时,将进行下列转换:"
18501857
18511858#: ../../library/mailbox.rst:1300
18521859msgid "\" forwarded\" label"
@@ -1859,12 +1866,14 @@ msgid ""
18591866":mailheader:`Status` and :mailheader:`X-Status` headers are omitted and the "
18601867"following conversions take place:"
18611868msgstr ""
1869+ "当一个 :class:`BabylMessage` 实例基于 :class:`mboxMessage` 或 :class:`MMDFMessage` "
1870+ "实例被创建时,将会忽略 :mailheader:`Status` 和 :mailheader:`X-Status` 标头并进入下列转换:"
18621871
18631872#: ../../library/mailbox.rst:1319
18641873msgid ""
18651874"When a :class:`BabylMessage` instance is created based upon an "
18661875":class:`MHMessage` instance, the following conversions take place:"
1867- msgstr ""
1876+ msgstr "当一个 :class:`BabylMessage` 实例基于 :class:`MHMessage` 实例被创建时,将进入下列转换: "
18681877
18691878#: ../../library/mailbox.rst:1334
18701879msgid ":class:`MMDFMessage`"
@@ -1874,7 +1883,7 @@ msgstr ":class:`MMDFMessage`"
18741883msgid ""
18751884"A message with MMDF-specific behaviors. Parameter *message* has the same "
18761885"meaning as with the :class:`Message` constructor."
1877- msgstr ""
1886+ msgstr "具有 MMDF 专属行为的消息。 形参 *message* 的含义与 :class:`Message` 构造器一致。 "
18781887
18791888#: ../../library/mailbox.rst:1342
18801889msgid ""
0 commit comments