Skip to content

Traducción smtplib #754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Feb 20, 2021
Merged
Prev Previous commit
Next Next commit
Fix sphinx roles
  • Loading branch information
cmaureir committed Dec 21, 2020
commit 8c0048316246361f98edaf8081258a3e0b38dbfc
8 changes: 4 additions & 4 deletions library/smtplib.po
Original file line number Diff line number Diff line change
Expand Up @@ -730,16 +730,16 @@ msgid ""
"attribute set to ``True``, and ``SMTPUTF8`` and ``BODY=8BITMIME`` are added "
"to *mail_options*."
msgstr ""
"``send_message`` serializa *msg* usando :class:`~ email.generator."
"``send_message`` serializa *msg* usando :class:`~email.generator."
"BytesGenerator` con``\\ r \\ n`` como *linesep*, y llama a :meth:`sendmail` "
"para transmitir el mensaje resultante. Independientemente de los valores de "
"*from_addr* y *to_addrs*, ``send_message`` no transmite ningún encabezado :"
"mailheader: `Bcc` o :mailheader:`Resent-Bcc` que puedan aparecer en *msg*. "
"mailheader:`Bcc` o :mailheader:`Resent-Bcc` que puedan aparecer en *msg*. "
"Si alguna de las direcciones en *from_addr* y *to_addrs* contiene caracteres "
"que no son ASCII y el servidor no anuncia la compatibilidad con "
"``SMTPUTF8``, se lanza un error :exc:`SMTPNotSupported`. De lo contrario, "
"el ``Message`` se serializa con un clon de su :mod: `~ email.policy` con el "
"atributo :attr:` ~ email.policy.EmailPolicy.utf8` establecido en ``True`` y "
"el ``Message`` se serializa con un clon de su :mod:`~email.policy` con el "
"atributo :attr:`~email.policy.EmailPolicy.utf8` establecido en ``True`` y "
"``SMTPUTF8`` y ``BODY=8BITMIME`` se agregan a *mail_options*."

#: ../Doc/library/smtplib.rst:535
Expand Down