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
Adam Dobrawy
f32c0dd245
Fix parse UTF-8 filename - close #104
2016-06-30 15:43:08 +02:00
Adam Coddington
e364369643
Bump version: 4.5.2 → 4.5.3
2016-06-20 21:18:07 -07:00
Adam Coddington
f524031965
[ #100 ] Do not insert unix 'From' header in saved messages.
2016-06-20 21:16:23 -07:00
Adam Coddington
9048ee4d34
Bump version: 4.5.1 → 4.5.2
2016-06-01 12:58:08 -07:00
Adam Coddington
6f9c4a1166
[ #99 ] Fixes a bug that would prevent upload-to path being srtptime'd.
2016-06-01 12:57:48 -07:00
Steeve Chailloux
456233e16b
[migration] add missing migration from b4a3cdc
2016-05-24 00:55:21 +02:00
Adam Coddington
a4bf5b6a99
Bump version: 4.5.0 → 4.5.1
2016-05-18 13:01:13 -07:00
Adam Coddington
d75d838e26
[ #97 ] Do not attempt to convert filename top unicode if no filename was available.
2016-05-18 12:57:56 -07:00
Adam Coddington
b378e6dcb9
Bump version: 4.4.9 → 4.5.0
2016-05-15 12:09:26 -07:00
Steeve
7198404efd
python3 support for rfc822.parseaddr ( #95 )
2016-05-15 12:08:27 -07:00
Steeve
8a73076427
add imaps STARTTLS support ( #94 )
...
* add imaps STARTTLS support using +tls
* documentation on STARTTLS
2016-05-15 12:05:11 -07:00
Adam Coddington
0f990a44d5
Updating bumpversion.cfg.
2016-05-14 23:51:44 -07:00
Adam Coddington
6510dd2edb
Release 4.4.9; fixes handling of encoded filenames.
2016-05-14 23:50:17 -07:00
Adam Coddington
5b1ed1c66f
Properly decode encoded filename headers. Fixes #96 .
2016-05-14 23:37:49 -07:00
Adam Coddington
d56e3846e8
Updating tox settings.
2016-05-14 23:32:12 -07:00
Adam Coddington
1c29cefa08
[ #96 ] Fixing handling for unicode filename retrieval on python 2.
2016-05-14 23:31:55 -07:00
Adam Coddington
a9b7f2d171
Adding tox.ini for local testing.
2016-05-14 22:42:55 -07:00
Adam Coddington
a00f837150
Return unicode-converted filename only if a response was returned.
2016-05-14 22:29:23 -07:00
Adam Coddington
5134b38060
[ #96 ] Adding example email having a koi8r-encoded filename.
2016-05-14 22:26:58 -07:00
Adam Coddington
1c1b3ce7db
Fix travis test runner for django-mailbox.
2016-05-14 22:21:39 -07:00
Adam Coddington
276917c6e6
[ #96 ] Decode attachment filenames into unicodes.
2016-05-14 22:19:03 -07:00
Adam Coddington
b4a3cdc843
Switch from nose to py.test.
2016-05-14 22:06:32 -07:00
Adam Coddington
71fcaa2ede
Bump version: 4.4.7 → 4.4.8
2016-04-04 12:29:19 -07:00
antcorro
3c33a22c3e
Fix for #82 ; Improper handling of badly-encoded documents.
...
* fix logging warning message
* decode as ascii on Decode error
* Add test case for #88 #82
* add test case bis for #88 #82
2016-04-04 12:28:11 -07:00
Adam Coddington
512c44bca6
Bump version: 4.4.6 → 4.4.7
2016-03-22 17:59:57 -07:00
Adam Coddington
56bb7f61f7
Merge pull request #87 from justinsg/issue_85a
...
Fixed encoding error when saving messages to file (fixes #85 )
2016-03-22 17:59:43 -07:00
Justin Standring
7fdfa4bb0f
Fixed encoding error when saving messages to file ( fixes #85 )
2016-03-17 09:44:08 +13:00
Adam Coddington
7bb816b9ce
Bump version: 4.4.5 → 4.4.6
2016-02-15 19:22:39 -08:00
Adam Coddington
19cc19e2d6
Bumping maxlines to 10^6 to support large mailboxes. Fixes #81 .
2016-02-15 19:22:26 -08:00
Adam Coddington
9538996dea
Fixes build failures on Python 3.x.
...
Squashed commit of the following:
commit f3a782d0b0
Author: Adam Coddington <me@adamcoddington.net>
Date: Sat Jan 30 22:32:51 2016 -0800
Django 1.7 does not support Python 3.5.
commit c100ccf867
Author: Adam Coddington <me@adamcoddington.net>
Date: Sat Jan 30 22:28:09 2016 -0800
Ensure that message_id is always stripped.
commit ee5a023da1
Author: Adam Coddington <me@adamcoddington.net>
Date: Sat Jan 30 22:24:27 2016 -0800
Modern python versions do not have --use-mirrors.
commit 54aa74d984
Author: Adam Coddington <me@adamcoddington.net>
Date: Sat Jan 30 22:19:59 2016 -0800
Turn off sudo mode for django-mailbox.
2016-01-30 22:35:20 -08:00
Adam Coddington
22f1d05464
Adding bumpversion.
2016-01-28 22:12:10 -08:00
Adam Coddington
5bceda86e7
Merge pull request #78 from jonashaag/patch-1
...
Cleanup .travis.yml
2016-01-19 07:14:04 -08:00
Jonas Haag
4dbab717c2
Cleanup .travis.yml
...
- Don't hardcode Django minor versions
- Add Python 3.5
- Add Django 1.9
2016-01-19 16:12:32 +01:00
Adam Coddington
9764800a19
Release 4.4.5; fixes for ugettext such that translation changes do not incurr migration warnings.
2015-11-29 20:34:56 -08:00