* django_mailbox.models.Mailbox.get_new_mail become generator * Added to django_mailbox.models.Message.mailbox in-memory caches of result * Added to command processincomingmessage argument to pass mailbox name * Improved tests, especially different Django & Python version
4.6.1
-----
* Add Django 2.0 support
- Add on_delete=models.CASCADE in models & migrations - Add Django 2.0 to tests matrices
4.4
---
* Adds Django 1.8 support.
4.3
---
* Adds functionality for allowing one to store the message body on-disk instead of in the database.