mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48: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. |
||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_auto__chg_field_mailbox_uri.py | ||
| 0003_auto__add_field_mailbox_active.py | ||
| 0004_auto__add_field_message_outgoing.py | ||
| 0005_rename_fields.py | ||
| 0006_auto__add_field_message_in_reply_to.py | ||
| 0007_auto__del_field_message_address__add_field_message_from_header__add_fi.py | ||
| 0008_populate_from_to_fields.py | ||
| 0009_remove_references_table.py | ||
| 0010_auto__add_field_mailbox_from_email.py | ||
| 0011_auto__add_field_message_read.py | ||
| 0012_auto__add_messageattachment.py | ||
| 0013_auto__add_field_messageattachment_message.py | ||
| 0014_migrate_message_attachments.py | ||
| 0015_auto__add_field_messageattachment_headers.py | ||
| __init__.py | ||