Home
last modified time | relevance | path

Searched refs:imap_open (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/dports/lang/php73/php-7.3.33/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() incorrect parameter count
13 imap_open();
14 imap_open(false);
15 imap_open(false, false);
16 imap_open('');
17 imap_open('', '');
20 imap_open('', '', '');
21 imap_open('', '', '', -1);
24 imap_open($default_mailbox, $username, $password, NIL, -1);
41 Warning: imap_open(): Couldn't open stream in %s on line %d
[all …]
H A Dimap_errors_basic.phpt19 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 3);
25 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 1);
35 Warning: imap_open(): Couldn't open stream %s in %s on line %d
49 Warning: imap_open(): Couldn't open stream %s in %s on line %d
/dports/mail/php74-imap/php-7.4.27/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() incorrect parameter count
13 imap_open();
14 imap_open(false);
15 imap_open(false, false);
16 imap_open('');
17 imap_open('', '');
20 imap_open('', '', '');
21 imap_open('', '', '', -1);
24 imap_open($default_mailbox, $username, $password, NIL, -1);
41 Warning: imap_open(): Couldn't open stream in %s on line %d
[all …]
H A Dimap_errors_basic.phpt19 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 3);
25 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 1);
35 Warning: imap_open(): Couldn't open stream %s in %s on line %d
49 Warning: imap_open(): Couldn't open stream %s in %s on line %d
/dports/mail/php73-imap/php-7.3.33/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() incorrect parameter count
13 imap_open();
14 imap_open(false);
15 imap_open(false, false);
16 imap_open('');
17 imap_open('', '');
20 imap_open('', '', '');
21 imap_open('', '', '', -1);
24 imap_open($default_mailbox, $username, $password, NIL, -1);
41 Warning: imap_open(): Couldn't open stream in %s on line %d
[all …]
H A Dimap_errors_basic.phpt19 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 3);
25 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 1);
35 Warning: imap_open(): Couldn't open stream %s in %s on line %d
49 Warning: imap_open(): Couldn't open stream %s in %s on line %d
/dports/lang/php74/php-7.4.27/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() incorrect parameter count
13 imap_open();
14 imap_open(false);
15 imap_open(false, false);
16 imap_open('');
17 imap_open('', '');
20 imap_open('', '', '');
21 imap_open('', '', '', -1);
24 imap_open($default_mailbox, $username, $password, NIL, -1);
41 Warning: imap_open(): Couldn't open stream in %s on line %d
[all …]
H A Dimap_errors_basic.phpt19 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 3);
25 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 1);
35 Warning: imap_open(): Couldn't open stream %s in %s on line %d
49 Warning: imap_open(): Couldn't open stream %s in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() incorrect parameter count
13 imap_open();
14 imap_open(false);
15 imap_open(false, false);
16 imap_open('');
17 imap_open('', '');
20 imap_open('', '', '');
21 imap_open('', '', '', -1);
24 imap_open($default_mailbox, $username, $password, NIL, -1);
41 Warning: imap_open(): Couldn't open stream in %s on line %d
[all …]
H A Dimap_errors_basic.phpt19 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 3);
25 $mbox = imap_open($default_mailbox, $username, $password, OP_READONLY, 1);
35 Warning: imap_open(): Couldn't open stream %s in %s on line %d
49 Warning: imap_open(): Couldn't open stream %s in %s on line %d
/dports/www/mod_php74/php-7.4.27/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() incorrect parameter count
13 imap_open();
14 imap_open(false);
15 imap_open(false, false);
16 imap_open('');
17 imap_open('', '');
20 imap_open('', '', '');
21 imap_open('', '', '', -1);
24 imap_open($default_mailbox, $username, $password, NIL, -1);
41 Warning: imap_open(): Couldn't open stream in %s on line %d
[all …]
/dports/mail/php80-imap/php-8.0.15/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() ValueErrors
15 imap_open('', '', '');
18 imap_open('', '', '', -1);
24 imap_open('', '', '', NIL, -1);
33 Warning: imap_open(): Couldn't open stream in %s on line %d
34 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE
35 imap_open(): Argument #5 ($retries) must be greater than or equal to 0
H A Dimap_open_with_cl_expunge.phpt2 Test imap_open() using the CL_EXPUNGE flag
10 // include file for required variables in imap_open()
24 // check that CL_EXPUNGE in previous imap_open() call worked
25 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
/dports/mail/php81-imap/php-8.1.1/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() ValueErrors
17 imap_open('', '', '');
20 imap_open('', '', '', -1);
26 imap_open('', '', '', 0, -1);
35 Warning: imap_open(): Couldn't open stream in %s on line %d
36 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE
37 imap_open(): Argument #5 ($retries) must be greater than or equal to 0
H A Dimap_open_with_cl_expunge.phpt2 Test imap_open() using the CL_EXPUNGE flag
12 // include file for required variables in imap_open()
26 // check that CL_EXPUNGE in previous imap_open() call worked
27 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
/dports/www/mod_php81/php-8.1.1/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() ValueErrors
17 imap_open('', '', '');
20 imap_open('', '', '', -1);
26 imap_open('', '', '', 0, -1);
35 Warning: imap_open(): Couldn't open stream in %s on line %d
36 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE
37 imap_open(): Argument #5 ($retries) must be greater than or equal to 0
H A Dimap_open_with_cl_expunge.phpt2 Test imap_open() using the CL_EXPUNGE flag
12 // include file for required variables in imap_open()
26 // check that CL_EXPUNGE in previous imap_open() call worked
27 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
/dports/lang/php81/php-8.1.1/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() ValueErrors
17 imap_open('', '', '');
20 imap_open('', '', '', -1);
26 imap_open('', '', '', 0, -1);
35 Warning: imap_open(): Couldn't open stream in %s on line %d
36 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE
37 imap_open(): Argument #5 ($retries) must be greater than or equal to 0
H A Dimap_open_with_cl_expunge.phpt2 Test imap_open() using the CL_EXPUNGE flag
12 // include file for required variables in imap_open()
26 // check that CL_EXPUNGE in previous imap_open() call worked
27 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
/dports/lang/php80/php-8.0.15/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() ValueErrors
15 imap_open('', '', '');
18 imap_open('', '', '', -1);
24 imap_open('', '', '', NIL, -1);
33 Warning: imap_open(): Couldn't open stream in %s on line %d
34 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE
35 imap_open(): Argument #5 ($retries) must be greater than or equal to 0
H A Dimap_open_with_cl_expunge.phpt2 Test imap_open() using the CL_EXPUNGE flag
10 // include file for required variables in imap_open()
24 // check that CL_EXPUNGE in previous imap_open() call worked
25 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
/dports/www/mod_php80/php-8.0.15/ext/imap/tests/
H A Dimap_open_error.phpt2 imap_open() ValueErrors
15 imap_open('', '', '');
18 imap_open('', '', '', -1);
24 imap_open('', '', '', NIL, -1);
33 Warning: imap_open(): Couldn't open stream in %s on line %d
34 imap_open(): Argument #4 ($flags) must be a bitmask of the OP_* constants, and CL_EXPUNGE
35 imap_open(): Argument #5 ($retries) must be greater than or equal to 0
H A Dimap_open_with_cl_expunge.phpt2 Test imap_open() using the CL_EXPUNGE flag
10 // include file for required variables in imap_open()
24 // check that CL_EXPUNGE in previous imap_open() call worked
25 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.auth_mail.inc.php54 $mailauth = imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server'].'/pop3'
60 … $mailauth = imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server']."/ssl/novalidate-cert"
66 … $mailauth = imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server']."/ssl/novalidate-cert"
72 $mailauth = imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server']
/dports/deskutils/egroupware/egroupware/api/src/Auth/
H A DMail.php88 $mailauth = imap_open('{'.$host.':'.$port.'/imap/novalidate-cert}INBOX', $username , $passwd);
92 … $mailauth = imap_open('{'.$host.'/imap/ssl/novalidate-cert:'.$port.'}INBOX', $username , $passwd);
96 $mailauth = imap_open('{'.$host.'/pop3/novalidate-cert:'.$port.'}INBOX', $username , $passwd);
100 … $mailauth = imap_open('{'.$host.'/pop3/ssl/novalidate-cert:'.$port.'}INBOX', $username , $passwd);

12345678910>>...19