PATH: //proc/self/root/opt/alt/php74/usr/share/pear/test/Mail_Mime/tests
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 class-filename.phpt
↓
X
📄 content_transfer_encoding.phpt
↓
X
📄 encoding_case.phpt
↓
X
📄 headers_with_mbstring.phpt
↓
X
📄 headers_without_mbstring.phpt
↓
X
📄 qp_encoding_test.phpt
↓
X
📄 sleep_wakeup_EOL-bug3488-part1.phpt
↓
X
📄 sleep_wakeup_EOL-bug3488-part2.phpt
↓
X
📄 test_Bug_10596_1.phpt
↓
X
📄 test_Bug_10816_1.phpt
↓
X
📄 test_Bug_10999_1.phpt
↓
X
📄 test_Bug_11381.phpt
↓
X
📄 test_Bug_11731.phpt
↓
X
📄 test_Bug_12165.phpt
↓
X
📄 test_Bug_12385_1.phpt
↓
X
📄 test_Bug_12411.phpt
↓
X
📄 test_Bug_12466.phpt
↓
X
📄 test_Bug_13032.phpt
↓
X
📄 test_Bug_13444.phpt
↓
X
📄 test_Bug_13962.phpt
↓
X
📄 test_Bug_14529.phpt
↓
X
📄 test_Bug_14779.phpt
↓
X
📄 test_Bug_14780.phpt
↓
X
📄 test_Bug_15320.phpt
↓
X
📄 test_Bug_16539.phpt
↓
X
📄 test_Bug_17025.phpt
↓
X
📄 test_Bug_17175.phpt
↓
X
📄 test_Bug_18083.phpt
↓
X
📄 test_Bug_18772.phpt
↓
X
📄 test_Bug_19497.phpt
↓
X
📄 test_Bug_20226.phpt
↓
X
📄 test_Bug_20273.phpt
↓
X
📄 test_Bug_20563.phpt
↓
X
📄 test_Bug_20564.phpt
↓
X
📄 test_Bug_21027.phpt
↓
X
📄 test_Bug_21098.phpt
↓
X
📄 test_Bug_21205.phpt
↓
X
📄 test_Bug_21206.phpt
↓
X
📄 test_Bug_21255.phpt
↓
X
📄 test_Bug_3513_1.phpt
↓
X
📄 test_Bug_3513_2.phpt
↓
X
📄 test_Bug_3513_3.phpt
↓
X
📄 test_Bug_7561_1.phpt
↓
X
📄 test_Bug_8386_1.phpt
↓
X
📄 test_Bug_8541_1.phpt
↓
X
📄 test_Bug_9722_1.phpt
↓
X
📄 test_Bug_GH16.phpt
↓
X
📄 test_Bug_GH19.phpt
↓
X
📄 test_Bug_GH26.phpt
↓
X
📄 test_linebreak_dot.phpt
↓
X
📄 test_linebreak_larger_76.phpt
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: content_transfer_encoding.phpt
--TEST-- Test empty Content-Transfer-Encoding on multipart messages --SKIPIF-- --FILE-- <?php include "Mail/mime.php"; $mime = new Mail_mime("\r\n"); $mime->setParam('text_encoding', 'quoted-printable'); $mime->setParam('html_encoding', 'quoted-printable'); $mime->setParam('head_encoding', 'quoted-printable'); // This specific order used to set Content-Transfer-Encoding: quoted-printable // which is invalid according to RFC 2045 on multipart messages $mime->setTXTBody('text'); $mime->headers(array('From' => 'from@domain.tld')); $mime->addAttachment('file.pdf', 'application/pdf', 'file.pdf', false, 'base64', 'inline'); echo $mime->txtHeaders(); list ($header, $body) = explode("\r\n\r\n", $mime->getMessage()); echo $header; ?> --EXPECTF-- MIME-Version: 1.0 From: from@domain.tld Content-Type: multipart/mixed; boundary="=_%x" MIME-Version: 1.0 From: from@domain.tld Content-Type: multipart/mixed; boundary="=_%x"
SIMPAN PERUBAHAN