[dev] imap client

Michael J Rubinsky mrubinsk at horde.org
Tue Jul 9 15:05:20 UTC 2019


Quoting Andrea Giorgini <agiorg at gmail.com>:

> hello,
> installed imap client through pear, to include it in my laravel project I
> did this:
>
> set_include_path('/usr/local/share/pear');
> define("HORDE_BASE", "/usr/local/share/pear/Horde");
> require_once HORDE_BASE . "/Autoloader/Default.php";
>
> but despite this, I get:
>
> Class 'App\Console\Commands\Horde_Imap_Client_Socket' not found
>
> any hint?

Horde_Imap_Client is compliant with PSR-0 autoloading. You should  
check with the laravel documentation or community on how to setup  
autoloading for such a library.


> thank you so much
> --
> dev mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQ
> To unsubscribe, mail: dev-unsubscribe at lists.horde.org



-- 
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 9272 bytes
Desc: PGP Public Key
URL: <https://lists.horde.org/archives/dev/attachments/20190709/0b7cd326/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 821 bytes
Desc: PGP Digital Signature
URL: <https://lists.horde.org/archives/dev/attachments/20190709/0b7cd326/attachment-0001.bin>


More information about the dev mailing list