Jonas Haag
bb1f1b2683
More debugging
2016-01-19 17:49:04 +01:00
Jonas Haag
77b05ca228
Debug test_message_reply test failure
2016-01-19 17:38:29 +01:00
Jonas Haag
3f68043a65
This should also be supported
2016-01-19 16:40:07 +01:00
Jonas Haag
36a5f25c32
Silence pip warning
2016-01-19 16:29:23 +01: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
Adam Coddington
fd61a96734
Merge pull request #74 from ad-m/patch-4
...
Use ugettext_lazy instead ugettext in models.py
2015-11-28 17:49:09 -08:00
Adam Dobrawy
51edeca7dc
Use ugettext_lazy instead ugettext in models.py
2015-11-27 01:50:01 +01:00
Adam Coddington
63adb5802f
Merge pull request #70 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to readme.rst
2015-10-28 19:48:07 -07:00
The Gitter Badger
dc41634bdc
Add Gitter badge
2015-10-23 23:10:50 +00:00
Adam Coddington
6cb5105b70
Disable specific test for Python 3.x.
2015-08-30 20:30:05 -07:00
Adam Coddington
c6ef5058e8
Merge pull request #67 from ad-m/patch-3
...
Fix typo in docs list near DJANGO_MAILBOX_STORE_ORIGINAL_MESSAGE
2015-08-30 20:09:25 -07:00
Adam Coddington
33c5a0cba2
Merge pull request #64 from antcorro/master
...
Possible Fix UnicodeDecodeError in MessageAttachment headers
2015-08-30 20:08:56 -07:00
Adam Coddington
f2b352a68a
Allow tests relating to mail replies to properly run for pull requests.
2015-08-30 19:40:29 -07:00
Adam Dobrawy
fdaf245488
Fix typo in docs list
...
The list was not parsed as list.
2015-08-25 04:00:46 +02:00
Antonio Corroppoli
0e6dcce0f5
Add test for message with not decoded attachment header
2015-08-18 17:55:07 +02:00
Antonio Corroppoli
e766174fdd
Fix UnicodeDecodeError in MessageAttachment headers
2015-08-14 14:48:27 +02:00
Adam Coddington
4b49b0b045
Release 4.4.4; prevents exceptions occurring in signal handlers from being swallowed.
2015-08-04 07:44:44 -07:00
Adam Coddington
c1e3007aa6
Prevent e-mails from being dispatched during tests.
2015-08-04 07:41:02 -07:00
Adam Dobrawy
0e4fb95a39
Turn on exception for incoming messages
...
> Errors should never pass silently
I waste a hours to debug that . I don't expect this kind of behaviour. In my app proccess incoming mails is critical and I should receive exception and on fail transaction should rollback everything and try again later.
2015-08-04 16:14:29 +02:00
Adam Coddington
d2f81073ed
Release 4.4.3; Bugfix for Python 3k path calculations when using file-based mailboxes.
2015-07-22 11:19:28 -07:00
Leifur Halldor Asgeirsson
55be6b37f2
possible fix for python3 maildir issue
2015-07-22 11:18:13 -07:00
Adam Coddington
f706cacd27
Skip integration tests if there are missing environment variables.
...
This should allow Pull Requests to properly run all non-integration tests.
Squashed commit of the following:
commit a03e2a6592234e089d1fe9adc360b1e33a0c4b57
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:57:27 2015 -0700
Removing a dummy empty variable.
commit cd5964ab59
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:52:52 2015 -0700
Removing unused import.
commit 39b67b8562
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:52:35 2015 -0700
Use TestCase.skipTest.
commit 63d6dad73e
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:44:16 2015 -0700
Testing something out to make sure integration tests will fail.
commit 51f0cf44bf
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:38:50 2015 -0700
Adding unittest2 to requirements so we can skip tests on Python 2.6.
commit 3cc035f58b
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 20:56:04 2015 -0700
Try skipping integration tests if not all environment variables are available.
2015-07-21 22:57:41 -07:00
Adam Coddington
498f38c461
Release 4.4.2; fixes a minor Python3 glitch in a recent migration. Fixes #56 .
2015-07-20 19:55:07 -07:00
Will Horne
af4c6d9747
Add migration to resolve inconsistency between python2 and python3 strings
2015-07-20 16:12:27 -07:00
Adam Coddington
02446641d9
Release 4.4.1; fixes a bug in header decoding.
2015-07-13 12:20:12 -07:00
Adam Coddington
ab15ef0775
Correcting error function name in header decoding; fixes #55 .
2015-07-13 12:19:44 -07:00
Adam Coddington
247dd06bbd
Updating changelog.
2015-07-07 23:19:44 -07:00
Adam Coddington
4f81f9e3e1
Release 4.4; adds Django 1.8 support; fixes bugs.
2015-07-07 23:12:56 -07:00
Adam Coddington
ff433a24f4
Always store payload parts having a Content-Disposition of 'attachment' as attachments, even if their Content-Type is text/plain. Fixes #52 .
...
Squashed commit of the following:
commit 5bcbac33d6
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 7 23:05:15 2015 -0700
Add handling for situations in which the message was deleted in another thread before processing.
commit 6183f68b39
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 7 22:58:15 2015 -0700
Always store message as attachment if its content-disposition is marked as such.
commit 4c16494b1a
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 7 22:46:52 2015 -0700
Adding a (hopefully) failing test case for #52 .
2015-07-07 23:09:41 -07:00
Adam Coddington
95f4d5c7ff
Be sure to pass the condition on through to the underlying transport.
2015-07-07 22:30:53 -07:00
Adam Coddington
988cb7504f
Adding a more-versatile condition-handling method for preventing integration tests from mashing on one another.
2015-07-07 22:22:15 -07:00
Adam Coddington
3e1f6b9909
Adding Python 3.4.
2015-07-07 21:02:01 -07:00
Adam Coddington
a86527beec
Whoops; need to update the excludes.
2015-07-07 20:18:22 -07:00
Adam Coddington
2ebc4b414a
Dropping support for Django 1.5 and 1.6; adding support for Django 1.8.
2015-07-07 20:11:40 -07:00
Adam Coddington
87828b0154
Merge pull request #51 from eupharis/master
...
add DJANGO_MAILBOX_ATTACHMENT_UPLOAD_TO setting
2015-06-24 18:20:27 -07:00
eupharis
1a04087159
add DJANGO_MAILBOX_ATTACHMENT_UPLOAD_TO setting
2015-06-22 17:28:23 -06:00
Adam Coddington
688759bd7a
Lower the version number of django used for building documentation.
2015-04-21 12:19:29 -07:00
Adam Coddington
03fa9c6df0
Switch to the default documentation theme.
2015-04-21 12:16:15 -07:00
Adam Coddington
64170ce05f
Adding a requirements file specifically for readthedocs.
2015-04-21 12:14:49 -07:00
Adam Coddington
e6fb545608
Adding model documentation to docs; fixes #47 .
2015-04-20 20:55:16 -07:00
Adam Coddington
3d5b816150
Adding docstrings to models.
2015-04-20 20:54:46 -07:00
Adam Coddington
50282414aa
Always re-open filefield before reading.
2015-04-13 20:20:11 -07:00
Adam Coddington
830343bf78
Always read file object in as bytes; fixes bug in which non-local file storage caused get_email_object to fail.
2015-04-13 20:13:24 -07:00
Adam Coddington
4037aac5e4
If no message was returned; continue.
2015-04-12 12:21:48 -07:00
Adam Coddington
c60b32aca5
Release 4.3.2; fixes IMAP transport on Python3k and adds integration tests.
2015-04-12 12:13:10 -07:00
Adam Coddington
abad769fd6
Fixing test discovery, adding functionality allowing one to restict
...
message gathering (via the IMAP transport) to only messages matching a
specified subject.
Fixes #49 .
2015-04-12 12:11:49 -07:00
Adam Coddington
634f2f4b26
Adding basic integration tests.
2015-04-12 12:11:39 -07:00
Adam Coddington
e5d36cbabf
Updating message migration for new verbose name; fixes #48 .
2015-04-08 20:18:11 -07:00