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

smtplib.py patch for macmail esmtp auth #36904

Closed
mysticbob mannequin opened this issue Jul 18, 2002 · 3 comments
Closed

smtplib.py patch for macmail esmtp auth #36904

mysticbob mannequin opened this issue Jul 18, 2002 · 3 comments
Labels
stdlib Python modules in the Lib dir

Comments

@mysticbob
Copy link
Mannequin

mysticbob mannequin commented Jul 18, 2002

BPO 583180
Nosy @loewis
Files
  • smtplib.py.patch: results of diff smtplib.py_orig smtplib.py_new
  • 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 2002-10-13.13:02:17.000>
    created_at = <Date 2002-07-18.02:34:36.000>
    labels = ['library']
    title = 'smtplib.py patch for macmail esmtp auth'
    updated_at = <Date 2002-10-13.13:02:17.000>
    user = 'https://bugs.python.org/mysticbob'

    bugs.python.org fields:

    activity = <Date 2002-10-13.13:02:17.000>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2002-07-18.02:34:36.000>
    creator = 'mysticbob'
    dependencies = []
    files = ['4436']
    hgrepos = []
    issue_num = 583180
    keywords = ['patch']
    message_count = 3.0
    messages = ['40607', '40608', '40609']
    nosy_count = 2.0
    nosy_names = ['loewis', 'mysticbob']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue583180'
    versions = ['Python 2.2']

    @mysticbob
    Copy link
    Mannequin Author

    mysticbob mannequin commented Jul 18, 2002

    i ran into a problem that i've seen several other people
    describe where they can't authenticate to their particular
    mail server. i dug into this (my mail server is smtp.mac.com)
    and discovered that smtplib.py didn't support the specific
    type of auth that this server required.

    so, this patch,allows authentication to these specific
    server types. i also reworked one token to make it
    a bit more modular. the patch is attached, generated
    of form: diff smtplib.py_orig smtplib.py_new

    i'm new to python, and new to the whole patch process
    on sourceforge, so please let me know what i can do
    to test, or how else i can work to get this in the next
    python version. thank you!
    bob

    @mysticbob mysticbob mannequin closed this as completed Jul 18, 2002
    @mysticbob mysticbob mannequin added the stdlib Python modules in the Lib dir label Jul 18, 2002
    @mysticbob mysticbob mannequin closed this as completed Jul 18, 2002
    @mysticbob mysticbob mannequin added the stdlib Python modules in the Lib dir label Jul 18, 2002
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Jul 23, 2002

    Logged In: YES
    user_id=21627

    On patches: Please always use context (-c) or unified (-u)
    diffs; those stay valid longer.

    On AUTH=LOGIN: Can you please try

    http://sourceforge.net/tracker/index.php?
    func=detail&aid=572031&group_id=5470&atid=305470

    This pre-RFC AUTH protocol is by far not an invention of
    smtp.mac.com (or specific to it) - it is originally a Netscape
    invention, and widely implemented.

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Oct 13, 2002

    Logged In: YES
    user_id=21627

    The auth=login patch has been applied, so this one should be
    obsolete.

    @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