1
0
Fork 0
django-mailbox/django_mailbox
Adam Coddington 02567acdc2 Minor alterations to @yellowcap's pull request submission:
* Using a query parameter argument (rather than the entire query string)
  to specify the folder into which e-mail messages should be archived.
* Duplicating the IMAP tests; this could probably be a bit more simply
  done, but we'll at least be verifying both archived and non-archived
  use cases.
* Simplifying some aspects of the documentation to include references
  to this new feature.
2014-05-25 12:35:20 -07:00
..
management Fixing bad migration; keeping migration for rebuilding associations as a management command. 2013-06-11 22:23:27 -07:00
migrations fix migration 0014, set no_dry_run=True 2013-11-25 21:13:32 +01:00
tests Minor alterations to @yellowcap's pull request submission: 2014-05-25 12:35:20 -07:00
transports Added email archiving option to IMAP transport 2014-05-23 09:17:14 +01:00
__init__.py Initial commit. 2012-06-27 20:45:01 -07:00
admin.py Always decode headers into unicode objects before assigning to model; fixes #12. 2014-04-22 15:49:49 -07:00
models.py Minor alterations to @yellowcap's pull request submission: 2014-05-25 12:35:20 -07:00
runtests.py Reorganizing tests. 2013-07-25 23:45:39 -07:00
signals.py Initial commit. 2012-06-27 20:45:01 -07:00
utils.py Fixing header decoding such that it works properly under both Python 3.x and 2.x. 2014-04-22 17:06:17 -07:00