Home » Networking » Net_POP3 » Bug #2440
bug in POP3.php
Details
| Submitted | 2004-10-04 11:48 UTC |
|---|---|
| From | erickoh at jobsfactory dot com |
| Assigned | damian |
| Status | Closed |
| Package | Net_POP3 |
| PHP Version | 4.3.9 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2004-10-04 11:48 UTC] erickoh at jobsfactory dot com
Description:
------------
last statement in function _authLOGIN is:
return $this->_checkResponse($ret);
it should be:
return $this->_checkResponse($challenge);