PHP Classes

Just so you know your example use of this class tries to acce...

Recommend this page to a friend!

      PHP 5 IMAP Class  >  All threads  >  Just so you know your example use of...  >  (Un) Subscribe thread alerts  
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

  1. Just so you know your example use of...   Reply   Report abuse  
Picture of brad rumlinskii brad rumlinskii - 2010-09-26 08:12:54
Just so you know your example use of this class tries to access a private method ::

Call to private method Imap::returnImapHeadersArr()

  2. Re: Just so you know your example use of...   Reply   Report abuse  
Picture of Andrew Andrew - 2011-06-06 23:51:16 - In reply to message 1 from brad rumlinskii
got 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!

  3. Re: Just so you know your example use of...   Reply   Report abuse  
Picture of Chris Nizz Chris Nizz - 2012-02-03 20:27:52 - In reply to message 2 from Andrew
Thank 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.