Source for file constants.php

Documentation is available at constants.php

  1. <?php
  2. /**
  3.  * Mail fetch plugin constants
  4.  * @copyright 2006-2020 The SquirrelMail Project Team
  5.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  6.  * @version $Id: constants.php 14845 2020-01-07 08:09:34Z pdontthink $
  7.  * @package plugins
  8.  * @subpackage mail_fetch
  9.  */
  10.  
  11. /** RFC 1939 USER authentication */
  12. define('MAIL_FETCH_AUTH_USER',1);
  13. /** RFC 1939 APOP authentication */
  14. define('MAIL_FETCH_AUTH_APOP',2);
  15. /** All authentication methods described in RFC 1939 */
  16. define('MAIL_FETCH_AUTH_RFC1939',3);
  17.  
  18. /** Connection types */
  19. define('MAIL_FETCH_USE_PLAIN',0);
  20. define('MAIL_FETCH_USE_TLS',1);
  21. define('MAIL_FETCH_USE_STLS',2);

Documentation generated on Mon, 13 Jan 2020 04:22:13 +0100 by phpDocumentor 1.4.3