1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
django-mailbox/django_mailbox/migrations
Adam Coddington 5f289289ce Major refactor of message attachment handling; no longer stores verbatim
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.
2013-06-23 20:27:50 -07:00
..
0001_initial.py Initial commit. 2012-06-27 20:45:01 -07:00
0002_auto__chg_field_mailbox_uri.py Adding migration for handling incoming messages; adding exim4 scripts for routing messages to django_messages. 2012-10-08 15:24:42 +00:00
0003_auto__add_field_mailbox_active.py Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 2012-10-09 05:52:04 +00:00
0004_auto__add_field_message_outgoing.py Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 2012-10-09 05:52:04 +00:00
0005_rename_fields.py Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 2012-10-09 05:52:04 +00:00
0006_auto__add_field_message_in_reply_to.py Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 2012-10-09 05:52:04 +00:00
0007_auto__del_field_message_address__add_field_message_from_header__add_fi.py Adding migrations supporting new model design. 2012-10-27 18:09:23 -07:00
0008_populate_from_to_fields.py Adding migrations supporting new model design. 2012-10-27 18:09:23 -07:00
0009_remove_references_table.py Removing 'References' table; default django mail sending methods do not allow multi-line headers (which are required for setting references). 2012-10-28 12:03:31 -07:00
0010_auto__add_field_mailbox_from_email.py Allow specification of from e-mail on mailbox model. 2012-10-28 12:25:37 -07:00
0011_auto__add_field_message_read.py Adding unread/read flagging for individual messages. 2012-11-27 19:01:49 -08:00
0012_auto__add_messageattachment.py Add south migration for message attachment model 2013-01-15 12:28:32 +00:00
0013_auto__add_field_messageattachment_message.py Fixing bad migration; keeping migration for rebuilding associations as a management command. 2013-06-11 22:23:27 -07:00
0014_migrate_message_attachments.py Fixing bad migration; keeping migration for rebuilding associations as a management command. 2013-06-11 22:23:27 -07:00
0015_auto__add_field_messageattachment_headers.py Major refactor of message attachment handling; no longer stores verbatim 2013-06-23 20:27:50 -07:00
__init__.py Initial commit. 2012-06-27 20:45:01 -07:00