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

imaplib deleteacl and myrights #40647

Closed
arnaudmz mannequin opened this issue Jul 26, 2004 · 2 comments
Closed

imaplib deleteacl and myrights #40647

arnaudmz mannequin opened this issue Jul 26, 2004 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@arnaudmz
Copy link
Mannequin

arnaudmz mannequin commented Jul 26, 2004

BPO 998149
Nosy @loewis
Files
  • Python-2.3.4-imaplib-deleteacl-myrigths.patch: diff -Nru Python-2.3.4.ori/Lib/imaplib.py Python-2.3.4/Lib/imaplib.py > Python-2.3.4.imaphdeleteacl-myrigths.patch
  • 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 = None
    closed_at = <Date 2004-07-27.05:08:03.000>
    created_at = <Date 2004-07-26.16:54:34.000>
    labels = ['library']
    title = 'imaplib deleteacl and myrights'
    updated_at = <Date 2004-07-27.05:08:03.000>
    user = 'https://bugs.python.org/arnaudmz'

    bugs.python.org fields:

    activity = <Date 2004-07-27.05:08:03.000>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2004-07-26.16:54:34.000>
    creator = 'arnaudmz'
    dependencies = []
    files = ['6118']
    hgrepos = []
    issue_num = 998149
    keywords = ['patch']
    message_count = 2.0
    messages = ['46469', '46470']
    nosy_count = 2.0
    nosy_names = ['loewis', 'arnaudmz']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue998149'
    versions = ['Python 2.3']

    @arnaudmz
    Copy link
    Mannequin Author

    arnaudmz mannequin commented Jul 26, 2004

    this small patch against Python-2.3.4 adds two IMAP
    commands :

    • deleteacl which allows the cleaning of ACL set by
      setacl over an IMAP folder
    • myrights which lists the right that le logged in user
      has over a folder (which is different from getacl command)

    Those two features have been tested with SunONE
    Messaging Server 6.0 and python client 2.3.4 uder linux
    x86 and Solaris 9 ultrasparc

    diff -Nru Python-2.3.4.ori/Lib/imaplib.py
    Python-2.3.4/Lib/imaplib.py >
    Python-2.3.4-imaplib-deleteacl-myrigths.patch

    @arnaudmz arnaudmz mannequin closed this as completed Jul 26, 2004
    @arnaudmz arnaudmz mannequin added the stdlib Python modules in the Lib dir label Jul 26, 2004
    @arnaudmz arnaudmz mannequin closed this as completed Jul 26, 2004
    @arnaudmz arnaudmz mannequin added the stdlib Python modules in the Lib dir label Jul 26, 2004
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Jul 27, 2004

    Logged In: YES
    user_id=21627

    Thanks for the patch. As a new feature, it is unsuitable for
    2.3, so I have applied it for 2.4 only:
    libimaplib.tex 1.27
    imaplib.py 1.71
    ACKS 1.274
    NEWS 1.1055

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants