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

Commit graph

  • aa9f230558 Add support to compression of original messages Adam Dobrawy 2017-07-09 20:36:37 +02:00
  • d93f426401 Add support to args in tests Adam Dobrawy 2017-07-09 20:35:12 +02:00
  • a80bfbaea0 Drop support of outdated Django version Adam Dobrawy 2017-07-09 19:32:32 +02:00
  • e21cd01560 Use django build-in test runner Adam Dobrawy 2017-07-09 19:21:48 +02:00
  • ecec57a78c Merge pull request #144 from ivlevdenis/master Adam Dobrawy 2017-07-09 17:17:27 +02:00
  • 00c21dd878 Fix Russian translation Ivlev Denis 2017-07-09 17:50:24 +03:00
  • 3a9277bc19 unicode converted to str with python_2_unicode_compatible Barış Aslan 2017-07-09 14:19:51 +03:00
  • 4ccb0bb702 Add Russian translation Ivlev Denis 2017-07-09 13:38:08 +03:00
  • 16a5d34233 Add locale files to package Ivlev Denis 2017-07-09 13:35:26 +03:00
  • 29fa6faad5 Add verbose_name for models Ivlev Denis 2017-07-09 13:34:50 +03:00
  • e2ba20d629 Add translation for action short descriptions Ivlev Denis 2017-07-09 13:33:56 +03:00
  • 147c05d74a Add application config Ivlev Denis 2017-07-09 13:32:32 +03:00
  • 0449e994d4 Merge branch 'master' into utf8-failing Adam Dobrawy 2017-07-09 04:07:04 +02:00
  • e31785bb10 Merge f7c40743f5 into 74cba103dd Adam Dobrawy 2017-07-09 02:04:33 +00:00
  • f7c40743f5 Add python_2_unicode_compatible in models Adam Dobrawy 2017-07-09 04:02:38 +02:00
  • bcf9017482 Merge a6b9553410 into 74cba103dd Barış Aslan 2017-07-08 12:18:19 +00:00
  • 72a83583be Merge 9ad332addd into 74cba103dd Barış Aslan 2017-07-08 12:18:19 +00:00
  • 74cba103dd Merge pull request #142 from ivlevdenis/master Adam Dobrawy 2017-07-08 14:15:20 +02:00
  • fc9a1aaa11 Update django and python version in classifiers Adam Dobrawy 2017-07-08 14:15:13 +02:00
  • 8f63751f13 Add python3.6 & django1.11+ to tests Ivlev Denis 2017-07-08 15:01:55 +03:00
  • 21036d73c4 Add missing classifiers in setup.py Adam Dobrawy 2017-06-22 02:52:58 +02:00
  • 9ad332addd Added __str__ function to Message Model Barış Aslan 2017-05-21 05:39:36 +03:00
  • a6b9553410 Added __str__ function to Mailbox Model Barış Aslan 2017-05-21 04:25:23 +03:00
  • 89b2d3a105 Merge pull request #137 from sumpfralle/master Adam Dobrawy 2017-05-10 14:19:28 +02:00
  • 07d2fdda51 Merge pull request #138 from sumpfralle/flake8 Adam Dobrawy 2017-05-10 14:17:35 +02:00
  • 9df9f0aee1 Run 'flake8' tests via tox Lars Kruse 2017-05-10 00:07:05 +02:00
  • 234ed00909 Add flake8 style check Lars Kruse 2017-05-09 23:59:42 +02:00
  • e4a8a05f3d Fix handling of missing 'content-transfer-encoding' header Lars Kruse 2017-05-09 23:28:19 +02:00
  • f0c4b897fb Merge 9610e86f50 into ce6ce6b5dd Leifur Halldor Asgeirsson 2017-04-17 03:28:47 +00:00
  • 0ec93cb122 Merge 4d5376f0f0 into ce6ce6b5dd Tonis Piip 2017-03-19 20:13:56 +00:00
  • b504c10c0e Merge 98cbce5f6c into ce6ce6b5dd Tonis Piip 2017-03-18 12:23:38 +00:00
  • 98cbce5f6c Message.processed default to now rather than auto_now_add = True Tonis 2017-03-18 14:23:03 +02:00
  • 60ccc9a194 Allow blank eml added verbose name for messages Tonis 2017-03-14 08:26:33 +02:00
  • 4d5376f0f0 Remove null=True for Mailbox.uri and Mailbox.from_email Tonis Piip 2017-03-10 18:18:32 +02:00
  • 13abec2e68 [#130] Taking default_charset into account for base64-encoded values is not necessary. Adam Coddington 2017-03-05 21:40:58 -08:00
  • 2df2d8a4fc [#130] Fix handling of single-byte filenames in attachment headers; among other unicode handling fixes. Adam Coddington 2017-03-05 21:31:22 -08:00
  • bbbfc71392 Merge 0a532bbf53 into ce6ce6b5dd Adam Dobrawy 2017-03-06 04:47:27 +00:00
  • 83b4b31bf3 ISSUES-129: Increased to FileField(max_length=2000) from max_length=100 which was too short. v5 Droffner, Andrew (ad718x) 2017-03-03 13:38:19 -05:00
  • 6a489bb526 Adding a warning about this being a development branch. Adam Coddington 2017-03-05 19:51:51 -08:00
  • 12c1130d40 Merge f9eb89e043 into ce6ce6b5dd Andrew Droffner 2017-03-03 18:42:19 +00:00
  • f9eb89e043 ISSUES-129: Increased to FileField(max_length=2000) from max_length=100 which was too short. Droffner, Andrew (ad718x) 2017-03-03 13:38:19 -05:00
  • 81d6648e8c Add failing message with utf-8 headers in attachment Adam Dobrawy 2017-02-22 15:15:45 +01:00
  • 22a923ce86 [#125] Adding @ad-m's test covering cyrillic attachments. 125_record_outgoing_message_utf8 Adam Coddington 2017-01-16 20:16:24 -08:00
  • 75cce60020 Add tests for cyrilic attachment Adam Dobrawy 2016-12-10 17:02:08 +01:00
  • ce6ce6b5dd Flush repository after consume email - close #128 126_fix_smtp_credentials Adam Dobrawy 2016-12-26 01:12:14 +01:00
  • ee11172fc8 Added new fields to Message and MessageAttachment Jeppe IshÃoy 2016-12-22 18:47:20 +01:00
  • 1037ccfd59 Add tests for cyrilic attachment cyrilic-attachment Adam Dobrawy 2016-12-10 17:02:08 +01:00
  • da29259d9f Adds license information to the setup function (#115) anweshadas 2016-08-21 08:30:36 +05:30
  • 56858f355c Adds license information to the setup function Anwesha Das 2016-08-21 01:32:08 +05:30
  • 44984705d5 Update django for rtd Adam Dobrawy 2016-08-16 21:50:15 +02:00
  • bdcf8edd43 Merge pull request #113 from ad-m/doc-field Adam Dobrawy 2016-08-16 21:45:42 +02:00
  • 4ded1e16dd Auto-add model fields as param in docs Adam Dobrawy 2016-08-16 07:47:18 +02:00
  • 0e9f226b35 Merge pull request #112 from ad-m/add-last-polling Adam Dobrawy 2016-08-16 07:26:57 +02:00
  • 251b12161c Fix grammar of Mailbox.last_polling.help_text Adam Dobrawy 2016-08-16 07:18:51 +02:00
  • fc05ee6505 Fix backward compatibility to django<1.5 in Mailbox.get_new_mail Adam Dobrawy 2016-08-16 01:10:55 +02:00
  • ef88900787 Add last_polling to MailboxAdmin Adam Dobrawy 2016-08-16 01:01:25 +02:00
  • e8bcd56727 Add tests to update Mailbox.last_polling Adam Dobrawy 2016-08-16 01:00:52 +02:00
  • 086bcd3acd Add Mailbox.last_polling model field Adam Dobrawy 2016-08-16 01:00:26 +02:00
  • 8ce9a530f0 Add tox and tox-cache to gitignore (#105) Adam Dobrawy 2016-08-03 19:11:33 +02:00
  • e610f93341 Add test for message with long content (#109) Adam Dobrawy 2016-08-03 19:11:20 +02:00
  • 5ddfa79bc7 Drop py16,py33, add dj10 to tests (#108) Adam Dobrawy 2016-08-03 18:58:38 +02:00
  • c643b245d0 Drop py16,py33, add dj10 to tests Adam Dobrawy 2016-08-03 18:52:57 +02:00
  • 3e003c4acb Add test for message with long content Adam Dobrawy 2016-08-03 18:44:58 +02:00
  • 3fe3ce05ca Bump version: 4.5.3 → 4.5.4 4.5.4 Adam Coddington 2016-07-28 17:50:10 -07:00
  • f32c0dd245 Fix parse UTF-8 filename - close #104 104_utf8_filename_attachment Adam Dobrawy 2016-06-30 15:36:54 +02:00
  • 9f5f043d49 Add tox and tox-cache to gitignore Adam Dobrawy 2016-06-30 15:37:39 +02:00
  • e364369643 Bump version: 4.5.2 → 4.5.3 4.5.3 Adam Coddington 2016-06-20 21:18:07 -07:00
  • f524031965 [#100] Do not insert unix 'From' header in saved messages. Adam Coddington 2016-06-20 21:16:23 -07:00
  • 6a54074a08 Added 'message/rfc822' attachment handling Daniele Battaglia 2016-06-20 11:27:14 +02:00
  • 9048ee4d34 Bump version: 4.5.1 → 4.5.2 4.5.2 Adam Coddington 2016-06-01 12:58:08 -07:00
  • 6f9c4a1166 [#99] Fixes a bug that would prevent upload-to path being srtptime'd. 99_attachment_save_path Adam Coddington 2016-06-01 12:57:48 -07:00
  • 456233e16b [migration] add missing migration from b4a3cdc Steeve Chailloux 2016-05-24 00:55:21 +02:00
  • a4bf5b6a99 Bump version: 4.5.0 → 4.5.1 4.5.1 Adam Coddington 2016-05-18 13:01:13 -07:00
  • d75d838e26 [#97] Do not attempt to convert filename top unicode if no filename was available. 97_fix_empty_filenames Adam Coddington 2016-05-18 12:57:56 -07:00
  • b378e6dcb9 Bump version: 4.4.9 → 4.5.0 Adam Coddington 2016-05-15 12:09:26 -07:00
  • 7198404efd python3 support for rfc822.parseaddr (#95) Steeve 2016-05-15 21:08:27 +02:00
  • 8a73076427 add imaps STARTTLS support (#94) Steeve 2016-05-15 21:05:11 +02:00
  • 0f990a44d5 Updating bumpversion.cfg. Adam Coddington 2016-05-14 23:51:44 -07:00
  • 6510dd2edb Release 4.4.9; fixes handling of encoded filenames. 4.4.9 Adam Coddington 2016-05-14 23:50:17 -07:00
  • 5b1ed1c66f Properly decode encoded filename headers. Fixes #96. Adam Coddington 2016-05-14 23:37:49 -07:00
  • d56e3846e8 Updating tox settings. 96_attachment_extensions Adam Coddington 2016-05-14 23:32:12 -07:00
  • 1c29cefa08 [#96] Fixing handling for unicode filename retrieval on python 2. Adam Coddington 2016-05-14 23:31:55 -07:00
  • a9b7f2d171 Adding tox.ini for local testing. Adam Coddington 2016-05-14 22:42:55 -07:00
  • a00f837150 Return unicode-converted filename only if a response was returned. Adam Coddington 2016-05-14 22:29:23 -07:00
  • 5134b38060 [#96] Adding example email having a koi8r-encoded filename. Adam Coddington 2016-05-14 22:26:58 -07:00
  • 1c1b3ce7db Fix travis test runner for django-mailbox. Adam Coddington 2016-05-14 22:21:39 -07:00
  • 276917c6e6 [#96] Decode attachment filenames into unicodes. Adam Coddington 2016-05-14 22:19:03 -07:00
  • b4a3cdc843 Switch from nose to py.test. Adam Coddington 2016-05-14 22:06:32 -07:00
  • fe3e8b5be3 python3 support for rfc822.parseaddr Steeve Chailloux 2016-05-01 22:35:09 +02:00
  • fc2a63c8c0 documentation on STARTTLS Steeve Chailloux 2016-05-01 21:18:45 +02:00
  • 0ee5efede9 add imaps STARTTLS support using +tls Steeve Chailloux 2016-05-01 19:52:34 +02:00
  • fe208b89d3 Merge 6b707a9dcd into 71fcaa2ede PaoloC68 2016-04-30 21:15:08 +00:00
  • 6b707a9dcd adding correct requirements PaoloC68 2016-04-30 18:10:39 -03:00
  • 0fe4df1b82 Merge e1036c78f0 into 71fcaa2ede PaoloC68 2016-04-30 21:03:35 +00:00
  • e1036c78f0 The imports are wrong and log messages are syntactically wrong PaoloC68 2016-04-30 17:58:45 -03:00
  • 0a532bbf53 Update base.py Adam Dobrawy 2016-04-09 23:10:11 +02:00
  • 22c2f01e90 Fix python3 compatbility in EmailMessageTestCase Adam Dobrawy 2016-04-09 23:01:12 +02:00
  • d3189fea20 Update open mode in get_email_as_text Adam Dobrawy 2016-04-09 22:52:52 +02:00
  • 9b5faa0e5f Fix typo Adam Dobrawy 2016-04-09 22:43:00 +02:00
  • 3d84acf113 Clean up EmailMessageTestCase._get_email_as_text Adam Dobrawy 2016-04-06 07:36:18 +02:00