[Patches] [ python-Patches-583180 ] smtplib.py patch for macmail esmtp auth
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 23 Jul 2002 15:03:03 -0700
Patches item #583180, was opened at 2002-07-18 04: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
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2002-07-24 00:03
Message:
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=583180&group_id=5470