X7ROOT File Manager
Current Path:
/opt/alt/php81/usr/share/pear/test/Mail_Mime/tests
opt
/
alt
/
php81
/
usr
/
share
/
pear
/
test
/
Mail_Mime
/
tests
/
ðŸ“
..
📄
class-filename.phpt
(242 B)
📄
content_transfer_encoding.phpt
(924 B)
📄
encoding_case.phpt
(244 B)
📄
headers_with_mbstring.phpt
(8.65 KB)
📄
headers_without_mbstring.phpt
(8.32 KB)
📄
qp_encoding_test.phpt
(3.47 KB)
📄
sleep_wakeup_EOL-bug3488-part1.phpt
(545 B)
📄
sleep_wakeup_EOL-bug3488-part2.phpt
(586 B)
📄
test_Bug_10596_1.phpt
(296 B)
📄
test_Bug_10816_1.phpt
(570 B)
📄
test_Bug_10999_1.phpt
(491 B)
📄
test_Bug_11381.phpt
(557 B)
📄
test_Bug_11731.phpt
(684 B)
📄
test_Bug_12165.phpt
(381 B)
📄
test_Bug_12385_1.phpt
(539 B)
📄
test_Bug_12411.phpt
(649 B)
📄
test_Bug_12466.phpt
(445 B)
📄
test_Bug_13032.phpt
(539 B)
📄
test_Bug_13444.phpt
(670 B)
📄
test_Bug_13962.phpt
(367 B)
📄
test_Bug_14529.phpt
(521 B)
📄
test_Bug_14779.phpt
(489 B)
📄
test_Bug_14780.phpt
(351 B)
📄
test_Bug_15320.phpt
(462 B)
📄
test_Bug_16539.phpt
(7.34 KB)
📄
test_Bug_17025.phpt
(412 B)
📄
test_Bug_17175.phpt
(695 B)
📄
test_Bug_18083.phpt
(592 B)
📄
test_Bug_18772.phpt
(880 B)
📄
test_Bug_19497.phpt
(547 B)
📄
test_Bug_20226.phpt
(341 B)
📄
test_Bug_20273.phpt
(302 B)
📄
test_Bug_20563.phpt
(378 B)
📄
test_Bug_20564.phpt
(270 B)
📄
test_Bug_21027.phpt
(7.12 KB)
📄
test_Bug_21098.phpt
(390 B)
📄
test_Bug_21205.phpt
(1.28 KB)
📄
test_Bug_21206.phpt
(590 B)
📄
test_Bug_21255.phpt
(352 B)
📄
test_Bug_3513_1.phpt
(475 B)
📄
test_Bug_3513_2.phpt
(567 B)
📄
test_Bug_3513_3.phpt
(631 B)
📄
test_Bug_7561_1.phpt
(645 B)
📄
test_Bug_8386_1.phpt
(551 B)
📄
test_Bug_8541_1.phpt
(499 B)
📄
test_Bug_9722_1.phpt
(360 B)
📄
test_Bug_GH16.phpt
(1.56 KB)
📄
test_Bug_GH19.phpt
(997 B)
📄
test_Bug_GH26.phpt
(755 B)
📄
test_linebreak_dot.phpt
(1.65 KB)
📄
test_linebreak_larger_76.phpt
(2.25 KB)
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"
Upload File
Create Folder