Source for file constants.php
Documentation is available at constants.php
* Mail fetch plugin constants
* @copyright 2006-2012 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: constants.php 14249 2012-01-02 02:09:17Z pdontthink $
/** RFC 1939 USER authentication */
define('MAIL_FETCH_AUTH_USER',1);
/** RFC 1939 APOP authentication */
define('MAIL_FETCH_AUTH_APOP',2);
/** All authentication methods described in RFC 1939 */
define('MAIL_FETCH_AUTH_RFC1939',3);
define('MAIL_FETCH_USE_PLAIN',0);
define('MAIL_FETCH_USE_TLS',1);
define('MAIL_FETCH_USE_STLS',2);
Documentation generated on Tue, 21 May 2013 04:18:52 +0200 by phpDocumentor 1.4.3