]> git.notmuchmail.org Git - notmuch/blob - test/T190-multipart.sh
debian: start changelog for 0.24.1-1
[notmuch] / test / T190-multipart.sh
1 #!/usr/bin/env bash
2 test_description="output of multipart message"
3 . ./test-lib.sh || exit 1
4
5 cat <<EOF > embedded_message
6 From: Carl Worth <cworth@cworth.org>
7 To: cworth@cworth.org
8 Subject: html message
9 Date: Fri, 05 Jan 2001 15:42:57 +0000
10 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu)
11 Message-ID: <87liy5ap01.fsf@yoom.home.cworth.org>
12 MIME-Version: 1.0
13 Content-Type: multipart/alternative; boundary="==-=-=="
14
15 --==-=-==
16 Content-Type: text/html
17
18 <p>This is an embedded message, with a multipart/alternative part.</p>
19
20 --==-=-==
21 Content-Type: text/plain
22
23 This is an embedded message, with a multipart/alternative part.
24
25 --==-=-==--
26 EOF
27
28 cat <<EOF > ${MAIL_DIR}/multipart
29 From: Carl Worth <cworth@cworth.org>
30 To: cworth@cworth.org
31 Subject: Multipart message
32 Date: Fri, 05 Jan 2001 15:43:57 +0000
33 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu)
34 Message-ID: <87liy5ap00.fsf@yoom.home.cworth.org>
35 MIME-Version: 1.0
36 Content-Type: multipart/signed; boundary="==-=-=";
37         micalg=pgp-sha1; protocol="application/pgp-signature"
38
39 --==-=-=
40 Content-Type: multipart/mixed; boundary="=-=-="
41
42 --=-=-=
43 Content-Type: message/rfc822
44 Content-Disposition: inline
45
46 EOF
47 cat embedded_message >> ${MAIL_DIR}/multipart
48 cat <<EOF >> ${MAIL_DIR}/multipart
49
50 --=-=-=
51 Content-Disposition: attachment; filename=attachment
52
53 This is a text attachment.
54
55 --=-=-=
56
57 And this message is signed.
58
59 -Carl
60
61 --=-=-=--
62
63 --==-=-=
64 Content-Type: application/pgp-signature
65
66 -----BEGIN PGP SIGNATURE-----
67 Version: GnuPG v1.4.11 (GNU/Linux)
68
69 iEYEARECAAYFAk3SA/gACgkQ6JDdNq8qSWj0sACghqVJEQJUs3yV8zbTzhgnSIcD
70 W6cAmQE4dcYrx/LPLtYLZm1jsGauE5hE
71 =zkga
72 -----END PGP SIGNATURE-----
73 --==-=-=--
74 EOF
75
76 cat <<EOF > ${MAIL_DIR}/base64-part-with-crlf
77 From: Carl Worth <cworth@cworth.org>
78 To: cworth@cworth.org
79 Subject: Test message with a BASE64 encoded binary containing CRLF pair
80 Date: Fri, 05 Jan 2001 15:43:57 +0000
81 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu)
82 Message-ID: <base64-part-with-crlf>
83 MIME-Version: 1.0
84 Content-Type: multipart/mixed; boundary="==-=-=";
85
86 --==-=-=
87
88 The attached BASE64-encoded part expands to a binary containing a CRLF
89 pair (that is one bye of 0x0D followed by one byte of 0x0A). This is
90 designed to ensure that notmuch is not corrupting the output of this
91 part by converting the CRLF pair to an LF only (as would be appropriate
92 for display of a text part on a Linux system, for example).
93
94 The part should be a 3-byte file with the following sequence of 3
95 hexadecimal bytes:
96
97         EF 0D 0A
98
99 --==-=-=
100 Content-Type: application/octet-stream
101 Content-Disposition: attachment; filename=crlf.bin
102 Content-Transfer-Encoding: base64
103
104 7w0K
105 --==-=-=--
106 EOF
107
108 cat <<EOF > content_types
109 From: Todd <todd@example.com>
110 To: todd@example.com
111 Subject: odd content types
112 Date: Mon, 12 Jan 2014 18:12:32 +0000
113 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu)
114 Message-ID: <KfjfO2WJBw2hrV2p0gjT@example.com>
115 MIME-Version: 1.0
116 Content-Type: multipart/alternative; boundary="==-=-=="
117
118 --==-=-==
119 Content-Type: application/unique_identifier
120
121 <p>This is an embedded message, with a multipart/alternative part.</p>
122
123 --==-=-==
124 Content-Type: text/some_other_identifier
125
126 This is an embedded message, with a multipart/alternative part.
127
128 --==-=-==--
129 EOF
130 cat content_types >> ${MAIL_DIR}/odd_content_type
131 notmuch new > /dev/null
132
133 test_begin_subtest "--format=text --part=0, full message"
134 notmuch show --format=text --part=0 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
135 cat <<EOF >EXPECTED
136 \fmessage{ id:87liy5ap00.fsf@yoom.home.cworth.org depth:0 match:1 excluded:0 filename:${MAIL_DIR}/multipart
137 \fheader{
138 Carl Worth <cworth@cworth.org> (2001-01-05) (attachment inbox signed unread)
139 Subject: Multipart message
140 From: Carl Worth <cworth@cworth.org>
141 To: cworth@cworth.org
142 Date: Fri, 05 Jan 2001 15:43:57 +0000
143 \fheader}
144 \fbody{
145 \fpart{ ID: 1, Content-type: multipart/signed
146 \fpart{ ID: 2, Content-type: multipart/mixed
147 \fpart{ ID: 3, Content-type: message/rfc822
148 \fheader{
149 Subject: html message
150 From: Carl Worth <cworth@cworth.org>
151 To: cworth@cworth.org
152 Date: Fri, 05 Jan 2001 15:42:57 +0000
153 \fheader}
154 \fbody{
155 \fpart{ ID: 4, Content-type: multipart/alternative
156 \fpart{ ID: 5, Content-type: text/html
157 Non-text part: text/html
158 \fpart}
159 \fpart{ ID: 6, Content-type: text/plain
160 This is an embedded message, with a multipart/alternative part.
161 \fpart}
162 \fpart}
163 \fbody}
164 \fpart}
165 \fattachment{ ID: 7, Filename: attachment, Content-type: text/plain
166 This is a text attachment.
167 \fattachment}
168 \fpart{ ID: 8, Content-type: text/plain
169 And this message is signed.
170
171 -Carl
172 \fpart}
173 \fpart}
174 \fpart{ ID: 9, Content-type: application/pgp-signature
175 Non-text part: application/pgp-signature
176 \fpart}
177 \fpart}
178 \fbody}
179 \fmessage}
180 EOF
181 test_expect_equal_file OUTPUT EXPECTED
182
183 test_begin_subtest "--format=text --part=1, message body"
184 notmuch show --format=text --part=1 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
185 cat <<EOF >EXPECTED
186 \fpart{ ID: 1, Content-type: multipart/signed
187 \fpart{ ID: 2, Content-type: multipart/mixed
188 \fpart{ ID: 3, Content-type: message/rfc822
189 \fheader{
190 Subject: html message
191 From: Carl Worth <cworth@cworth.org>
192 To: cworth@cworth.org
193 Date: Fri, 05 Jan 2001 15:42:57 +0000
194 \fheader}
195 \fbody{
196 \fpart{ ID: 4, Content-type: multipart/alternative
197 \fpart{ ID: 5, Content-type: text/html
198 Non-text part: text/html
199 \fpart}
200 \fpart{ ID: 6, Content-type: text/plain
201 This is an embedded message, with a multipart/alternative part.
202 \fpart}
203 \fpart}
204 \fbody}
205 \fpart}
206 \fattachment{ ID: 7, Filename: attachment, Content-type: text/plain
207 This is a text attachment.
208 \fattachment}
209 \fpart{ ID: 8, Content-type: text/plain
210 And this message is signed.
211
212 -Carl
213 \fpart}
214 \fpart}
215 \fpart{ ID: 9, Content-type: application/pgp-signature
216 Non-text part: application/pgp-signature
217 \fpart}
218 \fpart}
219 EOF
220 test_expect_equal_file OUTPUT EXPECTED
221
222 test_begin_subtest "--format=text --part=2, multipart/mixed"
223 notmuch show --format=text --part=2 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
224 cat <<EOF >EXPECTED
225 \fpart{ ID: 2, Content-type: multipart/mixed
226 \fpart{ ID: 3, Content-type: message/rfc822
227 \fheader{
228 Subject: html message
229 From: Carl Worth <cworth@cworth.org>
230 To: cworth@cworth.org
231 Date: Fri, 05 Jan 2001 15:42:57 +0000
232 \fheader}
233 \fbody{
234 \fpart{ ID: 4, Content-type: multipart/alternative
235 \fpart{ ID: 5, Content-type: text/html
236 Non-text part: text/html
237 \fpart}
238 \fpart{ ID: 6, Content-type: text/plain
239 This is an embedded message, with a multipart/alternative part.
240 \fpart}
241 \fpart}
242 \fbody}
243 \fpart}
244 \fattachment{ ID: 7, Filename: attachment, Content-type: text/plain
245 This is a text attachment.
246 \fattachment}
247 \fpart{ ID: 8, Content-type: text/plain
248 And this message is signed.
249
250 -Carl
251 \fpart}
252 \fpart}
253 EOF
254 test_expect_equal_file OUTPUT EXPECTED
255
256 test_begin_subtest "--format=text --part=3, rfc822 part"
257 notmuch show --format=text --part=3 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
258 cat <<EOF >EXPECTED
259 \fpart{ ID: 3, Content-type: message/rfc822
260 \fheader{
261 Subject: html message
262 From: Carl Worth <cworth@cworth.org>
263 To: cworth@cworth.org
264 Date: Fri, 05 Jan 2001 15:42:57 +0000
265 \fheader}
266 \fbody{
267 \fpart{ ID: 4, Content-type: multipart/alternative
268 \fpart{ ID: 5, Content-type: text/html
269 Non-text part: text/html
270 \fpart}
271 \fpart{ ID: 6, Content-type: text/plain
272 This is an embedded message, with a multipart/alternative part.
273 \fpart}
274 \fpart}
275 \fbody}
276 \fpart}
277 EOF
278 test_expect_equal_file OUTPUT EXPECTED
279
280 test_begin_subtest "--format=text --part=4, rfc822's multipart"
281 notmuch show --format=text --part=4 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
282 cat <<EOF >EXPECTED
283 \fpart{ ID: 4, Content-type: multipart/alternative
284 \fpart{ ID: 5, Content-type: text/html
285 Non-text part: text/html
286 \fpart}
287 \fpart{ ID: 6, Content-type: text/plain
288 This is an embedded message, with a multipart/alternative part.
289 \fpart}
290 \fpart}
291 EOF
292 test_expect_equal_file OUTPUT EXPECTED
293
294 test_begin_subtest "--format=text --part=5, rfc822's html part"
295 notmuch show --format=text --part=5 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
296 cat <<EOF >EXPECTED
297 \fpart{ ID: 5, Content-type: text/html
298 Non-text part: text/html
299 \fpart}
300 EOF
301 test_expect_equal_file OUTPUT EXPECTED
302
303 test_begin_subtest "--format=text --part=6, rfc822's text part"
304 notmuch show --format=text --part=6 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
305 cat <<EOF >EXPECTED
306 \fpart{ ID: 6, Content-type: text/plain
307 This is an embedded message, with a multipart/alternative part.
308 \fpart}
309 EOF
310 test_expect_equal_file OUTPUT EXPECTED
311
312 test_begin_subtest "--format=text --part=7, inline attachement"
313 notmuch show --format=text --part=7 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
314 cat <<EOF >EXPECTED
315 \fattachment{ ID: 7, Filename: attachment, Content-type: text/plain
316 This is a text attachment.
317 \fattachment}
318 EOF
319 test_expect_equal_file OUTPUT EXPECTED
320
321 test_begin_subtest "--format=text --part=8, plain text part"
322 notmuch show --format=text --part=8 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
323 cat <<EOF >EXPECTED
324 \fpart{ ID: 8, Content-type: text/plain
325 And this message is signed.
326
327 -Carl
328 \fpart}
329 EOF
330 test_expect_equal_file OUTPUT EXPECTED
331
332 test_begin_subtest "--format=text --part=9, pgp signature (unverified)"
333 notmuch show --format=text --part=9 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
334 cat <<EOF >EXPECTED
335 \fpart{ ID: 9, Content-type: application/pgp-signature
336 Non-text part: application/pgp-signature
337 \fpart}
338 EOF
339 test_expect_equal_file OUTPUT EXPECTED
340
341 test_expect_success \
342     "--format=text --part=8, no part, expect error" \
343     "notmuch show --format=text --part=8 'id:87liy5ap00.fsf@yoom.home.cworth.org'"
344
345 test_begin_subtest "--format=json --part=0, full message"
346 notmuch show --format=json --part=0 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
347 cat <<EOF >EXPECTED
348 {"id": "87liy5ap00.fsf@yoom.home.cworth.org", "match": true, "excluded": false, "filename": ["${MAIL_DIR}/multipart"], "timestamp": 978709437, "date_relative": "2001-01-05", "tags": ["attachment","inbox","signed","unread"], "headers": {"Subject": "Multipart message", "From": "Carl Worth <cworth@cworth.org>", "To": "cworth@cworth.org", "Date": "Fri, 05 Jan 2001 15:43:57 +0000"}, "body": [
349 {"id": 1, "content-type": "multipart/signed", "content": [
350 {"id": 2, "content-type": "multipart/mixed", "content": [
351 {"id": 3, "content-type": "message/rfc822", "content-disposition": "inline", "content": [{"headers": {"Subject": "html message", "From": "Carl Worth <cworth@cworth.org>", "To": "cworth@cworth.org", "Date": "Fri, 05 Jan 2001 15:42:57 +0000"}, "body": [
352 {"id": 4, "content-type": "multipart/alternative", "content": [
353 {"id": 5, "content-type": "text/html", "content-length": 71},
354 {"id": 6, "content-type": "text/plain", "content": "This is an embedded message, with a multipart/alternative part.\n"}]}]}]}, 
355 {"id": 7, "content-type": "text/plain", "content-disposition": "attachment", "filename": "attachment", "content": "This is a text attachment.\n"},
356 {"id": 8, "content-type": "text/plain", "content": "And this message is signed.\n\n-Carl\n"}]}, 
357 {"id": 9, "content-type": "application/pgp-signature", "content-length": 197}]}]}
358 EOF
359 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
360
361 test_begin_subtest "--format=json --part=1, message body"
362 notmuch show --format=json --part=1 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
363 cat <<EOF >EXPECTED
364 {"id": 1, "content-type": "multipart/signed", "content": [
365 {"id": 2, "content-type": "multipart/mixed", "content": [
366 {"id": 3, "content-type": "message/rfc822", "content-disposition": "inline", "content": [{"headers": {"Subject": "html message", "From": "Carl Worth <cworth@cworth.org>", "To": "cworth@cworth.org", "Date": "Fri, 05 Jan 2001 15:42:57 +0000"}, "body": [
367 {"id": 4, "content-type": "multipart/alternative", "content": [
368 {"id": 5, "content-type": "text/html", "content-length": 71},
369 {"id": 6, "content-type": "text/plain", "content": "This is an embedded message, with a multipart/alternative part.\n"}]}]}]}, 
370 {"id": 7, "content-type": "text/plain", "content-disposition": "attachment", "filename": "attachment", "content": "This is a text attachment.\n"},
371 {"id": 8, "content-type": "text/plain", "content": "And this message is signed.\n\n-Carl\n"}]}, 
372 {"id": 9, "content-type": "application/pgp-signature", "content-length": 197}]}
373 EOF
374 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
375
376 test_begin_subtest "--format=json --part=2, multipart/mixed"
377 notmuch show --format=json --part=2 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
378 cat <<EOF >EXPECTED
379 {"id": 2, "content-type": "multipart/mixed", "content": [
380 {"id": 3, "content-type": "message/rfc822", "content-disposition": "inline", "content": [{"headers": {"Subject": "html message", "From": "Carl Worth <cworth@cworth.org>", "To": "cworth@cworth.org", "Date": "Fri, 05 Jan 2001 15:42:57 +0000"}, "body": [
381 {"id": 4, "content-type": "multipart/alternative", "content": [
382 {"id": 5, "content-type": "text/html", "content-length": 71},
383 {"id": 6, "content-type": "text/plain", "content": "This is an embedded message, with a multipart/alternative part.\n"}]}]}]}, 
384 {"id": 7, "content-type": "text/plain", "content-disposition": "attachment", "filename": "attachment", "content": "This is a text attachment.\n"},
385 {"id": 8, "content-type": "text/plain", "content": "And this message is signed.\n\n-Carl\n"}]}
386 EOF
387 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
388
389 test_begin_subtest "--format=json --part=3, rfc822 part"
390 notmuch show --format=json --part=3 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
391 cat <<EOF >EXPECTED
392 {"id": 3, "content-type": "message/rfc822", "content-disposition": "inline", "content": [{"headers": {"Subject": "html message", "From": "Carl Worth <cworth@cworth.org>", "To": "cworth@cworth.org", "Date": "Fri, 05 Jan 2001 15:42:57 +0000"}, "body": [
393 {"id": 4, "content-type": "multipart/alternative", "content": [
394 {"id": 5, "content-type": "text/html", "content-length": 71},
395 {"id": 6, "content-type": "text/plain", "content": "This is an embedded message, with a multipart/alternative part.\n"}]}]}]}
396 EOF
397 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
398
399 test_begin_subtest "--format=json --part=4, rfc822's multipart/alternative"
400 notmuch show --format=json --part=4 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
401 cat <<EOF >EXPECTED
402 {"id": 4, "content-type": "multipart/alternative", "content": [
403 {"id": 5, "content-type": "text/html", "content-length": 71},
404 {"id": 6, "content-type": "text/plain", "content": "This is an embedded message, with a multipart/alternative part.\n"}]}
405 EOF
406 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
407
408 test_begin_subtest "--format=json --part=5, rfc822's html part"
409 notmuch show --format=json --part=5 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
410 cat <<EOF >EXPECTED
411 {"id": 5, "content-type": "text/html", "content-length": 71}
412 EOF
413 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
414
415 test_begin_subtest "--format=json --part=6, rfc822's text part"
416 notmuch show --format=json --part=6 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
417 cat <<EOF >EXPECTED
418 {"id": 6, "content-type": "text/plain", "content": "This is an embedded message, with a multipart/alternative part.\n"}
419 EOF
420 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
421
422 test_begin_subtest "--format=json --part=7, inline attachment"
423 notmuch show --format=json --part=7 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
424 cat <<EOF >EXPECTED
425 {"id": 7,
426  "content-type": "text/plain",
427  "filename": "attachment",
428  "content": "This is a text attachment.\n",
429  "content-disposition": "attachment"}
430 EOF
431 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
432
433 test_begin_subtest "--format=json --part=8, plain text part"
434 notmuch show --format=json --part=8 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
435 cat <<EOF >EXPECTED
436 {"id": 8, "content-type": "text/plain", "content": "And this message is signed.\n\n-Carl\n"}
437 EOF
438 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
439
440 test_begin_subtest "--format=json --part=9, pgp signature (unverified)"
441 notmuch show --format=json --part=9 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
442 cat <<EOF >EXPECTED
443 {"id": 9, "content-type": "application/pgp-signature", "content-length": 197}
444 EOF
445 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
446
447 test_expect_success \
448     "--format=json --part=10, no part, expect error" \
449     "notmuch show --format=json --part=10 'id:87liy5ap00.fsf@yoom.home.cworth.org'"
450
451 test_begin_subtest "--format=raw"
452 notmuch show --format=raw 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
453 test_expect_equal_file OUTPUT "${MAIL_DIR}"/multipart
454
455 test_begin_subtest "--format=raw --part=0, full message"
456 notmuch show --format=raw --part=0 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
457 test_expect_equal_file OUTPUT "${MAIL_DIR}"/multipart
458
459 test_begin_subtest "--format=raw --part=1, message body"
460 notmuch show --format=raw --part=1 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
461 test_expect_equal_file OUTPUT "${MAIL_DIR}"/multipart
462
463 test_begin_subtest "--format=raw --part=2, multipart/mixed"
464 notmuch show --format=raw --part=2 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
465 cat <<EOF >EXPECTED
466 Content-Type: multipart/mixed; boundary="=-=-="
467
468 --=-=-=
469 Content-Type: message/rfc822
470 Content-Disposition: inline
471
472 From: Carl Worth <cworth@cworth.org>
473 To: cworth@cworth.org
474 Subject: html message
475 Date: Fri, 05 Jan 2001 15:42:57 +0000
476 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu)
477 Message-ID: <87liy5ap01.fsf@yoom.home.cworth.org>
478 MIME-Version: 1.0
479 Content-Type: multipart/alternative; boundary="==-=-=="
480
481 --==-=-==
482 Content-Type: text/html
483
484 <p>This is an embedded message, with a multipart/alternative part.</p>
485
486 --==-=-==
487 Content-Type: text/plain
488
489 This is an embedded message, with a multipart/alternative part.
490
491 --==-=-==--
492
493 --=-=-=
494 Content-Disposition: attachment; filename=attachment
495
496 This is a text attachment.
497
498 --=-=-=
499
500 And this message is signed.
501
502 -Carl
503
504 --=-=-=--
505 EOF
506 test_expect_equal_file OUTPUT EXPECTED
507
508 test_begin_subtest "--format=raw --part=3, rfc822 part"
509 notmuch show --format=raw --part=3 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
510 test_expect_equal_file OUTPUT embedded_message
511
512 test_begin_subtest "--format=raw --part=4, rfc822's multipart"
513 notmuch show --format=raw --part=4 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
514 cat <<EOF >EXPECTED
515 From: Carl Worth <cworth@cworth.org>
516 To: cworth@cworth.org
517 Subject: html message
518 Date: Fri, 05 Jan 2001 15:42:57 +0000
519 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu)
520 Message-ID: <87liy5ap01.fsf@yoom.home.cworth.org>
521 MIME-Version: 1.0
522 Content-Type: multipart/alternative; boundary="==-=-=="
523
524 --==-=-==
525 Content-Type: text/html
526
527 <p>This is an embedded message, with a multipart/alternative part.</p>
528
529 --==-=-==
530 Content-Type: text/plain
531
532 This is an embedded message, with a multipart/alternative part.
533
534 --==-=-==--
535 EOF
536 test_expect_equal_file OUTPUT EXPECTED
537
538 test_begin_subtest "--format=raw --part=5, rfc822's html part"
539 notmuch show --format=raw --part=5 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
540 cat <<EOF >EXPECTED
541 <p>This is an embedded message, with a multipart/alternative part.</p>
542 EOF
543 test_expect_equal_file OUTPUT EXPECTED
544
545 test_begin_subtest "--format=raw --part=6, rfc822's text part"
546 notmuch show --format=raw --part=6 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
547 cat <<EOF >EXPECTED
548 This is an embedded message, with a multipart/alternative part.
549 EOF
550 test_expect_equal_file OUTPUT EXPECTED
551
552 test_begin_subtest "--format=raw --part=7, inline attachment"
553 notmuch show --format=raw --part=7 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
554 cat <<EOF >EXPECTED
555 This is a text attachment.
556 EOF
557 test_expect_equal_file OUTPUT EXPECTED
558
559 test_begin_subtest "--format=raw --part=8, plain text part"
560 notmuch show --format=raw --part=8 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
561 cat <<EOF >EXPECTED
562 And this message is signed.
563
564 -Carl
565 EOF
566 test_expect_equal_file OUTPUT EXPECTED
567
568 test_begin_subtest "--format=raw --part=9, pgp signature (unverified)"
569 notmuch show --format=raw --part=9 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
570 # output should *not* include newline
571 echo >>OUTPUT
572 cat <<EOF >EXPECTED
573 -----BEGIN PGP SIGNATURE-----
574 Version: GnuPG v1.4.11 (GNU/Linux)
575
576 iEYEARECAAYFAk3SA/gACgkQ6JDdNq8qSWj0sACghqVJEQJUs3yV8zbTzhgnSIcD
577 W6cAmQE4dcYrx/LPLtYLZm1jsGauE5hE
578 =zkga
579 -----END PGP SIGNATURE-----
580 EOF
581 test_expect_equal_file OUTPUT EXPECTED
582
583 test_expect_success \
584     "--format=raw --part=10, no part, expect error" \
585     "notmuch show --format=raw --part=8 'id:87liy5ap00.fsf@yoom.home.cworth.org'"
586
587 test_begin_subtest "--format=mbox"
588 notmuch show --format=mbox 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
589 printf "From cworth@cworth.org Fri Jan  5 15:43:57 2001\n" >EXPECTED
590 cat "${MAIL_DIR}"/multipart >>EXPECTED
591 # mbox output is expected to include a blank line
592 echo >>EXPECTED
593 test_expect_equal_file OUTPUT EXPECTED
594
595 test_expect_success \
596     "--format=mbox --part=1, incompatible, expect error" \
597     "! notmuch show --format=mbox --part=1 'id:87liy5ap00.fsf@yoom.home.cworth.org'"
598
599 test_begin_subtest "'notmuch reply' to a multipart message"
600 notmuch reply 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
601 cat <<EOF >EXPECTED
602 From: Notmuch Test Suite <test_suite@notmuchmail.org>
603 Subject: Re: Multipart message
604 To: Carl Worth <cworth@cworth.org>, cworth@cworth.org
605 In-Reply-To: <87liy5ap00.fsf@yoom.home.cworth.org>
606 References: <87liy5ap00.fsf@yoom.home.cworth.org>
607
608 On Fri, 05 Jan 2001 15:43:57 +0000, Carl Worth <cworth@cworth.org> wrote:
609 > From: Carl Worth <cworth@cworth.org>
610 > To: cworth@cworth.org
611 > Subject: html message
612 > Date: Fri, 05 Jan 2001 15:42:57 +0000
613 >
614 Non-text part: text/html
615 > This is an embedded message, with a multipart/alternative part.
616 > This is a text attachment.
617 > And this message is signed.
618
619 > -Carl
620 EOF
621 test_expect_equal_file OUTPUT EXPECTED
622
623 test_begin_subtest "'notmuch reply' to a multipart message with json format"
624 notmuch reply --format=json 'id:87liy5ap00.fsf@yoom.home.cworth.org' | notmuch_json_show_sanitize >OUTPUT
625 notmuch_json_show_sanitize <<EOF >EXPECTED
626 {"reply-headers": {"Subject": "Re: Multipart message",
627  "From": "Notmuch Test Suite <test_suite@notmuchmail.org>",
628  "To": "Carl Worth <cworth@cworth.org>, cworth@cworth.org",
629  "In-reply-to": "<87liy5ap00.fsf@yoom.home.cworth.org>",
630  "References": "<87liy5ap00.fsf@yoom.home.cworth.org>"},
631  "original": {"id": "XXXXX",
632  "match": false,
633  "excluded": false,
634  "filename": ["YYYYY"],
635  "timestamp": 978709437,
636  "date_relative": "2001-01-05",
637  "tags": ["attachment","inbox","signed","unread"],
638  "headers": {"Subject": "Multipart message",
639  "From": "Carl Worth <cworth@cworth.org>",
640  "To": "cworth@cworth.org",
641  "Date": "Fri, 05 Jan 2001 15:43:57 +0000"},
642  "body": [{"id": 1,
643  "content-type": "multipart/signed",
644  "content": [{"id": 2,
645  "content-type": "multipart/mixed",
646  "content": [{"id": 3,
647  "content-type": "message/rfc822",
648  "content-disposition": "inline",
649  "content": [{"headers": {"Subject": "html message",
650  "From": "Carl Worth <cworth@cworth.org>",
651  "To": "cworth@cworth.org",
652  "Date": "Fri, 05 Jan 2001 15:42:57 +0000"},
653  "body": [{"id": 4,
654  "content-type": "multipart/alternative",
655  "content": [{"id": 5,
656  "content-type": "text/html",
657  "content-length": 71},
658  {"id": 6,
659  "content-type": "text/plain",
660  "content": "This is an embedded message, with a multipart/alternative part.\n"}]}]}]},
661  {"id": 7,
662  "content-type": "text/plain",
663  "content-disposition": "attachment",
664  "filename": "attachment",
665  "content": "This is a text attachment.\n"},
666  {"id": 8,
667  "content-type": "text/plain",
668  "content": "And this message is signed.\n\n-Carl\n"}]},
669  {"id": 9,
670  "content-type": "application/pgp-signature",
671  "content-length": 197}]}]}}
672 EOF
673 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)"
674
675 test_begin_subtest "'notmuch show --part' does not corrupt a part with CRLF pair"
676 notmuch show --format=raw --part=3 id:base64-part-with-crlf > crlf.out
677 echo -n -e "\xEF\x0D\x0A" > crlf.expected
678 test_expect_equal_file crlf.out crlf.expected
679
680
681 # The ISO-8859-1 encoding of U+00BD is a single byte: octal 275
682 # (Portability note: Dollar-Single ($'...', ANSI C-style escape sequences)
683 # quoting works on bash, ksh, zsh, *BSD sh but not on dash, ash nor busybox sh)
684 readonly u_00bd_latin1=$'\275'
685
686 # The Unicode fraction symbol 1/2 is U+00BD and is encoded
687 # in UTF-8 as two bytes: octal 302 275
688 readonly u_00bd_utf8=$'\302\275'
689
690 cat <<EOF > ${MAIL_DIR}/include-html
691 From: A <a@example.com>
692 To: B <b@example.com>
693 Subject: html message
694 Date: Sat, 01 January 2000 00:00:00 +0000
695 Message-ID: <htmlmessage>
696 MIME-Version: 1.0
697 Content-Type: multipart/alternative; boundary="==-=="
698
699 --==-==
700 Content-Type: text/html; charset=UTF-8
701
702 <p>0.5 equals ${u_00bd_utf8}</p>
703
704 --==-==
705 Content-Type: text/html; charset=ISO-8859-1
706
707 <p>0.5 equals ${u_00bd_latin1}</p>
708
709 --==-==
710 Content-Type: text/plain; charset=UTF-8
711
712 0.5 equals ${u_00bd_utf8}
713
714 --==-==--
715 EOF
716
717 notmuch new > /dev/null
718
719 cat_expected_head ()
720 {
721         cat <<EOF
722 [[[{"id": "htmlmessage", "match":true, "excluded": false, "date_relative":"2000-01-01",
723    "timestamp": 946684800,
724    "filename": ["${MAIL_DIR}/include-html"],
725    "tags": ["inbox", "unread"],
726    "headers": { "Date": "Sat, 01 Jan 2000 00:00:00 +0000", "From": "A <a@example.com>",
727                 "Subject": "html message", "To": "B <b@example.com>"},
728    "body": [{
729      "content-type": "multipart/alternative", "id": 1,
730 EOF
731 }
732
733 cat_expected_head > EXPECTED.nohtml
734 cat <<EOF >> EXPECTED.nohtml
735 "content": [
736   { "id": 2, "content-charset": "UTF-8", "content-length": 21, "content-type": "text/html"},
737   { "id": 3, "content-charset": "ISO-8859-1", "content-length": 20, "content-type": "text/html"},
738   { "id": 4, "content-type": "text/plain", "content": "0.5 equals \\u00bd\\n"}
739 ]}]},[]]]]
740 EOF
741
742 # Both the UTF-8 and ISO-8859-1 part should have U+00BD
743 cat_expected_head > EXPECTED.withhtml
744 cat <<EOF >> EXPECTED.withhtml
745 "content": [
746   { "id": 2, "content-type": "text/html", "content": "<p>0.5 equals \\u00bd</p>\\n"},
747   { "id": 3, "content-type": "text/html", "content": "<p>0.5 equals \\u00bd</p>\\n"},
748   { "id": 4, "content-type": "text/plain", "content": "0.5 equals \\u00bd\\n"}
749 ]}]},[]]]]
750 EOF
751
752 test_begin_subtest "html parts excluded by default"
753 notmuch show --format=json id:htmlmessage > OUTPUT
754 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED.nohtml)"
755
756 test_begin_subtest "html parts included"
757 notmuch show --format=json --include-html id:htmlmessage > OUTPUT
758 test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED.withhtml)"
759
760 test_begin_subtest "indexes mime-type #1"
761 output=$(notmuch search mimetype:application/unique_identifier | notmuch_search_sanitize)
762 test_expect_equal "$output" "thread:XXX   2014-01-12 [1/1] Todd; odd content types (inbox unread)"
763
764 test_begin_subtest "indexes mime-type #2"
765 output=$(notmuch search mimetype:text/some_other_identifier | notmuch_search_sanitize)
766 test_expect_equal "$output" "thread:XXX   2014-01-12 [1/1] Todd; odd content types (inbox unread)"
767
768 test_begin_subtest "indexes mime-type #3"
769 output=$(notmuch search from:todd and mimetype:multipart/alternative | notmuch_search_sanitize)
770 test_expect_equal "$output" "thread:XXX   2014-01-12 [1/1] Todd; odd content types (inbox unread)"
771
772 test_begin_subtest "case of Content-Disposition doesn't matter for indexing"
773 cat <<EOF > ${MAIL_DIR}/content-disposition
774 Return-path: <david@tethera.net>
775 Envelope-to: david@tethera.net
776 Delivery-date: Sun, 04 Oct 2015 09:16:03 -0300
777 Received: from gitolite.debian.net ([87.98.215.224])
778         by yantan.tethera.net with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128)
779         (Exim 4.80)
780         (envelope-from <david@tethera.net>)
781         id 1ZiiCx-0007iz-RK
782         for david@tethera.net; Sun, 04 Oct 2015 09:16:03 -0300
783 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)
784         (envelope-from <david@tethera.net>)
785         id 1ZiiC8-0002Rz-Uf; Sun, 04 Oct 2015 12:15:12 +0000
786 Received: (nullmailer pid 28621 invoked by uid 1000); Sun, 04 Oct 2015
787  12:14:53 -0000
788 From: David Bremner <david@tethera.net>
789 To: David Bremner <david@tethera.net>
790 Subject: test attachment
791 User-Agent: Notmuch/0.20.2+93~g33c8777 (http://notmuchmail.org) Emacs/24.5.1
792  (x86_64-pc-linux-gnu)
793 Date: Sun, 04 Oct 2015 09:14:53 -0300
794 Message-ID: <87io6m96f6.fsf@zancas.localnet>
795 MIME-Version: 1.0
796 Content-Type: multipart/mixed; boundary="=-=-="
797
798 --=-=-=
799 Content-Type: text/plain
800 Content-Disposition: ATTACHMENT; filename=hello.txt
801 Content-Description: this is a very exciting file
802
803 hello
804
805 --=-=-=
806 Content-Type: text/plain
807
808
809 world
810
811 --=-=-=--
812
813 EOF
814 NOTMUCH_NEW
815
816 cat <<EOF > EXPECTED
817 attachment
818 inbox
819 unread
820 EOF
821
822 notmuch search --output=tags id:87io6m96f6.fsf@zancas.localnet > OUTPUT
823 test_expect_equal_file EXPECTED OUTPUT
824 test_done