[ Index ]
 

Code source de IMP H3 (4.1.5)

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/lib/ -> IMAP.php (sommaire)

(pas de description)

Poids: 168 lignes (5 kb)
Inclus ou requis: 12 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

IMP_IMAP:: (4 méthodes):
  singleton()
  IMP_IMAP()
  openIMAPStream()
  changeMbox()


Classe: IMP_IMAP  - X-Ref

The IMP_IMAP:: class facilitates connections to the IMAP/POP3 server
via the c-client PHP extensions.

$Horde: imp/lib/IMAP.php,v 1.11.10.15 2007/01/02 13:54:56 jan Exp $

Copyright 2003-2007 Michael Slusarz <slusarz@bigworm.colorado.edu>

See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.fsf.org/copyleft/gpl.html.

singleton($params = array()   X-Ref
Attempts to return a reference to a concrete IMP_IMAP instance.
It will only create a new instance if no IMP_IMAP instance currently
exists.

This method must be invoked as:
$imp_imap = &IMP_IMAP::singleton();

param: array $params  Parameters needed.
return: IMP_IMAP  The concrete IMP_IMAP reference, or false on error.

IMP_IMAP($params = array()   X-Ref
Constructor.

param: array $params  Any additional parameters needed.

openIMAPStream($mbox = null, $flags = 0)   X-Ref
Open an IMAP stream.

param: string $mbox    A mailbox to open.
param: integer $flags  Any flags that need to be passed to imap_open().
return: resource  The return from the imap_open() call.

changeMbox($mbox, $flags = 0)   X-Ref
Change the currently active IMP IMAP stream to a new mailbox
(if necessary).

param: string $mbox    The new mailbox.
param: integer $flags  Any flags that need to be passed to
return: boolean  True on success, false on error.



Généré le : Thu Nov 29 12:30:07 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics