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

554 commits

Author SHA1 Message Date
Arneatec
13a8b87d9c Initial Bulgarian translation 2023-06-12 18:41:18 +03:00
Robersillo
8f42cea164
Update utils.py
Fixing DJANGO_MAILBOX_default_charset error, it does not detect the settings in django correctly because one part is in lower case.
Changed to DJANGO_MAILBOX_DEFAULT_CHARSET.
2023-04-25 19:06:36 +02:00
Jace Manshadi
462fdd3e49
updating location of logic for getmail command (#264)
* moving logic for processing all the new emails from all mailboxes to a method under Mailbox so it can be called from other modules

* moving logger lines into handle method as requested
2023-01-24 06:08:47 -08:00
Pietro Mingo
cefbcdebd2
Office365 API mailbox support (#251)
* Update models.py, __init__.py, and office365.py

* Update setup.py

* Office365Transport properties

* Update .gitignore

* wrong folder stage

* Update models.py

* Update office365.py and models.py

* office365 implementation

* Update office365.py

* clear code

* fix import

* Update readme.rst

* archive and delete

* fix and documentation

* removed build folder

* missing archive

Co-authored-by: Pietro Mingo <p.mingo@intac.it>
Co-authored-by: Serafim Bordei <s.bordei@intac.it>
2023-01-16 13:23:38 -08:00
Pietro Mingo
bd4d80a2b7 missing archive 2022-08-30 11:59:35 +02:00
Pietro Mingo
70aa88bbd6 removed build folder 2022-08-01 17:21:50 +02:00
Pietro Mingo
9f314a38f2 fix and documentation 2022-08-01 15:03:11 +02:00
Pietro Mingo
b39299692a archive and delete 2022-08-01 12:39:09 +02:00
Pietro Mingo
1f6014918c Update readme.rst 2022-07-29 17:32:15 +02:00
Pietro Mingo
9bfc3e5df1 fix import 2022-07-29 17:26:28 +02:00
Pietro Mingo
8f944190ad clear code 2022-07-29 16:20:38 +02:00
Pietro Mingo
b02fd73d1c Update office365.py 2022-07-29 16:06:30 +02:00
Pietro Mingo
ced6b0997b office365 implementation 2022-07-29 16:01:30 +02:00
Serafim Bordei
dca20e1e1c Update office365.py and models.py 2022-07-27 11:49:48 +02:00
Pietro Mingo
912f091d3f Update models.py 2022-07-27 10:58:48 +02:00
Pietro Mingo
50ee86d1d9 wrong folder stage 2022-07-27 10:31:01 +02:00
Pietro Mingo
a52f20dabe Update .gitignore 2022-07-27 10:22:52 +02:00
Pietro Mingo
f44eb3036f Office365Transport properties 2022-07-27 10:21:02 +02:00
Pietro Mingo
b37fa6e08d Update setup.py 2022-07-26 21:45:27 +02:00
Pietro Mingo
01984e2ba8 Update models.py, __init__.py, and office365.py 2022-07-26 21:32:10 +02:00
Adam Coddington
40263b6670 Bump version: 4.8.1 → 4.8.2 2020-12-06 18:11:32 -08:00
Adam Dobrawy
5abc1981dc
Add tests docs to CI and fix docs warning (#238)
* Add tests docs to CI and fix docs warning

* Switch to storing environment variables in travis outside of secure vars.

* Force a rebuild.

* Force a rebuild.

* Run integration tests just once per test run.

* Minor updates.

* Nevermind; this test class covers more than just integration tests.

* Attempting to fix docs build via https://stackoverflow.com/questions/61711710/runtimeerror-class-not-set-defining-abstractbaseuser-as-class-django-co\#comment112739057_63045563

* Minor docs fix.

Co-authored-by: Adam Coddington <me@adamcoddington.net>
2020-12-06 18:10:15 -08:00
Adam Dobrawy
225da2155f
Merge pull request #228 from SyaOS/fix-admin-action
Fix get_new_mail admin action.
2020-10-10 03:48:45 +02:00
Miłosz Jerkiewicz
5bd961fae6 Fix message/rfc822 attachment processing 2020-08-05 12:30:00 +02:00
George Cheng
b3c38be70e refine inferitance 2020-07-26 14:22:40 +08:00
George Cheng
0c6f6aa6ce Move the bulk get_new_mail to queryset 2020-07-26 14:21:21 +08:00
George Cheng
505bc8d1c9 Fix get_new_mail admin action.
Mailbox.get_new_mail returns a generator
which do not actually run if we do not iterate it.
2020-07-26 04:55:46 +00:00
Adam Dobrawy
c8751f0c9a
Merge pull request #221 from Rokfordchez/patch-1
add to docs archive=myarchivefolder&folder=MyFolder
2020-01-28 11:27:23 +01:00
Rokfordchez
efe5b81d6b
add archive=myarchivefolder&folder=MyFolder
add information about use both folder for inbox and archive.
2020-01-28 10:48:21 +07:00
Adam Dobrawy
6004a2286f
Merge pull request #216 from modernNeo/master
adding missing parameter to documentation
2019-12-28 21:06:11 +01:00
Adam Dobrawy
8b2493a32a
Merge pull request #215 from coddingtonbear/bump-django
Upgrade & drop Python & Django, upgrade TravisCI config
2019-12-28 20:10:10 +01:00
Jace Manshadi
efb1f94d31 adding missing parameter to documentation 2019-12-24 18:24:32 -08:00
Adam Dobrawy
2b2b7d6392 Modernize syntax, drop Python EOL, drop drop Django<1.11, upgrade TravisCI config to v1, add Python 3.8 & Django 3.x 2019-11-09 19:23:08 +01:00
Adam Dobrawy
f9b0a27e5f Bump version: 4.8.0 → 4.8.1 2019-10-15 05:18:23 +02:00
Adam Dobrawy
ff8a583476 Update CHANGELOG.rst for 1.8.1 2019-10-15 05:18:17 +02:00
Adam Dobrawy
0650bacbea Merge branch 'master' of github.com:coddingtonbear/django-mailbox 2019-06-11 10:07:45 +02:00
Adam Dobrawy
f8cec488ea Bump version: 4.7.1 → 4.8.0 2019-05-24 03:27:07 +02:00
Adam Dobrawy
57b1dabd83 Add changelog for 4.8.0 2019-05-24 03:26:53 +02:00
Adam Dobrawy
fafc183e28
Merge pull request #183 from coddingtonbear/tox-in-travisyml
Use tox in TravisCI too
2019-04-03 22:09:34 +02:00
Adam Dobrawy
c807e733b8 Use tox in TravisCI (DRY!) 2019-04-03 10:07:53 +02:00
Adam Dobrawy
7a26838b3f
Merge pull request #200 from k0ssi/master
missing migrations added
2019-04-03 10:02:37 +02:00
Steven Kosyra
8d14fe7745 missing migrations added 2019-02-19 15:54:11 +01:00
Adam Dobrawy
26786a0b32
Merge pull request #187 from modernNeo/patch-1
updating the link for python-social-auth
2018-05-11 08:03:19 +02:00
Jace Manshadi
14423b5a15
updating the link for python-social-auth 2018-05-10 21:14:33 -07:00
Adam Dobrawy
201f568750
Merge pull request #182 from coddingtonbear/missing-migrations
Missing migrations && test database settings
2018-04-21 07:59:48 +02:00
Adam Dobrawy
55bf24b199 Add missing migrations 2018-04-21 07:39:50 +02:00
Adam Dobrawy
72cb0ea706 Avoid "settings.DATABASES is improperly configured. Please supply the NAME value." 2018-04-21 07:27:48 +02:00
Adam Dobrawy
7a39d3df47
Merge pull request #180 from coddingtonbear/ad-m-patch-1
Add makemigrations check in tox
2018-04-06 10:20:34 +02:00
Adam Dobrawy
d0090f3f97
Add makemigrations check in tox 2018-04-06 03:51:01 +02:00
Adam Dobrawy
ce6dffb7ed
Merge pull request #177 from tchamberlin/master
Updated management command's argument handling for Django 1.8+
2018-03-30 00:38:22 +02:00