[issue40375] Add the UNSELECT command to imaplib

2020-04-27 Thread Dong-hee Na
Dong-hee Na added the comment: I am now closing this issue. Thank you Eric and Victor for the review! -- nosy: +vstinner resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue40375] Add the UNSELECT command to imaplib

2020-04-27 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset c5c42815ecb560bbf34db99b0e15fe9b604be889 by Dong-hee Na in branch 'master': bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) https://github.com/python/cpython/commit/c5c42815ecb560bbf34db99b0e15fe9b604be889 -- _

[issue40375] Add the UNSELECT command to imaplib

2020-04-25 Thread Dong-hee Na
Change by Dong-hee Na : -- assignee: -> corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue40375] Add the UNSELECT command to imaplib

2020-04-25 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +19034 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19712 ___ Python tracker _

[issue40375] Add the UNSELECT command to imaplib

2020-04-24 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue40375] Add the UNSELECT command to imaplib

2020-04-23 Thread Eric V. Smith
New submission from Eric V. Smith : RFC 3691 from 2004 adds support for the UNSELECT command as an extension capability. https://tools.ietf.org/html/rfc3691 imaplib does not support UNSELECT. -- components: Library (Lib) messages: 367165 nosy: eric.smith priority: normal severity: nor