File: IMAP.connection_wizard.php
Source Location: /Mail_IMAP-1.1.0RC2/examples/IMAP.connection_wizard.php
Classes:
Page Details:
Includes:
require_once('Mail/IMAP.php') [line 11]
Mail_IMAP_connection_wizard [line 32]
string|FALSE Mail_IMAP_connection_wizard(
string $server, string $user, string $pass, [mixed $protocol = NULL], [mixed $port = 0], string $protocol
, int $port
)
|
|
Attempts to find the appropriate URI for the user based on common configurations and port settings. This function is meant to serve as a utility helper to find the correct URI syntax to pass to connect.
Parameters
| string |
$server |
Remote mail server to connect to. |
| string |
$user |
Remote mail server user name. |
| string |
$pass |
Remote mail server password. |
| string |
$protocol
|
(optional) Mail server protocol, one of imap|pop3|nntp |
| int |
$port
|
(optional) Mail server port. |
Documentation generated on Tue, 29 Jun 2004 02:10:06 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|