Searched refs:imap (Results 1 – 25 of 57) sorted by relevance
123
/PHP-8.0/ext/imap/ |
H A D | php_imap.stub.php | 11 * @param resource $imap 16 * @param resource $imap 20 /** @param resource $imap */ 23 /** @param resource $imap */ 42 * @param resource $imap 48 * @param resource $imap 60 * @param resource $imap 72 * @param resource $imap 77 * @param resource $imap 82 * @param resource $imap [all …]
|
H A D | config.w32 | 3 ARG_WITH("imap", "IMAP Support", "no"); 6 if (CHECK_LIB("cclient_a.lib;cclient.lib", "imap") && 12 CHECK_LIB("winmm.lib", "imap"); 13 CHECK_LIB("ws2_32.lib", "imap"); 14 CHECK_LIB("Secur32.lib", "imap"); 15 CHECK_LIB("crypt32.lib", "imap"); 16 EXTENSION("imap", "php_imap.c", true, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); 24 WARNING("imap not enabled; libraries and headers not found");
|
H A D | php_imap.h | 114 PHP_MINIT_FUNCTION(imap); 115 PHP_RINIT_FUNCTION(imap); 116 PHP_RSHUTDOWN_FUNCTION(imap); 117 PHP_MINFO_FUNCTION(imap); 119 ZEND_BEGIN_MODULE_GLOBALS(imap) 151 ZEND_END_MODULE_GLOBALS(imap) 157 ZEND_EXTERN_MODULE_GLOBALS(imap) 158 #define IMAPG(v) ZEND_MODULE_GLOBALS_ACCESSOR(imap, v)
|
H A D | php_imap_arginfo.h | 14 ZEND_ARG_INFO(0, imap) 21 ZEND_ARG_INFO(0, imap) 26 ZEND_ARG_INFO(0, imap) 30 ZEND_ARG_INFO(0, imap) 34 ZEND_ARG_INFO(0, imap) 38 ZEND_ARG_INFO(0, imap) 61 ZEND_ARG_INFO(0, imap) 69 ZEND_ARG_INFO(0, imap) 75 ZEND_ARG_INFO(0, imap) 84 ZEND_ARG_INFO(0, imap) [all …]
|
/PHP-8.0/ext/imap/tests/ |
H A D | bug45705_1.phpt | 2 Bug #45705 test #1 (imap rfc822_parse_adrlist() modifies passed address parameter) 5 extension_loaded('imap') or die('skip imap extension not available in this build');
|
H A D | README.md | 1 # The imap extension tests 18 --with-imap --with-kerberos --with-imap-ssl 21 Then run the set-up script `ext/imap/tests/setup/setup.sh` which will add the `vmail` 23 `ext/imap/tests/setup/dovecot.conf` and `ext/imap/tests/setup/dovecotpass` to the correct
|
H A D | bug75774.phpt | 5 extension_loaded('imap') or die('skip imap extension not available in this build'); 25 imap_append(): supplied resource is not a valid imap resource
|
H A D | bug77153.phpt | 5 extension_loaded('imap') or die('skip imap extension not available in this build'); 14 @imap_open('{'.$server.':143/imap}INBOX', '', '');
|
H A D | bug77020.phpt | 5 if (!extension_loaded('imap')) die('skip imap extension not available');
|
H A D | imap_rfc822_write_address_basic.phpt | 5 if (!extension_loaded('imap')) die('skip imap extension not available');
|
H A D | imap_utf8_to_mutf7_basic.phpt | 4 <?php if (!extension_loaded("imap")) print "skip imap extension not loaded"; ?>
|
H A D | bug44098.phpt | 5 extension_loaded('imap') or die('skip imap extension not available in this build');
|
H A D | bug80216.phpt | 5 if (!extension_loaded('imap')) die('skip imap extension not available');
|
H A D | bug80242.phpt | 5 if (!extension_loaded('imap')) die('skip imap extension not available');
|
H A D | bug80213.phpt | 5 if (!extension_loaded('imap')) die('skip imap extension not available');
|
H A D | bug80220.phpt | 5 if (!extension_loaded('imap')) die('skip imap extension not available');
|
H A D | bug53377.phpt | 5 extension_loaded('imap') or die('skip imap extension not available in this build');
|
H A D | bug80223.phpt | 5 if (!extension_loaded('imap')) die('skip imap extension not available');
|
H A D | bug45705_2.phpt | 2 Bug #45705 test #2 (imap rfc822_parse_adrlist() modifies passed address parameter) 5 extension_loaded('imap') or die('skip imap extension not available in this build');
|
H A D | bug31142_2.phpt | 5 extension_loaded('imap') or die('skip imap extension not available in this build');
|
H A D | bug32589.phpt | 5 extension_loaded('imap') or die('skip imap extension not available in this build');
|
H A D | bug80215.phpt | 5 if (!extension_loaded('imap')) die('skip imap extension not available');
|
/PHP-8.0/ext/imap/tests/setup/ |
H A D | setup.sh | 4 sudo cp ext/imap/tests/setup/dovecot.conf /etc/dovecot/dovecot.conf 5 sudo cp ext/imap/tests/setup/dovecotpass /etc/dovecot/dovecotpass
|
H A D | skipif.inc | 2 extension_loaded('imap') or die('skip imap extension not available in this build');
|
/PHP-8.0/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 2 extension_loaded('imap') or die('skip imap extension not available in this build'); 10 // imap uses tcp port 143
|
Completed in 28 milliseconds
123