[Patches] [ python-Patches-638673 ] Added Proxyauth command to imaplib

noreply@sourceforge.net noreply@sourceforge.net
Thu, 14 Nov 2002 15:23:36 -0800


Patches item #638673, was opened at 2002-11-14 16:27
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=638673&group_id=5470

Category: Library (Lib)
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard L. Holbert (rholbert)
Assigned to: Nobody/Anonymous (nobody)
Summary: Added Proxyauth command to imaplib

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

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2002-11-14 18:23

Message:
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?

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

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