[commits] [Wiki] created: Doc/Dev/Imap_Client/IMPAPI
Michael Slusarz
slusarz at horde.org
Tue Jun 18 00:27:42 UTC 2013
slusarz Mon, 17 Jun 2013 18:27:42 -0600
Created page: http://wiki.horde.org/Doc/Dev/Imap_Client/IMPAPI
+ Obtaining Horde/Imap_Client object if IMP's API is available
Assuming you have a fully configured IMP (e.g. a Horde Webmail Edition
installation), there is no need to separately configure an IMAP client
object. Instead, IMP's configuration can be used:
<code type="php">
$imap = $GLOBALS['registry']->mail->imapOb();
</code>
More information about the commits
mailing list