forked from mirror/django-mailbox
Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration.
--HG-- rename : django_mailbox/tests/generic_message.eml => django_mailbox/tests/messages/generic_message.eml rename : django_mailbox/tests/message_with_attachment.eml => django_mailbox/tests/messages/message_with_attachment.eml rename : django_mailbox/tests/message_with_defective_attachment_association.eml => django_mailbox/tests/messages/message_with_defective_attachment_association.eml rename : django_mailbox/tests/message_with_defective_attachment_association_result.eml => django_mailbox/tests/messages/message_with_defective_attachment_association_result.eml rename : django_mailbox/tests/message_with_image_jpg_mimetype.eml => django_mailbox/tests/messages/message_with_image_jpg_mimetype.eml rename : django_mailbox/tests/message_with_long_text_lines.eml => django_mailbox/tests/messages/message_with_long_text_lines.eml rename : django_mailbox/tests/message_with_many_multiparts.eml => django_mailbox/tests/messages/message_with_many_multiparts.eml rename : django_mailbox/tests/message_with_many_multiparts_stripped_html.eml => django_mailbox/tests/messages/message_with_many_multiparts_stripped_html.eml rename : django_mailbox/tests/message_with_utf8_char.eml => django_mailbox/tests/messages/message_with_utf8_char.eml rename : django_mailbox/tests/multipart_text.eml => django_mailbox/tests/messages/multipart_text.eml
This commit is contained in:
parent
98745bcd70
commit
3ee4b43936
14 changed files with 45 additions and 9 deletions
28
django_mailbox/tests/messages/multipart_text.eml
Normal file
28
django_mailbox/tests/messages/multipart_text.eml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Return-path: <test@adamcoddington.net>
|
||||
Delivery-date: Thu, 17 Jan 2013 19:26:25 +0000
|
||||
Received: by mail-vc0-f174.google.com with SMTP id n11so944457vch.33
|
||||
for <ya@dumayju.net>; Thu, 17 Jan 2013 11:26:20 -0800 (PST)
|
||||
X-Received: by 10.220.226.68 with SMTP id iv4mr332182vcb.31.1358450780039;
|
||||
Thu, 17 Jan 2013 11:26:20 -0800 (PST)
|
||||
MIME-Version: 1.0
|
||||
Received: by 10.221.0.211 with HTTP; Thu, 17 Jan 2013 11:25:59 -0800 (PST)
|
||||
X-Originating-IP: [67.131.102.78]
|
||||
From: Adam Coddington <test@adamcoddington.net>
|
||||
Date: Thu, 17 Jan 2013 11:25:59 -0800
|
||||
Message-ID: <CAMdmm+hK=swkM_SJ3EfoAO-AAE1Rr8Nyd5-OU3BHG6_1u5AdUw@mail.gmail.com>
|
||||
Subject: Test Multipart Text E-mail
|
||||
To: test@latestrevision.net
|
||||
Content-Type: multipart/alternative; boundary=14dae9cdc8cb30695204d380f8a2
|
||||
X-Gm-Message-State: ALoCoQm0/CGO1NxYZBBXjGN7748Ohv5P068bWQiELfbo+g19i80yvx1xi0th+N28ElGN1oS06SuR
|
||||
|
||||
--14dae9cdc8cb30695204d380f8a2
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
|
||||
Hello there!
|
||||
|
||||
--14dae9cdc8cb30695204d380f8a2
|
||||
Content-Type: text/html; charset=UTF-8
|
||||
|
||||
<div dir="ltr">Hello there!</div>
|
||||
|
||||
--14dae9cdc8cb30695204d380f8a2--
|
||||
Loading…
Add table
Add a link
Reference in a new issue