mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
message copy in database. Bumping version number to 2.1 * Walks through incoming message, write attachments to disk as they are found, and alters message body removing actual attachment body, and adding header 'X-Django-Mailbox-Interpolate-Attachment' referencing the ID of the stored attachment. * When calling ``get_email_object``, will walk through stored message, and 're-hydrate' the message by finding said headers, searching for the appropriate record in the MessageAttachments table, and rebuild the message object as closely as possible. Minor fixes: * Properly collect text/plain content from any part of the message; previously would only check the message's first level of payloads, now walks through all payloads, building a string of all text/plain content. * Remove use of deprecated `assertEquals` message. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| generic_message.eml | ||
| message_with_attachment.eml | ||
| message_with_defective_attachment_association.eml | ||
| message_with_defective_attachment_association_result.eml | ||
| message_with_long_text_lines.eml | ||
| message_with_many_multiparts.eml | ||
| message_with_many_multiparts_stripped_html.eml | ||
| multipart_text.eml | ||