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

Commit graph

  • 6c6b23ce71
    Update models.py Manuel Gomez 2019-05-24 12:28:13 +02:00
  • f8cec488ea Bump version: 4.7.1 → 4.8.0 v4.8.0 4.8.0 Adam Dobrawy 2019-05-24 03:27:07 +02:00
  • 57b1dabd83 Add changelog for 4.8.0 Adam Dobrawy 2019-05-24 03:26:53 +02:00
  • adfa8acba1 Fix typo Skar3 2019-05-09 12:44:41 +02:00
  • 01697b764b Fix typo Skar3 2019-05-09 12:43:32 +02:00
  • 2e4db58e5c Fix getmail no logs Skar3 2019-05-09 12:41:53 +02:00
  • 2948b1b1cc getmail command: optional logging Skar3 2019-05-09 12:25:19 +02:00
  • 0d5f395c00
    Fix decrypt_uri() and _protocol_info() methods Manuel Gomez 2019-04-12 10:30:02 +02:00
  • 934c7992c1
    Update setup.py Manuel Gomez 2019-04-09 15:41:59 +02:00
  • 66f1254001
    Merge pull request #5 from invisiblebits/encrypt-uri Manuel Gomez 2019-04-09 15:19:17 +02:00
  • 6f23c59ca8
    Decrypt URI in _protocol_info() method Manuel Gomez 2019-04-09 15:18:24 +02:00
  • cd1e4de42b
    Help text in uri form Manuel Gomez 2019-04-09 14:06:01 +02:00
  • e073a8c32c
    Remove URI from list_display Manuel Gomez 2019-04-09 13:54:08 +02:00
  • 850f86aef7
    Pycryto added in requirements Manuel Gomez 2019-04-09 12:11:06 +02:00
  • 11a05a8e09
    Encrypt, decrypt and padding in model methods Manuel Gomez 2019-04-09 12:09:55 +02:00
  • 72582abb2d
    Update admin.py Manuel Gomez 2019-04-09 12:07:00 +02:00
  • fafc183e28
    Merge pull request #183 from coddingtonbear/tox-in-travisyml Adam Dobrawy 2019-04-03 22:09:34 +02:00
  • c807e733b8 Use tox in TravisCI (DRY!) Adam Dobrawy 2018-04-21 07:36:40 +02:00
  • 7a26838b3f
    Merge pull request #200 from k0ssi/master Adam Dobrawy 2019-04-03 10:02:37 +02:00
  • 43557c5734 Bump version: 4.7.1 → 4.7.2 Scott Stafford 2019-02-26 13:50:49 -05:00
  • cdda047f9f Improve the workaround of https://bugs.python.org/issue27321 in coddingtonbear#136. Scott Stafford 2019-02-25 22:02:14 -05:00
  • 8d14fe7745 missing migrations added Steven Kosyra 2019-02-19 15:54:11 +01:00
  • fd586e80bc
    Merge pull request #4 from invisiblebits/FIX_remove-single-quotes-in-subject Manuel Gomez 2019-01-18 12:38:29 +01:00
  • b390b28f11
    Update models.py Manuel Gomez 2019-01-18 12:38:03 +01:00
  • 3f22f481e5
    Update models.py Manuel Gomez 2019-01-18 12:02:07 +01:00
  • 6ba66ed15c
    Merge pull request #3 from invisiblebits/FIX_unicode_subject_message Manuel Gomez 2019-01-17 16:56:05 +01:00
  • b797216c7f
    Update models.py Manuel Gomez 2019-01-17 16:55:44 +01:00
  • fe1367c994
    Merge pull request #2 from invisiblebits/STC-668__create-ticket-from-soc-email Manuel Gomez 2019-01-16 12:25:50 +01:00
  • 724e804bcb
    FIX - Fix default charset Manuel Gomez 2019-01-16 12:25:27 +01:00
  • c706e484b3
    Merge pull request #1 from invisiblebits/STC-668__create-tickets-from-soc-email Manuel Gomez 2019-01-16 12:07:50 +01:00
  • bb5fba8a3e
    FIX - Django settings fix to unicode Manuel Gomez 2019-01-16 12:07:24 +01:00
  • 6fbc53c513 text is not a valid search field Tre Hom 2018-10-02 17:00:57 -04:00
  • 6457684c06 search for messages in admin Tre Hom 2018-10-02 16:53:03 -04:00
  • e1bc307e50 catch all exceptions Tre Hom 2018-10-02 16:46:11 -04:00
  • 2dd3b5b80c
    Merge 9bc97119e3 into 26786a0b32 Jabrail Lezgintsev 2018-05-23 16:55:57 +00:00
  • 9bc97119e3 Added tests, refactoring Jabrail Lezgintsev 2018-05-23 16:49:26 +03:00
  • e3c57c3c14 Added custom command for mail sending Jabrail Lezgintsev 2018-05-23 15:56:12 +03:00
  • 304bebf147 Minor refactoring, added logic for sending mails to models.py. Jabrail Lezgintsev 2018-05-23 14:25:44 +03:00
  • 41dd2ec645 Added initial smtp transport. Jabrail Lezgintsev 2018-05-23 11:53:49 +03:00
  • b7a3a6b077 Fix Mailbox.get_connection add-loose-coupling Adam Dobrawy 2018-05-15 01:00:46 +02:00
  • d4e052bb79 Update registers names & imports Adam Dobrawy 2018-05-15 00:54:46 +02:00
  • 6ded51bcde Add pluggable transport registry Adam Dobrawy 2018-05-15 00:52:46 +02:00
  • 26786a0b32
    Merge pull request #187 from modernNeo/patch-1 Adam Dobrawy 2018-05-11 08:03:19 +02:00
  • 14423b5a15
    updating the link for python-social-auth Jace Manshadi 2018-05-10 21:14:33 -07:00
  • 5bdd3703f1 new setting to delete email from server; don't store duplicate emails; Tre Hom 2018-04-24 12:12:41 -04:00
  • 201f568750
    Merge pull request #182 from coddingtonbear/missing-migrations Adam Dobrawy 2018-04-21 07:59:48 +02:00
  • 55bf24b199 Add missing migrations Adam Dobrawy 2018-04-21 07:39:50 +02:00
  • 72cb0ea706 Avoid "settings.DATABASES is improperly configured. Please supply the NAME value." Adam Dobrawy 2018-04-21 07:27:48 +02:00
  • 7a39d3df47
    Merge pull request #180 from coddingtonbear/ad-m-patch-1 Adam Dobrawy 2018-04-06 10:20:34 +02:00
  • d0090f3f97
    Add makemigrations check in tox Adam Dobrawy 2018-04-06 03:51:01 +02:00
  • fc55312b3e
    Merge 38d2ed11e0 into ce6dffb7ed Adam Dobrawy 2018-04-03 08:24:32 +00:00
  • ce6dffb7ed
    Merge pull request #177 from tchamberlin/master Adam Dobrawy 2018-03-30 00:38:22 +02:00
  • b7baae454b
    Update polling.rst Adam Coddington 2018-03-21 08:55:47 -07:00
  • 8933e38109
    Update CHANGELOG.rst Adam Dobrawy 2018-03-17 18:07:00 +01:00
  • 33b48b2f73 Bug fixes for Django versions 1.8 and 1.9 Thomas Chamberlin 2018-03-09 17:02:50 -05:00
  • b5d5207cd8 Bug fixes to support Django 1.7 Thomas Chamberlin 2018-03-09 16:36:39 -05:00
  • e151006582 Fixed bug in mailbox_name argument and added unit tests Thomas Chamberlin 2018-03-09 15:35:38 -05:00
  • 7b536046a9 Updated management command's argument handling for Django 1.8\+ Thomas Chamberlin 2018-03-09 14:04:21 -05:00
  • e0687380a1 Cache email object in Message (#148) Adam Dobrawy 2018-03-09 19:10:07 +01:00
  • 2b2bdb9825 Use generator in Mailbox.get_mail to limit memory leak (#149) Adam Dobrawy 2018-03-09 19:09:45 +01:00
  • a299a00506 Add note about new release (#163) Adam Dobrawy 2018-03-09 19:09:18 +01:00
  • c1b20f01eb Add Django version (#162) Adam Dobrawy 2018-03-09 19:09:06 +01:00
  • 0a10dd509d Add 'Development' section in docs (#161) Adam Dobrawy 2018-03-09 19:08:45 +01:00
  • 25399db82f Bump version: 4.7.0 → 4.7.1 4.7.1 Adam Coddington 2018-02-09 00:13:54 -08:00
  • 7eecb0d41d Fix text content with text attachment (#170) Adam Dobrawy 2018-02-09 09:13:39 +01:00
  • a673b17fb3 Fix parsing text message with text attachment Adam Dobrawy 2018-02-07 21:19:23 +01:00
  • 4100f2ea62 Add tests case for text content with text attachment Adam Dobrawy 2018-02-07 21:09:29 +01:00
  • dfad0f8f9c Bump version: 4.6.0 → 4.7.0 4.7.0 Adam Coddington 2018-01-15 21:45:37 -08:00
  • 04a0b20b5f
    Merge pull request #166 from kojiGit55/fix-typo-readme Adam Dobrawy 2018-01-13 14:34:15 +01:00
  • c4775e923e fix typo. recieve => receive Koji Nakashima 2018-01-13 22:24:57 +09:00
  • f2442b3ec9 Fix typo in development procedure Adam Dobrawy 2018-01-13 02:41:54 +01:00
  • 616e89d358 Fix typo - plural form of 'matrix' Adam Dobrawy 2018-01-12 19:27:35 +01:00
  • 38d2ed11e0 Ensure UTF-8 surogates escaped on save - fix #159 Adam Dobrawy 2018-01-03 03:36:09 +01:00
  • f253bdefe6 Add note about new release Adam Dobrawy 2018-01-03 01:52:54 +01:00
  • eef1c3a167 Add Django version Adam Dobrawy 2018-01-03 00:46:10 +01:00
  • 9f492b2501 Add 'Development' section in docs Adam Dobrawy 2018-01-03 00:46:59 +01:00
  • 7252295601 Django 2.0 Preps - on_delete=models.CASCADE in models & migrations (#153) Denis 2017-12-05 18:53:18 +03:00
  • 73504a50f6 Merge 45488cb725 into 08512ac316 Erik Telepovský 2017-11-05 09:27:51 +00:00
  • 45488cb725 optionable reference to user model Erik Telepovský 2017-11-05 10:21:30 +01:00
  • 08512ac316
    Update index.rst Adam Dobrawy 2017-11-03 14:47:59 +01:00
  • d2bb9f9b12
    on_delete=models.CASCADE in 0001_initial.py Denis 2017-10-27 21:19:03 +03:00
  • 9afa447441
    Update models.py for django 2.0 Denis 2017-10-27 21:15:52 +03:00
  • 0374cbd4cd Bump version: 4.5.4 → 4.6.0 4.6.0 Adam Coddington 2017-10-15 14:23:50 -07:00
  • 4c2ab99d18 Bump version: 4.5.4 → 4.5.5 4.5.5 Adam Coddington 2017-10-15 14:20:48 -07:00
  • 9809b271b2 Add blank option to eml field, fixes admin Chris Leonello 2017-09-26 14:38:48 -04:00
  • e7e511cbe5 Fix generator support in tests/base.py Adam Dobrawy 2017-08-23 16:31:37 +02:00
  • 31ccd2e4aa Use generator in Mailbox.get_mail to limit memory leak Adam Dobrawy 2017-07-15 21:05:09 +02:00
  • bc9b2c9148 Email object cache flush in some tests Adam Dobrawy 2017-07-15 19:51:26 +02:00
  • 67900104a2 Cache email object in Message Adam Dobrawy 2017-07-15 19:41:55 +02:00
  • dfbf688dab Merge 3a9277bc19 into 9f8d653ada Barış Aslan 2017-07-11 06:18:35 +00:00
  • 9f8d653ada Add python_2_unicode_compatible in models Adam Dobrawy 2017-07-09 04:02:38 +02:00
  • 0471f6f4a2 Fix DJANGO_SETTINGS_MODULE in manage.py Adam Dobrawy 2017-07-09 23:14:46 +02:00
  • 5905114fd7 Use manage.py in tests in TravisCI Adam Dobrawy 2017-07-09 23:04:23 +02:00
  • 7f477585fa Update manage.py to Python3 compatibility Adam Dobrawy 2017-07-09 22:59:41 +02:00
  • 48393250f7 Fix test in tox Adam Dobrawy 2017-07-09 21:47:05 +02:00
  • 62b8f75bb2 Merge branch 'compression-eml' Adam Dobrawy 2017-07-09 21:42:38 +02:00
  • 0001a077fb Drop print in test compression-eml Adam Dobrawy 2017-07-09 21:38:11 +02:00
  • d2214fb121 Merge branch 'compression-eml' into real-master2 Adam Dobrawy 2017-07-09 21:14:51 +02:00
  • a86c20e76a Merge ee11172fc8 into d93f426401 Jeppe Tue Ishøy 2017-07-09 19:14:36 +00:00
  • cedef9d81c Fix PY3 compatibility of compression Adam Dobrawy 2017-07-09 20:47:48 +02:00