You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"Documentos describiendo el protocolo, y fuentes de servidores que lo "
"implementan, del Centro de Información IMAP de la Universidad de Washington, "
"pueden ser encontrados en (**Código Fuente**) https://github.com/uw-imap/"
"imap (**Fuera de mantención**)."
#: ../Doc/library/imaplib.rst:185
msgid "IMAP4 Objects"
Expand DownExpand Up
@@ -317,7 +324,6 @@ msgstr ""
"encierre la cadena entre paréntesis (por ejemplo: ``r'(\\Deleted)'``)."
#: ../Doc/library/imaplib.rst:198
#, fuzzy
msgid ""
"Each command returns a tuple: ``(type, [data, ...])`` where *type* is "
"usually ``'OK'`` or ``'NO'``, and *data* is either the text from the command "
Expand All
@@ -327,8 +333,8 @@ msgid ""
msgstr ""
"Cada comando retorna una tupla: ``(type, [data, ...])`` donde *type* suele "
"ser ``'OK'`` o ``'NO'``, y *data* es el texto de la respuesta del comando o "
"resultados obligatorios del comando. Cada *data* esuna cadena de caracteres "
"ouna tupla. Si es una tupla, la primera parte es el encabezado de la "
"resultados obligatorios del comando. Cada *data* esun objeto ``bytes`` o "
"una tupla. Si es una tupla, la primera parte es el encabezado de la "
"respuesta, y la segunda parte contiene los datos (es decir, el valor "
"'literal')."
Expand DownExpand Up
@@ -569,6 +575,15 @@ msgid ""
"meth:`IMAP4.send`, and :meth:`IMAP4.shutdown` methods. You may override this "
"method."
msgstr ""
"Abre un socket a *port* y *host*. El parámetro opcional *timeout* especifica "
"un timeout en segundos para intentar realizar la conexión. Si timeout no se "
"especifica, o es None, se usa el timeout global por defecto de sockets. Nota "
"también que si el parámetro *timeout* es cero se lanzará un :class:"
"`ValueError` para evitar crear un socket sin bloqueo. Este método es "
"implícitamente llamado por el constructor :class:`IMAP4`. Los objetos de "
"conexiones establecidas por este método serán usados en los métodos :meth:"
"`IMAP4.read`, :meth:`IMAP4.readline`, :meth:`IMAP4.send`, y :meth:`IMAP4."
"shutdown`. Este método se puede sobreescribir."
#: ../Doc/library/imaplib.rst:379
msgid ""
Expand All
@@ -579,9 +594,8 @@ msgstr ""
"argumentos ``self``, ``host``, ``port``."
#: ../Doc/library/imaplib.rst:381
#, fuzzy
msgid "The *timeout* parameter was added."
msgstr "*ssl_context* parámetro agregado."
msgstr "El parámetro *timeout* fue agregado."
#: ../Doc/library/imaplib.rst:386
msgid ""
Expand DownExpand Up
@@ -874,6 +888,11 @@ msgid ""
"command performs the same actions as :meth:`imaplib.IMAP4.close`, except "
"that no messages are permanently removed from the currently selected mailbox."
msgstr ""
":meth:`imaplib.IMAP4.unselect` libera recursos del servidor asociados al "
"buzón de correo seleccionado y devuelve el servidor al estado autenticado. "
"Este comando realiza las mismas acciones que :meth:`imaplib.IMAP4.close`, "
"con la excepción de que ningún mensaje es permanentemente borrado del buzón "
"de correo actualmente seleccionado."
#: ../Doc/library/imaplib.rst:597
msgid ""
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.