Skip to content
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

Add the UNSELECT command to imaplib #84555

Closed
ericvsmith opened this issue Apr 24, 2020 · 3 comments
Closed

Add the UNSELECT command to imaplib #84555

ericvsmith opened this issue Apr 24, 2020 · 3 comments
Assignees
Labels
3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@ericvsmith
Copy link
Member

BPO 40375
Nosy @vstinner, @ericvsmith, @corona10
PRs
  • bpo-40375: Implement imaplib.IMAP4.unselect #19712
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/corona10'
    closed_at = <Date 2020-04-27.14:59:53.501>
    created_at = <Date 2020-04-24.00:44:57.304>
    labels = ['type-feature', 'library', '3.9']
    title = 'Add the UNSELECT command to imaplib'
    updated_at = <Date 2020-04-27.14:59:53.498>
    user = 'https://github.com/ericvsmith'

    bugs.python.org fields:

    activity = <Date 2020-04-27.14:59:53.498>
    actor = 'corona10'
    assignee = 'corona10'
    closed = True
    closed_date = <Date 2020-04-27.14:59:53.501>
    closer = 'corona10'
    components = ['Library (Lib)']
    creation = <Date 2020-04-24.00:44:57.304>
    creator = 'eric.smith'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40375
    keywords = ['patch']
    message_count = 3.0
    messages = ['367165', '367427', '367428']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'eric.smith', 'corona10']
    pr_nums = ['19712']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue40375'
    versions = ['Python 3.9']

    @ericvsmith
    Copy link
    Member Author

    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.

    @ericvsmith ericvsmith added 3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Apr 24, 2020
    @corona10
    Copy link
    Member

    New changeset c5c4281 by Dong-hee Na in branch 'master':
    bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
    c5c4281

    @corona10
    Copy link
    Member

    I am now closing this issue.

    Thank you Eric and Victor for the review!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants