Home
last modified time | relevance | path

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

12

/PHP-8.0/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);
H A Dbug80800.phpt2 Bug #80800: imap_open() fails when the flags parameter includes CL_EXPUNGE
12 $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)
14 @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_errors_basic.phpt14 $mbox = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, $password, OP_READONLY, 1);
24 Warning: imap_open(): Couldn't open stream %s in %s on line %d
H A Dimap_reopen_with_cl_expunge.phpt10 // include file for required variables in imap_open()
29 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
H A Dimap_close_basic.phpt11 // include file for required variables in imap_open()
28 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
H A Dimap_list_basic.phpt13 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
H A Dimap_close_variation4.phpt43 $imap_stream = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
56 $stream_id = imap_open($mailbox, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD);
H A Dimap_lsub_basic.phpt16 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
H A Dimap_getsubscribed_basic.phpt16 $stream_id = imap_open(IMAP_DEFAULT_MAILBOX, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD) or
/PHP-8.0/ext/imap/tests/setup/
H A Dskipif.inc9 $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.0/ext/standard/tests/mail/
H A Dmail_skipif.inc21 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
H A Dbug72964.phpt19 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dbug80706.phpt19 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt1-win32.phpt41 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt2-win32.phpt38 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt3-win32.phpt38 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt4-win32.phpt39 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_variation_alt3-win32.phpt39 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_variation_alt1-win32.phpt40 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_variation_alt2-win32.phpt40 $imap_stream = imap_open($default_mailbox, $username, $password);

Completed in 16 milliseconds

12