Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.3.8

Bug #239 Missing phpdoc tag.
Submitted: 2003-11-13 15:03 UTC
From: elf at php dot net Assigned: damian
Status: Closed Package: Net_POP3
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [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)

Comments

 [2003-11-27 20:49 UTC] mj
What package are you talking about? The bug surely does not have anything to do with the bug interface.
 [2004-05-20 02:36 UTC] danielc
Reporter didn't specify a package.
 [2004-05-20 03:11 UTC] danielc
Upon searching Google, it seems the package is Mail_IMAP. Looking at the auto-generated docs, it looks like these methods now have @param tags.
 [2004-05-20 22:12 UTC] neufeind
I just downloaded and crawled the sources. These functions also occur in Net_POP3 - and they seem to fit even better to this bug-report (number of arguments to the functions etc.). What I found there was: * @param $msg_id Message number * @return mixed Either raw headers or false on error */ function getRawHeaders($msg_id) Reading through the bug again, maybe he meant that there were no variable-types given? He didn't say the @param-tags were missing completely - he said that no "specification" was given for them - so they should be declared as int/string/... etc.?
 [2005-03-07 03:55 UTC] dufuz
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you.
 [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 07:32 UTC] dufuz
Thank you, did you look at the CVS source or downloaded the package and looked in that ? The current maintainer never commits to CVS, only releases every now and then and keeps the source otherwise on his computer so CVS is very outdated.
 [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 02:23 UTC] damian
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Net_POP3
 [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.
 [2006-12-23 20:30 UTC] cellog (Greg Beaver)
assign to fixer for statistics