1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
Commit graph

441 commits

Author SHA1 Message Date
Adam Coddington
dfad0f8f9c Bump version: 4.6.0 → 4.7.0 2018-01-15 21:45:37 -08:00
Adam Dobrawy
04a0b20b5f
Merge pull request #166 from kojiGit55/fix-typo-readme
fix typo. recieve => receive
2018-01-13 14:34:15 +01:00
Koji Nakashima
c4775e923e fix typo. recieve => receive 2018-01-13 22:24:57 +09:00
Denis
7252295601 Django 2.0 Preps - on_delete=models.CASCADE in models & migrations (#153)
* Update models.py for django 2.0

on_delete=models.CASCADE on all relationships

* on_delete=models.CASCADE in 0001_initial.py

Django 2.0 preps
2017-12-05 07:53:18 -08:00
Adam Dobrawy
08512ac316
Update index.rst 2017-11-03 14:47:59 +01:00
Adam Coddington
0374cbd4cd Bump version: 4.5.4 → 4.6.0 2017-10-15 14:23:50 -07:00
Adam Dobrawy
9f8d653ada Add python_2_unicode_compatible in models 2017-07-11 08:17:17 +02:00
Adam Dobrawy
0471f6f4a2 Fix DJANGO_SETTINGS_MODULE in manage.py 2017-07-09 23:14:46 +02:00
Adam Dobrawy
5905114fd7 Use manage.py in tests in TravisCI 2017-07-09 23:04:23 +02:00
Adam Dobrawy
7f477585fa Update manage.py to Python3 compatibility 2017-07-09 22:59:41 +02:00
Adam Dobrawy
48393250f7 Fix test in tox 2017-07-09 21:47:05 +02:00
Adam Dobrawy
62b8f75bb2 Merge branch 'compression-eml' 2017-07-09 21:42:38 +02:00
Adam Dobrawy
0001a077fb Drop print in test 2017-07-09 21:38:11 +02:00
Adam Dobrawy
d2214fb121 Merge branch 'compression-eml' into real-master2 2017-07-09 21:14:51 +02:00
Adam Dobrawy
cedef9d81c Fix PY3 compatibility of compression 2017-07-09 20:47:48 +02:00
Adam Dobrawy
aa9f230558 Add support to compression of original messages 2017-07-09 20:38:29 +02:00
Adam Dobrawy
d93f426401 Add support to args in tests 2017-07-09 20:35:12 +02:00
Adam Dobrawy
a80bfbaea0 Drop support of outdated Django version 2017-07-09 19:32:32 +02:00
Adam Dobrawy
e21cd01560 Use django build-in test runner 2017-07-09 19:21:48 +02:00
Adam Dobrawy
ecec57a78c Merge pull request #144 from ivlevdenis/master
Add Russian translation
2017-07-09 17:17:27 +02:00
Ivlev Denis
00c21dd878 Fix Russian translation 2017-07-09 18:04:22 +03:00
Ivlev Denis
4ccb0bb702 Add Russian translation 2017-07-09 13:38:08 +03:00
Ivlev Denis
16a5d34233 Add locale files to package 2017-07-09 13:35:26 +03:00
Ivlev Denis
29fa6faad5 Add verbose_name for models 2017-07-09 13:34:50 +03:00
Ivlev Denis
e2ba20d629 Add translation for action short descriptions 2017-07-09 13:33:56 +03:00
Ivlev Denis
147c05d74a Add application config 2017-07-09 13:32:32 +03:00
Adam Dobrawy
74cba103dd Merge pull request #142 from ivlevdenis/master
Add python3.6 & django1.11+ to tests
2017-07-08 14:15:20 +02:00
Adam Dobrawy
fc9a1aaa11 Update django and python version in classifiers 2017-07-08 14:15:13 +02:00
Ivlev Denis
8f63751f13 Add python3.6 & django1.11+ to tests 2017-07-08 15:01:55 +03:00
Adam Dobrawy
21036d73c4 Add missing classifiers in setup.py 2017-06-22 02:52:58 +02:00
Adam Dobrawy
89b2d3a105 Merge pull request #137 from sumpfralle/master
Fix handling of missing 'content-transfer-encoding' header
2017-05-10 14:19:28 +02:00
Adam Dobrawy
07d2fdda51 Merge pull request #138 from sumpfralle/flake8
Add flake8 style checks
2017-05-10 14:17:35 +02:00
Lars Kruse
9df9f0aee1 Run 'flake8' tests via tox 2017-05-10 00:07:05 +02:00
Lars Kruse
234ed00909 Add flake8 style check 2017-05-09 23:59:42 +02:00
Lars Kruse
e4a8a05f3d Fix handling of missing 'content-transfer-encoding' header
Closes: #136

Python's email module raises a KeyError if the header
'content-transfer-encoding' is missing:
  https://bugs.python.org/issue27321
2017-05-09 23:28:19 +02:00
Adam Dobrawy
ce6ce6b5dd Flush repository after consume email - close #128 2016-12-26 01:12:14 +01:00
anweshadas
da29259d9f Adds license information to the setup function (#115)
As suggested in https://packaging.python.org/distributing/#license
2016-08-20 20:00:36 -07:00
Adam Dobrawy
44984705d5 Update django for rtd 2016-08-16 21:50:15 +02:00
Adam Dobrawy
bdcf8edd43 Merge pull request #113 from ad-m/doc-field
Auto-add model fields as param in docs
2016-08-16 21:45:42 +02:00
Adam Dobrawy
4ded1e16dd Auto-add model fields as param in docs 2016-08-16 07:47:18 +02:00
Adam Dobrawy
0e9f226b35 Merge pull request #112 from ad-m/add-last-polling
Add last success polling - see #111
2016-08-16 07:26:57 +02:00
Adam Dobrawy
251b12161c Fix grammar of Mailbox.last_polling.help_text 2016-08-16 07:18:51 +02:00
Adam Dobrawy
fc05ee6505 Fix backward compatibility to django<1.5 in Mailbox.get_new_mail 2016-08-16 01:10:55 +02:00
Adam Dobrawy
ef88900787 Add last_polling to MailboxAdmin 2016-08-16 01:01:25 +02:00
Adam Dobrawy
e8bcd56727 Add tests to update Mailbox.last_polling 2016-08-16 01:00:52 +02:00
Adam Dobrawy
086bcd3acd Add Mailbox.last_polling model field 2016-08-16 01:00:26 +02:00
Adam Dobrawy
8ce9a530f0 Add tox and tox-cache to gitignore (#105) 2016-08-03 10:11:33 -07:00
Adam Dobrawy
e610f93341 Add test for message with long content (#109) 2016-08-03 10:11:20 -07:00
Adam Dobrawy
5ddfa79bc7 Drop py16,py33, add dj10 to tests (#108) 2016-08-03 09:58:38 -07:00
Adam Coddington
3fe3ce05ca Bump version: 4.5.3 → 4.5.4 2016-07-28 17:50:10 -07:00