Home
last modified time | relevance | path

Searched refs:imap (Results 1 – 25 of 80) sorted by relevance

1234

/PHP-5.5/ext/imap/
H A Dconfig.w324 ARG_WITH("imap", "IMAP Support", "no");
7 if (CHECK_LIB("cclient_a.lib;cclient.lib", "imap") &&
13 CHECK_LIB("winmm.lib", "imap");
14 CHECK_LIB("ws2_32.lib", "imap");
15 CHECK_LIB("Secur32.lib", "imap");
16 CHECK_LIB("crypt32.lib", "imap");
17 EXTENSION("imap", "php_imap.c");
26 WARNING("imap not enabled; libraries and headers not found");
H A Dphp_imap.h101 PHP_MINIT_FUNCTION(imap);
102 PHP_RINIT_FUNCTION(imap);
103 PHP_RSHUTDOWN_FUNCTION(imap);
104 PHP_MINFO_FUNCTION(imap);
186 ZEND_BEGIN_MODULE_GLOBALS(imap)
217 ZEND_END_MODULE_GLOBALS(imap)
H A Dimap.dsp7 CFG=imap - Win32 Debug_TS
11 !MESSAGE NMAKE /f "imap.mak".
16 !MESSAGE NMAKE /f "imap.mak" CFG="imap - Win32 Debug_TS"
34 !IF "$(CFG)" == "imap - Win32 Release"
60 !ELSEIF "$(CFG)" == "imap - Win32 Debug"
86 !ELSEIF "$(CFG)" == "imap - Win32 Debug_TS"
112 !ELSEIF "$(CFG)" == "imap - Win32 Release_TS"
143 # Name "imap - Win32 Release"
144 # Name "imap - Win32 Debug"
145 # Name "imap - Win32 Debug_TS"
[all …]
H A Dconfig.m490 Add --with-imap-ssl to your configure line. Check config.log for details.
97 PHP_ARG_WITH(imap,for IMAP support,
98 [ --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix])
103 PHP_ARG_WITH(imap-ssl,for IMAP SSL support,
104 [ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install prefix], no, no)
109 PHP_NEW_EXTENSION(imap, php_imap.c, $ext_shared)
115 el[]IMAP_INC_CHK(/include/imap)
117 el[]IMAP_INC_CHK(/imap)
207 for lib in c-client4 c-client imap; do
214 … AC_MSG_ERROR(Cannot find imap library (libc-client.a). Please check your c-client installation.)
/PHP-5.5/ext/imap/tests/
H A Dbug45705_1.phpt2 Bug #45705 test #1 (imap rfc822_parse_adrlist() modifies passed address parameter)
5 if (!extension_loaded("imap")) {
6 die("skip imap extension not available");
H A Dimap_fetchheader_variation4.phpt5 extension_loaded('imap') or die('skip imap extension not available in this build');
11 * Source code: ext/imap/php_imap.c
37 Warning: imap_fetchheader(): supplied resource is not a valid imap resource in %s on line %d
43 Warning: imap_fetchheader(): supplied resource is not a valid imap resource in %s on line %d
H A Dimap_fetch_overview_variation4.phpt5 extension_loaded('imap') or die('skip imap extension not available in this build');
12 * Source code: ext/imap/php_imap.c
38 Warning: imap_fetch_overview(): supplied resource is not a valid imap resource in %s on line %d
44 Warning: imap_fetch_overview(): supplied resource is not a valid imap resource in %s on line %d
H A Dimap_close_variation3.phpt5 extension_loaded('imap') or die('skip imap extension not available in this build');
11 * Source code: ext/imap/php_imap.c
37 Warning: imap_close(): supplied resource is not a valid imap resource in %s on line %d
44 Warning: imap_close(): supplied resource is not a valid imap resource in %s on line %d
H A Dbug44098.phpt5 if (!extension_loaded("imap")) {
6 die("skip imap extension not available");
H A Dimap_base64_basic.phpt5 extension_loaded('imap') or die('skip imap extension not available in this build');
11 * Source code: ext/imap/php_imap.c
H A Dimap_utf8_to_mutf7_basic.phpt4 <?php if (!extension_loaded("imap")) print "skip imap extension not loaded"; ?>
H A Dbug53377.phpt5 if (!extension_loaded("imap")) {
6 die("skip imap extension not available");
H A Dimap_8bit_basic.phpt5 extension_loaded('imap') or die('skip imap extension not available in this build');
11 * Source code: ext/imap/php_imap.c
H A Dskipif.inc2 extension_loaded('imap') or die('skip imap extension not available in this build');
H A Dimap_fetchbody_variation5.phpt5 extension_loaded('imap') or die('skip imap extension not available in this build');
12 * Source code: ext/imap/php_imap.c
H A Dbug45705_2.phpt2 Bug #45705 test #2 (imap rfc822_parse_adrlist() modifies passed address parameter)
5 if (!extension_loaded("imap")) {
6 die("skip imap extension not available");
H A Dbug32589.phpt5 if (!extension_loaded("imap")) {
6 die("skip imap extension not available");
H A Dbug31142_2.phpt5 if (!extension_loaded("imap")) {
6 die("skip imap extension not available");
H A Dimap_binary_basic.phpt5 extension_loaded('imap') or die('skip imap extension not available in this build');
11 * Source code: ext/imap/php_imap.c
H A Dbug31142_1.phpt5 if (!extension_loaded("imap")) {
6 die("skip imap extension not available");
H A Dbug40854.phpt5 if (!extension_loaded("imap")) {
6 die("skip imap extension not available");
H A Dbug63126.phpt5 extension_loaded('imap') or die('skip imap extension not available in this build');
H A Dbug46918.phpt5 if (!extension_loaded("imap")) {
6 die("skip imap extension not available");
H A Dimap_utf8.phpt4 <?php if (!extension_loaded("imap")) print "skip"; ?>
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_skipif.inc2 extension_loaded('imap') or die('skip imap extension not available in this build');
10 // imap uses tcp port 143

Completed in 23 milliseconds

1234