Current File : //opt/RZphp73/includes/test/Net_IMAP/tests/settings.php.sample
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4: */

/**
 * Connection settings for testing
 *
 * PHP version 5
 *
 * LICENSE:  GPL.
 *
 * @category    Net
 * @package     Net_IMAP
 * @author      Sebastian Ebling <hudeldudel@php.net>
 * @copyright   2006 Sebastian Ebling
 * @license     http://www.gnu.org/copyleft/gpl.html
 * @version     CVS: $Id$
 * @link        http://pear.php.net/package/Net_IMAP/
 */


/**
 * Connection settings
 */
define('HOST',  'testhost');
define('PORT',  '143');
define('USER',  'testuser');
define('PASS',  'testpass');

?>