Home » Networking » Net_POP3 » Bug #239
Missing phpdoc tag.
Details
| Submitted | 2003-11-13 15:03 UTC |
|---|---|
| From | elf at php dot net |
| Assigned | damian |
| Status | Closed |
| Package | Net_POP3 |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2003-11-13 15:03 UTC] elf at php dot net
Description:
------------
By all methods with an argument, there is no model specification in @param.
function connect($host = 'localhost', $port = 110)
function login($user, $pass, $apop = true)
function getRawHeaders($msg_id)
function getParsedHeaders($msg_id)
function getBody($msg_id)
function getMsg($msg_id)
function deleteMsg($msg_id)
function getListing($msg_id = null)
function _cmdUser($user)
function _cmdPass($pass)
function _cmdList($msg_id = null)
function _cmdRetr($msg_id)
function _cmdDele($msg_id)
function _cmdTop($msg_id, $num_lines)
function _cmdUidl($msg_id = null)
function _cmdApop($user, $pass)
function _sendCmd($cmd)
[2005-03-07 05:52 UTC] elf at php dot net
i'm sorry,
i tried to point out that there was no specified in the type of an argument.
the package set as the target of advices is Net_POP3.
this is not solved still now.
[2005-03-07 08:36 UTC] elf at php dot net
hum,
I checked the contents of CVS, and the contents of the package.
However, neither of bug is solved.
[2005-04-05 03:51 UTC] elf at php dot net
why?
this is *not* resolved.
[2005-04-05 06:29 UTC] elf at php dot net
i'm sorry.
I was looking at cvs.
It was not corrected in cvs.
however, it was corrected with the package.