Home
last modified time | relevance | path

Searched refs:mailbox (Results 1 – 25 of 51) sorted by last modified time

123

/PHP-5.5/ext/standard/tests/mail/
H A Dmail_include.inc23 // open a stream to default mailbox
40 // reopen stream to new mailbox
53 * @param string $mailbox
64 if ($value->name == $mailbox) {
79 return $mailbox;
86 * @param string $mailbox
135 * Get the mailbox name from a mailbox decription, i.e strip off server details.
137 * @param string mailbox complete mailbox name
138 * @return mailbox name
140 function get_mailbox_name($mailbox){
[all …]
H A Dmail_skipif.inc15 $mailbox = '{localhost}';
21 $mbox = imap_open($mailbox, $username, $password, $options, $retries);
23 die("skip could not connect to mailbox $mailbox");
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt20 // set up mailbox with one message
21 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple');
66 Create a temporary mailbox and add 1 msgs
67 .. mailbox '{%s}%s' created
H A Dimap_fetchbody_error.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
47 Create a temporary mailbox and add 1 msgs
48 .. mailbox '{%s}%s' created
H A Dimap_fetchbody_variation3.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
105 Create a temporary mailbox and add 1 msgs
106 .. mailbox '%s.phpttest' created
H A Dimap_fetchbody_variation4.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
55 Create a temporary mailbox and add 1 msgs
56 .. mailbox '{%s}%s' created
H A Dimap_fetchbody_variation6.phpt24 $stream_id = setup_test_mailbox('', 3); // set up temp mailbox with simple msgs
46 Create a temporary mailbox and add 3 msgs
47 .. mailbox '{%s}%s' created
H A Dimap_fetchheader_basic.phpt18 $stream_id = setup_test_mailbox('', 1, $mailbox, 'multiPart'); // setup temp mailbox with 1 msg
46 Create a temporary mailbox and add 1 msgs
47 .. mailbox '%s.phpttest' created
H A Dimap_fetchheader_variation2.phpt22 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
120 Create a temporary mailbox and add 1 msgs
121 .. mailbox '{%s}%s' created
H A Dimap_fetchheader_variation3.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
53 Create a temporary mailbox and add 1 msgs
54 .. mailbox '{%s}%s' created
H A Dimap_headerinfo_error.phpt20 die("Cannot connect to mailbox $default_mailbox: " . imap_last_error());
H A Dimap_include.inc69 // open a stream to default mailbox
86 // reopen stream to new mailbox
99 * @param string $mailbox
110 if ($value->name == $mailbox) {
125 return $mailbox;
132 * @param string $mailbox
181 * Get the mailbox name from a mailbox decription, i.e strip off server details.
183 * @param string mailbox complete mailbox name
184 * @return mailbox name
186 function get_mailbox_name($mailbox){
[all …]
H A Dimap_list_basic.phpt20 die("Cannot connect to mailbox $default_mailbox: " . imap_last_error());
H A Dimap_lsub_basic.phpt20 die("Cannot connect to mailbox $default_mailbox: " . imap_last_error());
H A Dimap_mail_copy.phpt26 die("Cannot connect to mailbox $default_mailbox: " . imap_last_error());
H A Dimap_mail_copy_basic.phpt11 /* Prototype : bool imap_mail_copy ( resource $imap_stream , string $msglist , string $mailbox
12 * Description: Copies mail messages specified by msglist to specified mailbox.
21 echo "Create a new mailbox for test\n";
24 exit("TEST FAILED: Unable to create test mailbox\n");
28 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
41 Create a new mailbox for test
42 Create a temporary mailbox and add 1 msgs
43 .. mailbox '%s' created
44 Msg Count in new mailbox: 1
H A Dimap_mail_move.phpt26 die("Cannot connect to mailbox $default_mailbox: " . imap_last_error());
H A Dimap_mail_move_basic.phpt11 /* Prototype : bool imap_mail_move ( resource $imap_stream , string $msglist , string $mailbox
12 * Description: Copies mail messages specified by msglist to specified mailbox.
21 echo "Create a new mailbox for test\n";
24 exit("TEST FAILED: Unable to create test mailbox\n");
28 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
41 Create a new mailbox for test
42 Create a temporary mailbox and add 1 msgs
43 .. mailbox '%s' created
44 Msg Count in new mailbox: 1
H A Dimap_open_error.phpt47 Notice: Unknown: Can't open mailbox : no such mailbox (errflg=2) in Unknown on line 0
H A Dimap_renamemailbox_basic.phpt24 exit("TEST FAILED: Unable to create test mailbox\n");
58 Create a temporary mailbox and add 1 msgs
59 .. mailbox '{%s}%s' created
H A Dimap_rfc822_parse_headers_basic.phpt91 Create a temporary mailbox and add 1 msgs
92 .. mailbox '{%s}%s' created
H A Dskipif.inc5 $mailbox = '{localhost/norsh}';
11 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
13 die("skip could not connect to mailbox $mailbox");
H A Dimap_fetch_overview_basic.phpt19 // create a new mailbox and add two new messages to it
20 $stream_id = setup_test_mailbox('', 2, $mailbox, 'notSimple');
54 Create a temporary mailbox and add 2 msgs
55 .. mailbox '{%s}%s' created
H A Dimap_fetch_overview_error.phpt25 $stream_id = setup_test_mailbox('', 2, $mailbox, 'notSimple'); // set up temp mailbox with 2 msgs
44 Create a temporary mailbox and add 2 msgs
45 .. mailbox '{%s}%s' created
H A Dimap_fetch_overview_variation2.phpt23 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
120 Create a temporary mailbox and add 1 msgs
121 .. mailbox '{%s}%s' created

Completed in 29 milliseconds

123