| 
| Subject: | Just so you know your example use of... | 
|---|
 | Summary: | Package rating comment | 
|---|
 | Messages: | 3 | 
|---|
 | Author: | brad rumlinskii | 
|---|
 | Date: | 2010-09-26 08:12:54 | 
|---|
 | Update: | 2012-02-03 20:27:52 | 
|---|
 |  |  |  | 
brad rumlinskii rated this package as follows:
| Utility: | Not sure | 
|---|
| Consistency: | Not sure | 
|---|
| Examples: | Not sure | 
|---|
|  | 
  brad rumlinskii - 2010-09-26 08:12:54Just so you know your example use of this class tries to access a private method ::
 Call to private method Imap::returnImapHeadersArr()
  Andrew - 2011-06-06 23:51:16 - In reply to message 1 from brad rumlinskiigot same error message. 
 Corrected it by changing line 282 in imap.class.php to:
 public function returnImapHeadersArr(){
 
 Now it's happy and so am I. Great script!
  Chris Nizz - 2012-02-03 20:27:52 - In reply to message 2 from AndrewThank for you making people aware of this bug in the demo. I'll be moving the project to github soon and will fix it on there. |