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
Prev Previous commit
Next Next commit
Minor updates
  • Loading branch information
RDCH106 committed Sep 15, 2020
commit 428da5995a79b20140a018b80be6494652a898a6
6 changes: 3 additions & 3 deletions library/smtplib.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-09-13 23:58+0200\n"
"PO-Revision-Date: 2020-09-15 23:23+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -40,7 +40,7 @@ msgstr ""
"El módulo :mod:`smtplib` define un objeto de sesión de cliente SMTP que se "
"puede usar para mandar correo a cualquier máquina de Internet con un demonio "
"de escucha SMTP o ESMTP. Para detalles sobre el funcionamiento de SMTP o "
"ESMTP, consulta :rfc:`821` (Simple Mail Transfer Protocol) y :rfc:`1869` "
"ESMTP, consulta :rfc:`821` (**Simple Mail Transfer Protocol**) y :rfc:`1869` "
"(SMTP Service Extensions)."

#: ../Doc/library/smtplib.rst:25
Expand Down Expand Up @@ -70,7 +70,7 @@ msgstr ""
"comando HELO/EHLO. De lo contrario, el hostname local se busca usando :func:"
"`socket.getfqdn`. Si la llamada a :meth:`connect` devuelve cualquier cosa "
"que no sea un código de éxito, se lanza un :exc:`SMTPConnectError`. El "
"parámetro *timeout* opcional especifica un timeout in segundos para bloquear "
"parámetro *timeout* opcional especifica un timeout en segundos para bloquear "
"operaciones como el intento de conexión (si no se especifica, se utilizará "
"la configuración global del timeout por defecto). Si el timeout de espera "
"expira, se lanza :exc:`socket.timeout`. El parámetro opcional "
Expand Down