phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #1257] pop3 failed authentication gives us a


From: nobody
Subject: [Phpgroupware-tracker] [Bug #1257] pop3 failed authentication gives us an infinite loop
Date: Sun, 22 Sep 2002 11:07:18 -0400

=================== BUG #1257: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1257&group_id=509

Submitted by: cbsman                    Project: phpGroupWare                   
Submitted on: 2002-Sep-22 17:07
Category:  email                        Bug Group:  0.9.14 release              
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Component Version:  TGZ                 
Platform Version:  None                 Reproducibility:  Every Time            

Summary:  pop3 failed authentication gives us an infinite loop

Original Submission:  I'd  like to report that there is a bug in the "close" 
function in the "class.mail_dcom_pop3_sock.inc.php" file that works like this:
failed pop3 authentication makes mail_dcom->open() (as defined in file 
"class.mail_dcom_pop3_sock.inc.php") to call mail_dcom->error() which in turn 
tries to close the connection by calling mail_dcom->close().
But the pop3 connection has been closed already by the server, so 
mail_dcom->close() fails to do so and calls mail_dcom->error() to handle the 
situation, which in turn calls mail_dcom->close(), and so on.
The quick solutions is to comment out the $this->error() call in the 
mail_dcom->close() (defined in "class.mail_dcom_pop3_sock.inc.php").



No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1257&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]