mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Properly handle RFC2822 line continuations; resolves #4.
This commit is contained in:
parent
e6f9e6b94b
commit
8a34ac211c
3 changed files with 46 additions and 1 deletions
15
django_mailbox/tests/message_with_long_text_lines.eml
Normal file
15
django_mailbox/tests/message_with_long_text_lines.eml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Return-path: <who@somewhere.net>
|
||||
Delivery-date: Sat, 01 Jun 2013 00:30:16 +0000
|
||||
Content-Type: text/plain; charset=us-ascii
|
||||
Content-Transfer-Encoding: quoted-printable
|
||||
Subject: Flat tire
|
||||
From: Somebody <somebody@somewhere.com>
|
||||
Message-Id: <8E4EA9F3-4F4D-45D5-94F8-D3B91B68ABC8@somewhere.net>
|
||||
Date: Fri, 31 May 2013 16:39:45 -0700
|
||||
To: something@somewhere.net
|
||||
Mime-Version: 1.0 (1.0)
|
||||
X-Mailer: iPhone Mail (10B329)
|
||||
|
||||
The one of us with a bike pump is far ahead, but a man stopped to help us an=
|
||||
d gave us his pump.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue