Home
last modified time | relevance | path

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

12

/PHP-8.2/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);
H A Dbug80800.phpt2 Bug #80800: imap_open() fails when the flags parameter includes CL_EXPUNGE
14 $mail_box = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, flags: CL…
H A Dbug77153.phpt2 Bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter)
12 @imap_open('{'.$server.':143/imap}INBOX', '', '');
H A Dbug63126.phpt2 imap_open() DISABLE_AUTHENTICATOR ignores array param
9 $in = @imap_open(IMAP_SERVER_DEBUG, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, OP_HALFOPEN, 1);
37 …$in = imap_open(IMAP_SERVER_DEBUG, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, OP_HALFOPEN, 1, $…
H A Dimap_reopen_with_cl_expunge.phpt12 // include file for required variables in imap_open()
31 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
H A Dimap_constructor.phpt14 Exception: Cannot directly construct IMAP\Connection, use imap_open() instead
H A Dimap_close_basic.phpt13 // include file for required variables in imap_open()
30 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
H A Dimap_errors_basic.phpt14 $mbox = @imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, OP_ANONYMOUS…
H A Dimap_list_basic.phpt15 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
H A Dimap_is_open.phpt12 // include file for required variables in imap_open()
H A Dimap_close_variation4.phpt45 $imap_stream = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
58 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
H A Dimap_lsub_basic.phpt18 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
H A Dimap_getsubscribed_basic.phpt18 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
/PHP-8.2/ext/imap/tests/setup/
H A Dskipif.inc7 $mbox = @imap_open(IMAP_SERVER, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, $options, $retries);
H A Dclean.inc6 $imap_stream = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
H A Dimap_include.inc66 * @param int $flags OP_* (or CL_EXPUNGE) flags to pass to imap_open() sub-call
78 …$imap_stream = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, flags…
/PHP-8.2/ext/standard/tests/mail/
H A Dmail_skipif.inc20 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
H A Dbug72964.phpt23 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dbug80706.phpt23 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt1-win32.phpt45 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt2-win32.phpt42 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt3-win32.phpt42 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt4-win32.phpt43 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_variation_alt3-win32.phpt43 $imap_stream = imap_open($default_mailbox, $username, $password);

Completed in 51 milliseconds

12