proton-bridge/pkg/message/testdata
Jakub 63e272e270 feat(GODT-3193): preserve attachment encoding. 2024-03-01 15:25:37 +00:00
..
enc-body-structure.eml Other: add (failing) bodystructure test 2021-06-01 11:01:14 +00:00
ics_attachment.eml GODT-1804: Add parsing ics attachment test. 2022-11-30 12:32:05 +01:00
long_header_line.eml Fix parsing messages with long lines in header and long header split to multiple lines 2021-01-06 13:52:38 +01:00
long_header_line_multiline.eml Fix parsing messages with long lines in header and long header split to multiple lines 2021-01-06 13:52:38 +01:00
multipart_alternative.eml refactor: don't reconstruct mimeBody 2020-09-11 11:41:02 +02:00
multipart_alternative_latin1.eml Parsing non-utf8 multipart/alternative message 2020-09-24 13:17:38 +02:00
multipart_alternative_nested.eml feat: better handling of multipart messages 2020-09-11 11:41:02 +02:00
multipart_alternative_related_inline_image.eml feat: pull out most things as attachments 2020-09-11 11:41:02 +02:00
multipart_attachment_encoded_no_quote.eml fix(GODT-2966): Allow permissive parsing of MediaType parameters for import. 2023-10-09 15:14:51 +00:00
multiple_text_parts.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
non-encoded-content-transfer-encoding.eml feat(GODT-906): support rfc2047-encoded content transfer encodings 2020-12-07 13:03:49 +01:00
pgp-mime-body-html.eml GODT-213: Message Builder 2021-04-15 09:51:08 +00:00
pgp-mime-body-plaintext-latin2.eml GODT-1193: don't use message.Read; permit non-UTF-8 charsets 2021-06-11 06:43:21 +00:00
pgp-mime-body-plaintext.eml GODT-213: Message Builder 2021-04-15 09:51:08 +00:00
pgp-mime-body-signed-embedded-message-rfc822-with-pubkey.eml feat(GODT-2496): Bump gopenPGP to 2.7.1-proton. 2023-04-26 08:47:47 +00:00
pgp-mime-body-signed-html-with-pubkey.eml feat(GODT-2496): Bump gopenPGP to 2.7.1-proton. 2023-04-26 08:47:47 +00:00
pgp-mime-body-signed-html.eml GODT-213: Message Builder 2021-04-15 09:51:08 +00:00
pgp-mime-body-signed-multipart-alternative-with-pubkey.eml feat(GODT-2496): Bump gopenPGP to 2.7.1-proton. 2023-04-26 08:47:47 +00:00
pgp-mime-body-signed-plaintext-with-pubkey.eml feat(GODT-2496): Bump gopenPGP to 2.7.1-proton. 2023-04-26 08:47:47 +00:00
pgp-mime-body-signed-plaintext.eml GODT-213: Message Builder 2021-04-15 09:51:08 +00:00
plaintext-invalid-header.eml GODT-1263: Fix crash on invalid or empty header 2021-08-27 13:39:34 +00:00
plaintext-missing-header.eml GODT-1263: Fix crash on invalid or empty header 2021-08-27 13:39:34 +00:00
references-comma.eml GODT-2142: Also permit split by comma in References header 2022-11-22 19:08:03 +01:00
references.eml GODT-1650: Send extras 2022-11-16 12:26:09 +01:00
reply-to_no_references.eml GODT-1556: Add unit test for in-reply-to header without references. 2022-12-01 08:27:10 +01:00
rfc2047-content-transfer-encoding-bad.eml feat(GODT-906): support rfc2047-encoded content transfer encodings 2020-12-07 13:03:49 +01:00
rfc2047-content-transfer-encoding.eml feat(GODT-906): support rfc2047-encoded content transfer encodings 2020-12-07 13:03:49 +01:00
text_html.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_html_7bit.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_html_embedded_foreign_encoding.eml refactor: don't reconstruct mimeBody 2020-09-11 11:41:02 +02:00
text_html_image_inline.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_html_image_inline_no_disposition.eml fix(GODT-3176): assume inline if content id is present. 2024-01-18 16:45:08 +00:00
text_html_octet_attachment.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_html_plain_attachment.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_html_trailing_end_of_mail.eml fix(GODT-770): handle extraneous end-of-mail 2020-10-01 16:16:15 +02:00
text_plain.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_plain_7bit.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_plain_bad_sender.eml feat: migrate to gopenpgp v2 2020-06-16 07:34:46 +00:00
text_plain_bad_subject.eml feat: migrate to gopenpgp v2 2020-06-16 07:34:46 +00:00
text_plain_base64.eml GODT-1193: Don't doubly encode parts 2021-06-17 07:04:43 +02:00
text_plain_docx_attachment_cyrillic.eml fix(GODT-2464): Filter attachment name from content-type parameter to not send it twice to the API. 2023-05-02 07:13:21 +00:00
text_plain_duplicate_charset.eml fix: duplicate charset param 2020-09-24 14:26:45 +02:00
text_plain_empty_addresses.eml Parsing message with empty address as '<>' 2020-09-24 15:37:21 +02:00
text_plain_image_inline.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_plain_image_inline2.eml fix(GODT-2887): Inline images with Apple Mail 2023-11-02 14:18:28 +00:00
text_plain_image_inline_attachment_first.eml fix(GODT-2887): Inline images with Apple Mail 2023-11-02 14:18:28 +00:00
text_plain_image_inline_between_attachment.eml fix(GODT-2887): Inline images with Apple Mail 2023-11-02 14:18:28 +00:00
text_plain_latin1.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_plain_latin2_subject.eml fix: unhandled charset in header 2020-09-11 11:41:03 +02:00
text_plain_octet_attachment.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_plain_octet_attachment_bad_2231_filename.eml test: add tests for parsing mime message with bad 2231 filename 2020-07-03 09:19:18 +02:00
text_plain_octet_attachment_good_2231_filename.eml test: add tests for parsing mime message with bad 2231 filename 2020-07-03 09:19:18 +02:00
text_plain_octet_attachment_name_conflict.eml GODT-1141 Use attachment name from content type if not specified in content disposition 2021-04-23 07:18:41 +00:00
text_plain_octet_attachment_name_in_contenttype.eml GODT-1141 Use attachment name from content type if not specified in content disposition 2021-04-23 07:18:41 +00:00
text_plain_pdf_attachment_cyrillic.eml fix(GODT-2464): Filter attachment name from content-type parameter to not send it twice to the API. 2023-05-02 07:13:21 +00:00
text_plain_plain_attachment.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_plain_plain_attachment_latin1.eml feat: migrate to gopenpgp v2 2020-06-16 07:34:46 +00:00
text_plain_plain_attachment_latin2.eml feat: migrate to gopenpgp v2 2020-06-16 07:34:46 +00:00
text_plain_rfc822_attachment.eml GODT-1234 Set attachment name 'message.eml' for `message/rfc822` attachments. 2021-07-19 14:40:55 +02:00
text_plain_unknown_latin1.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_plain_unknown_latin2.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_plain_utf8.eml test: add message.Parse tests 2020-05-29 12:21:48 +00:00
text_plain_utf8_reply_to_and_x_forward.eml fix(GODT-2576): Correctly handle Forwarded messages from Thunderbird 2023-11-16 16:17:54 +01:00
text_plain_utf8_subject.eml fix: unhandled charset in header 2020-09-11 11:41:03 +02:00
text_plain_xml_attachment_cp1250.eml feat(GODT-3193): preserve attachment encoding. 2024-03-01 15:25:37 +00:00
wrong_base64.eml Cache body structure in order to reduce network traffic 2021-01-22 10:54:36 +01:00