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
Adam Coddington
fc24cb3595
Release 4.3.0; adds support for storing original email as file on-disk, adds functionality allowing one to specify a specific IMAP folder to use for consumption.
2015-03-26 23:11:34 -05:00
Adam Coddington
694a90141b
Minor field display name change.
2015-03-26 23:02:08 -05:00
Adam Coddington
c7dd1ad3e7
Bumping version number to 4.3.0a2.
2015-03-23 19:53:48 -07:00
Adam Coddington
8ff331bdca
#44 : Adding south migration matching Django 1.7 migration.
2015-03-23 19:50:16 -07:00
Adam Coddington
440f31174f
Merge remote-tracking branch 'ad-m/master' into 44_store_original_email
2015-03-23 19:42:06 -07:00
Adam Coddington
09a27148dc
Release 4.3.0a; allowing one to specify a folder from which to collect imap messages.
2015-03-22 20:59:03 -07:00
Adam Coddington
2fa7e93a89
#46 : Whitespace.
2015-03-22 20:57:07 -07:00
Adam Coddington
33db00f605
#46 : Minor alterations to documentation to keep it organized.
2015-03-22 20:54:52 -07:00
Adam Dobrawy
9a5e5f1dd9
Added upload_to in eml field in migration
2015-03-21 11:38:57 +01:00
Dmitry
36d515fec1
Update mailbox_types.rst
2015-03-18 23:25:21 +04:00
Dmitry
0c2b01bb78
Update mailbox_types.rst
...
Added description for uri param ``folder`` in protocol imap
2015-03-18 23:05:35 +04:00
Adam Dobrawy
2b40c9efd0
Fix typo in Message.reply
2015-03-18 10:11:34 +01:00
Adam Dobrawy
d6c20d1b0a
Merge branch 'master' of github.com:ad-m/django-mailbox
2015-03-18 09:58:58 +01:00
Adam Dobrawy
835986c96a
Added random eml file name, removed getattr related to self.mailbox.from_email in Message.reply, fix docs - second round of pull requests
2015-03-18 09:56:52 +01:00
Dmitry
1862529f2a
Update imap.py
2015-03-16 16:55:12 +03:00
Dmitry
fc1b3172b4
Update models.py
2015-03-16 16:52:25 +03:00
Dmitry
1612102c12
Merge pull request #1 from coddingtonbear/master
...
merge
2015-03-16 16:44:53 +03:00
Adam Dobrawy
aba55d3356
Merge pull request #1 from ad-m/original_eml
...
Added storing original message in file
2015-03-15 02:27:37 +01:00
Adam Dobrawy
42d891bd8d
Added storing original message in file
2015-03-15 02:16:27 +01:00
Adam Dobrawy
552e033655
Added test django_mailbox.tests.test_process_email.TestProcessEmail.test_message_reply
2015-03-15 00:42:57 +01:00
Adam Dobrawy
24138d1dc7
During reply update from_email only if not set
2015-03-14 18:23:19 +01:00
Adam Coddington
793f92cfcf
Release 4.2.1; fixes #41 : if no messages_ids, return before checking for small_message_ids.
2015-02-06 15:31:17 -08:00
Adam Coddington
0dc0ab2d13
Merge pull request #41 from benjamin0/master
...
If no message_ids, return before checking for small_message_ids
2015-02-06 15:29:50 -08:00
Ben Segal
7fd5b02054
If no message_ids, return before checking for small_message_ids
2015-01-31 15:46:49 -08:00
Adam Coddington
c3cd5a28ae
Version 4.2; adds 'envelope_headers' to admin.
2014-12-31 09:41:08 -06:00
Adam Coddington
d276f7e9a9
Adding envelope headers to the Admin interface.
2014-12-31 09:40:36 -06:00
Adam Coddington
413c492db3
Merge pull request #38 from patipatini/attachment_filename_encoding
...
Fix encoded attachment's filenames
2014-12-15 06:43:21 -08:00
Philippe
571f57d957
Fix encoded attachment's filenames
2014-12-15 14:50:14 +01:00