Searched refs:imap (Results 1 – 25 of 120) sorted by relevance
12345
/PHP-8.3/ext/imap/ |
H A D | php_imap.stub.php | 412 function imap_close(IMAP\Connection $imap, int $flags = 0): true {} 414 function imap_is_open(IMAP\Connection $imap): bool {} 416 function imap_num_msg(IMAP\Connection $imap): int|false {} 418 function imap_num_recent(IMAP\Connection $imap): int {} 420 function imap_headers(IMAP\Connection $imap): array|false {} 448 function imap_gc(IMAP\Connection $imap, int $flags): true {} 450 function imap_expunge(IMAP\Connection $imap): true {} 456 function imap_check(IMAP\Connection $imap): \stdClass|false {} 490 function imap_ping(IMAP\Connection $imap): bool {} 504 function imap_mailboxmsginfo(IMAP\Connection $imap): \stdClass {} [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 | 111 PHP_MINIT_FUNCTION(imap); 112 PHP_RINIT_FUNCTION(imap); 113 PHP_RSHUTDOWN_FUNCTION(imap); 114 PHP_MINFO_FUNCTION(imap); 116 ZEND_BEGIN_MODULE_GLOBALS(imap) 148 ZEND_END_MODULE_GLOBALS(imap) 154 ZEND_EXTERN_MODULE_GLOBALS(imap) 155 #define IMAPG(v) ZEND_MODULE_GLOBALS_ACCESSOR(imap, v)
|
H A D | php_imap_arginfo.h | 14 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) 21 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) 26 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) 30 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) 34 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) 38 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) 42 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) 65 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) 73 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) 79 ZEND_ARG_OBJ_INFO(0, imap, IMAP\\Connection, 0) [all …]
|
H A D | config.m4 | 95 Add --with-imap-ssl to your configure line. Check config.log for details. 101 PHP_ARG_WITH([imap], 103 [AS_HELP_STRING([[--with-imap[=DIR]]], 113 PHP_ARG_WITH([imap-ssl], 115 [AS_HELP_STRING([[--with-imap-ssl]], 122 PHP_NEW_EXTENSION(imap, php_imap.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) 128 el[]IMAP_INC_CHK(/include/imap) 130 el[]IMAP_INC_CHK(/imap) 220 for lib in c-client4 c-client imap; do 227 … AC_MSG_ERROR(Cannot find imap library (libc-client.a). Please check your c-client installation.)
|
/PHP-8.3/ext/imap/tests/ |
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 | bug45705_1.phpt | 2 Bug #45705 test #1 (imap rfc822_parse_adrlist() modifies passed address parameter) 4 imap
|
H A D | bug75774.phpt | 4 imap 22 imap_append(): Argument #1 ($imap) must be of type IMAP\Connection, resource given
|
H A D | bug77153.phpt | 4 imap 12 @imap_open('{'.$server.':143/imap}INBOX', '', '');
|
H A D | imap_rfc822_write_address_basic.phpt | 4 imap
|
H A D | imap_utf8.phpt | 4 imap
|
H A D | nil_constant.phpt | 4 imap
|
H A D | bug45705_2.phpt | 2 Bug #45705 test #2 (imap rfc822_parse_adrlist() modifies passed address parameter) 4 imap
|
H A D | bug44098.phpt | 4 imap
|
H A D | bug80216.phpt | 4 imap
|
H A D | bug80242.phpt | 4 imap
|
H A D | imap_final.phpt | 4 imap
|
/PHP-8.3/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
|
/PHP-8.3/ext/standard/tests/mail/ |
H A D | mail_basic_alt1-win32.phpt | 4 imap 6 imap 44 // Search for email message on the mail server using imap.
|
H A D | mail_basic_alt2-win32.phpt | 4 imap 6 imap 41 // Search for email message on the mail server using imap.
|
H A D | mail_basic_alt3-win32.phpt | 4 imap 6 imap 41 // Search for email message on the mail server using imap.
|
H A D | mail_basic_alt4-win32.phpt | 4 imap 6 imap 42 // Search for email message on the mail server using imap.
|
H A D | mail_variation_alt3-win32.phpt | 4 imap 6 imap 42 // Search for email message on the mail server using imap.
|
H A D | mail_variation_alt1-win32.phpt | 4 imap 6 imap 43 // Search for email message on the mail server using imap.
|
H A D | mail_variation_alt2-win32.phpt | 4 imap 6 imap 43 // Search for email message on the mail server using imap.
|
Completed in 19 milliseconds
12345