[dev] Re: [cvs] commit: framework/IMAP package.xml framework/IMAP/IMAP ThreadOb.php

Chuck Hagenbuch chuck at horde.org
Wed Sep 1 05:41:08 PDT 2004


Quoting Michael M Slusarz <slusarz at mail.curecanti.org>:

>> I think I missed why IMAP_Thread was taken, but okay. :)
>
> clashes with imap_thread().

class IMAP_Thread {

     function foo() { return 'bar'; }

}

$foo = &new IMAP_Thread();
echo $foo->foo();

... works fine for me?

> Works here.  But I'm sure there are still some minor kinks so I'll 
> try looking at different IMAP servers to see if that is the problem.

Might just have been the sample size before; it seems more selective now as to
what it considers a thread, but does seem to be threading some things.

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez


More information about the dev mailing list