mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
* Since Django requires that the content stored in a TextField be unicode, we need some way to encode the message safely. In situations before where a single-byte non-7-bit-clean encoding were used, django-mailbox could explode when writing the message copy to the database; this should ameliorate that problem. * Reverts earlier changesets' encoding normalization. |
||
|---|---|---|
| .. | ||
| generic_message.eml | ||
| message_with_attachment.eml | ||
| message_with_defective_attachment_association.eml | ||
| message_with_defective_attachment_association_result.eml | ||
| message_with_image_jpg_mimetype.eml | ||
| message_with_invalid_content_for_declared_encoding.eml | ||
| message_with_long_text_lines.eml | ||
| message_with_many_multiparts.eml | ||
| message_with_many_multiparts_stripped_html.eml | ||
| message_with_single_byte_encoding.eml | ||
| message_with_utf8_char.eml | ||
| multipart_text.eml | ||