Droffner, Andrew (ad718x)
f9eb89e043
ISSUES-129: Increased to FileField(max_length=2000) from max_length=100 which was too short.
...
The MailAttachment.document field is too short & raises the error below. The default FileField(..., max_length=100) does not hold long enough filenames.
Can MailAttachment.document accept a configured max_length, or have the default set higher?
ERROR: [django.security.SuspiciousFileOperation: 204] Storage can not find an available filename Please make sure that the corresponding file field allows sufficient "max_length".
2017-03-03 13:38:19 -05:00
Adam Coddington
3fe3ce05ca
Bump version: 4.5.3 → 4.5.4
2016-07-28 17:50:10 -07:00
Adam Coddington
e364369643
Bump version: 4.5.2 → 4.5.3
2016-06-20 21:18:07 -07:00
Adam Coddington
9048ee4d34
Bump version: 4.5.1 → 4.5.2
2016-06-01 12:58:08 -07:00
Adam Coddington
a4bf5b6a99
Bump version: 4.5.0 → 4.5.1
2016-05-18 13:01:13 -07:00
Adam Coddington
b378e6dcb9
Bump version: 4.4.9 → 4.5.0
2016-05-15 12:09:26 -07:00
Adam Coddington
6510dd2edb
Release 4.4.9; fixes handling of encoded filenames.
2016-05-14 23:50:17 -07:00
Adam Coddington
71fcaa2ede
Bump version: 4.4.7 → 4.4.8
2016-04-04 12:29:19 -07:00
Adam Coddington
512c44bca6
Bump version: 4.4.6 → 4.4.7
2016-03-22 17:59:57 -07:00
Adam Coddington
7bb816b9ce
Bump version: 4.4.5 → 4.4.6
2016-02-15 19:22:39 -08: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
4b49b0b045
Release 4.4.4; prevents exceptions occurring in signal handlers from being swallowed.
2015-08-04 07:44:44 -07: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
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
Adam Coddington
02446641d9
Release 4.4.1; fixes a bug in header decoding.
2015-07-13 12:20:12 -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
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
c60b32aca5
Release 4.3.2; fixes IMAP transport on Python3k and adds integration tests.
2015-04-12 12:13:10 -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
c7dd1ad3e7
Bumping version number to 4.3.0a2.
2015-03-23 19:53:48 -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
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
c3cd5a28ae
Version 4.2; adds 'envelope_headers' to admin.
2014-12-31 09:41:08 -06:00
Adam Coddington
20d5c3956e
Release 4.1.2; Added handling for processing unknown encodings.
2014-11-15 22:19:32 -08:00
Adam Coddington
df4c7196db
Fix bug preventing south 1.0 from properly finding legacy migrations. Release 4.1.1
2014-11-09 21:55:21 -08:00
Adam Coddington
413b60e35f
Initial commit.
2012-06-27 20:45:01 -07:00