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

Added Proxyauth command to imaplib #37476

Closed
rholbert mannequin opened this issue Nov 14, 2002 · 3 comments
Closed

Added Proxyauth command to imaplib #37476

rholbert mannequin opened this issue Nov 14, 2002 · 3 comments
Labels
stdlib Python modules in the Lib dir

Comments

@rholbert
Copy link
Mannequin

rholbert mannequin commented Nov 14, 2002

BPO 638673
Files
  • imaplib.diff: Modified imaplib.py diff file
  • 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-06-16.02:25:55.000>
    created_at = <Date 2002-11-14.21:27:13.000>
    labels = ['library']
    title = 'Added Proxyauth command to imaplib'
    updated_at = <Date 2004-06-16.02:25:55.000>
    user = 'https://bugs.python.org/rholbert'

    bugs.python.org fields:

    activity = <Date 2004-06-16.02:25:55.000>
    actor = 'nnorwitz'
    assignee = 'nnorwitz'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2002-11-14.21:27:13.000>
    creator = 'rholbert'
    dependencies = []
    files = ['4708']
    hgrepos = []
    issue_num = 638673
    keywords = ['patch']
    message_count = 3.0
    messages = ['41653', '41654', '41655']
    nosy_count = 2.0
    nosy_names = ['nnorwitz', 'rholbert']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue638673'
    versions = ['Python 2.2']

    @rholbert
    Copy link
    Mannequin Author

    rholbert mannequin commented Nov 14, 2002

    Allows the Admin user to access any other user's mailbox.

    @rholbert rholbert mannequin closed this as completed Nov 14, 2002
    @rholbert rholbert mannequin assigned nnorwitz Nov 14, 2002
    @rholbert rholbert mannequin added the stdlib Python modules in the Lib dir label Nov 14, 2002
    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Nov 14, 2002

    Logged In: YES
    user_id=33168

    Richard, thanks for the patch.

    I have a couple of problems with the patch.

    • The patch is against 2.2, not HEAD.
      In this case it's easy to see where it should go,
      but that isn't always the case.
    • This patch contains tabs, all python code
      in the standard library should contain only spaces.
    • In the code that was added, name is not used.
      Either name should be removed, or it should be
      passed to _simple_command().
    • There is also no documentation (Doc/lib/libimap.tex).

    I don't know if this patch is worthwhile, since I know
    nothing about imap. Someone else will have to determine if
    this proxyauth is generally applicable and should be
    included. However, are there any security issues associated
    with using proxyauth?

    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Jun 16, 2004

    Logged In: YES
    user_id=33168

    This was checked in 22-Nov-02, by piers, Lib/imaplib.py 1.57

    @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