[Patches] [ python-Patches-583180 ] smtplib.py patch for macmail esmtp auth

noreply@sourceforge.net noreply@sourceforge.net
Wed, 17 Jul 2002 19:34:36 -0700


Patches item #583180, was opened at 2002-07-18 02:34
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=583180&group_id=5470

Category: Library (Lib)
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: bob kuehne (mysticbob)
Assigned to: Nobody/Anonymous (nobody)
Summary: smtplib.py patch for macmail esmtp auth

Initial Comment:
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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=583180&group_id=5470