PATH:
opt
/
alt
/
tests
/
alt-php84-pecl-imap_1.0.3-1.el8
/
tests
--TEST-- Test imap_fetch_overview() function : usage variations - multipart message --EXTENSIONS-- imap --SKIPIF-- <?php require_once(__DIR__.'/setup/skipif.inc'); ?> --FILE-- <?php /* * Pass a multipart message to imap_fetch_overview() to test the contents of returned array */ echo "*** Testing imap_fetch_overview() : usage variations ***\n"; require_once __DIR__.'/setup/imap_include.inc'; $stream_id = setup_test_mailbox('imapfetchoverviewvar6', 0, $mailbox); // setup temp mailbox create_multipart_message($stream_id, $mailbox); // refresh msg numbers imap_check($stream_id); $msg_no = 1; $a = imap_fetch_overview($stream_id, $msg_no); echo "\n--> Object #1\n"; displayOverviewFields($a[0]); /** * Create a multipart message with subparts * * @param resource $imap_stream * @param string $mailbox */ function create_multipart_message($imap_stream, $mailbox) { global $users, $domain; $envelope["from"]= "foo@anywhere.com"; $envelope["to"] = IMAP_USERS[0] . '@' . IMAP_MAIL_DOMAIN; $envelope["subject"] = "Test msg 1"; $part1["type"] = TYPEMULTIPART; $part1["subtype"] = "mixed"; $part2["type"] = TYPETEXT; $part2["subtype"] = "plain"; $part2["description"] = "imap_mail_compose() function"; $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx"; $part3["type"] = TYPETEXT; $part3["subtype"] = "plain"; $part3["description"] = "Example"; $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy"; $file_handle = fopen(__FILE__, 'r+'); $file_size = 1; $part4["type"] = TYPEAPPLICATION; $part4["encoding"] = ENCBASE64; $part4["subtype"] = "octet-stream"; $part4["description"] = 'Test'; $part4['disposition.type'] = 'attachment'; $part4['disposition'] = array ('filename' => 'Test'); $part4['type.parameters'] = array('name' => 'Test'); $part4["contents.data"] = base64_encode(fread($file_handle, 1)); $body[1] = $part1; $body[2] = $part2; $body[3] = $part3; $body[4] = $part4; $msg = imap_mail_compose($envelope, $body); if (imap_append($imap_stream, $mailbox, $msg) === false) { echo imap_last_error() . "\n"; echo "TEST FAILED : could not append new message to mailbox '$mailbox'\n"; exit; } } ?> --CLEAN-- <?php $mailbox_suffix = 'imapfetchoverviewvar6'; require_once(__DIR__.'/setup/clean.inc'); ?> --EXPECTF-- *** Testing imap_fetch_overview() : usage variations *** Create a temporary mailbox and add 0 msgs New mailbox created --> Object #1 size is %d uid is %d msgno is 1 recent is %d flagged is 0 answered is 0 deleted is 0 seen is 0 draft is 0 udate is OK
[-] bug80223.phpt
[edit]
[-] imap_rfc822_parse_headers_basic.phpt
[edit]
[-] imap_constructor.phpt
[edit]
[-] imap_setflag_full_basic.phpt
[edit]
[-] bug80800.phpt
[edit]
[-] imap_mail_copy_basic.phpt
[edit]
[-] bug80710_1.phpt
[edit]
[-] imap_fetchheader_errors.phpt
[edit]
[-] imap_close_basic.phpt
[edit]
[-] imap_fetchbody_basic.phpt
[edit]
[-] bug80215.phpt
[edit]
[-] imap_lsub_basic.phpt
[edit]
[-] imap_append_basic.phpt
[edit]
[-] imap_fetch_overview_basic.phpt
[edit]
[-] imap_fetchheader_basic.phpt
[edit]
[-] bug80216.phpt
[edit]
[-] imap_headerinfo_basic.phpt
[edit]
[-] imap_sort_uid.phpt
[edit]
[-] bug80710_2.phpt
[edit]
[-] imap_savebody_basic.phpt
[edit]
[-] bug46918.phpt
[edit]
[-] bug80226.phpt
[edit]
[-] bug77153.phpt
[edit]
[-] bug31142_2.phpt
[edit]
[-] bug40854.phpt
[edit]
[-] imap_gc_error.phpt
[edit]
[-] imap_open_with_cl_expunge.phpt
[edit]
[-] imap_delete_uid.phpt
[edit]
[-] imap_fetchstructure_basic.phpt
[edit]
[-] imap_savebody_errors.phpt
[edit]
[-] bug80438.phpt
[edit]
[-] bug63126.phpt
[edit]
[-] imap_undelete_uid.phpt
[edit]
[-] bug53377.phpt
[edit]
[-] imap_fetchbody_uid.phpt
[edit]
[-] imap_fetchbody_variation6.phpt
[edit]
[-] imap_errors_basic.phpt
[edit]
[-] imap_fetch_overview_uid.phpt
[edit]
[-] bug45705_1.phpt
[edit]
[-] bug45705_2.phpt
[edit]
[-] bug75774.phpt
[edit]
[-] imap_clearflag_full_uid.phpt
[edit]
[-] bug35669.phpt
[edit]
[-] nil_constant.phpt
[edit]
[-] imap_undelete_basic.phpt
[edit]
[-] bug32589.phpt
[edit]
[-] imap_rfc822_write_address_basic.phpt
[edit]
[-] imap_getsubscribed_basic.phpt
[edit]
[-] imap_fetchmime_errors.phpt
[edit]
[-] gh9309.phpt
[edit]
[-] README.md
[edit]
[-] imap_body_basic.phpt
[edit]
[-] imap_base64_basic.phpt
[edit]
[-] bug80213.phpt
[edit]
[-] imap_reopen_with_cl_expunge.phpt
[edit]
[-] imap_open_error.phpt
[edit]
[+]
setup
[-] imap_fetchstructure_errors.phpt
[edit]
[-] imap_savebody_uid.phpt
[edit]
[-] imap_is_open.phpt
[edit]
[+]
..
[-] bug80242.phpt
[edit]
[-] imap_utf8_to_mutf7_basic.phpt
[edit]
[-] imap_fetchheader_variation5.phpt
[edit]
[-] imap_body_errors.phpt
[edit]
[-] imap_fetch_overview_variation6.phpt
[edit]
[-] imap_fetchbody_errors.phpt
[edit]
[-] imap_binary_basic.phpt
[edit]
[-] imap_mutf7_to_utf8.phpt
[edit]
[-] imap_utf8.phpt
[edit]
[-] bug44098.phpt
[edit]
[-] imap_clearflag_full_basic.phpt
[edit]
[-] bug31142_1.phpt
[edit]
[-] imap_final.phpt
[edit]
[-] imap_list_basic.phpt
[edit]
[-] bug64076.phpt
[edit]
[-] imap_createmailbox_basic.phpt
[edit]
[-] imap_fetchmime_uid.phpt
[edit]
[-] imap_timeout_basic.phpt
[edit]
[-] imap_bodystruct_basic.phpt
[edit]
[-] imap_body_uid.phpt
[edit]
[-] imap_fetchstructure_uid.phpt
[edit]
[-] imap_8bit_basic.phpt
[edit]
[-] imap_fetchheader_uid.phpt
[edit]
[-] imap_mail_move_basic.phpt
[edit]
[-] imap_fetch_overview_variation5.phpt
[edit]
[-] imap_search_basic.phpt
[edit]
[-] imap_close_variation4.phpt
[edit]
[-] bug77020.phpt
[edit]
[-] imap_renamemailbox_basic.phpt
[edit]
[-] imap_setflag_full_uid.phpt
[edit]
[-] bug80220.phpt
[edit]