Pascal F
7fde5f7165
Support for Django 5.0 and python 3.12 + Fix CI ( #277 )
...
* Upgrade to last Django & Python supported versions
* flake8 fixes
* Add CI
* Add final version of Django 5.0
2023-12-09 19:01:53 -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
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
48393250f7
Fix test in tox
2017-07-09 21:47:05 +02:00
Adam Dobrawy
d93f426401
Add support to args in tests
2017-07-09 20:35:12 +02:00
Adam Dobrawy
a80bfbaea0
Drop support of outdated Django version
2017-07-09 19:32:32 +02:00
Adam Dobrawy
e21cd01560
Use django build-in test runner
2017-07-09 19:21:48 +02:00
Adam Dobrawy
fc9a1aaa11
Update django and python version in classifiers
2017-07-08 14:15:13 +02:00
Adam Dobrawy
21036d73c4
Add missing classifiers in setup.py
2017-06-22 02:52:58 +02:00
anweshadas
da29259d9f
Adds license information to the setup function ( #115 )
...
As suggested in https://packaging.python.org/distributing/#license
2016-08-20 20:00:36 -07:00
Adam Coddington
d56e3846e8
Updating tox settings.
2016-05-14 23:32:12 -07:00
Adam Coddington
1c1b3ce7db
Fix travis test runner for django-mailbox.
2016-05-14 22:21:39 -07:00
Adam Coddington
f706cacd27
Skip integration tests if there are missing environment variables.
...
This should allow Pull Requests to properly run all non-integration tests.
Squashed commit of the following:
commit a03e2a6592234e089d1fe9adc360b1e33a0c4b57
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:57:27 2015 -0700
Removing a dummy empty variable.
commit cd5964ab59
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:52:52 2015 -0700
Removing unused import.
commit 39b67b8562
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:52:35 2015 -0700
Use TestCase.skipTest.
commit 63d6dad73e
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:44:16 2015 -0700
Testing something out to make sure integration tests will fail.
commit 51f0cf44bf
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:38:50 2015 -0700
Adding unittest2 to requirements so we can skip tests on Python 2.6.
commit 3cc035f58b
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 20:56:04 2015 -0700
Try skipping integration tests if not all environment variables are available.
2015-07-21 22:57:41 -07: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
2e23521220
Release 4.1; adding Django 1.7 migrations support.
2014-11-08 14:23:07 -08:00
Adam Coddington
ecc8ac8bcc
Release 4.0.2.
2014-10-14 19:33:08 -07:00
Adam Coddington
7e424d4531
Release 4.0.1.
2014-09-07 12:21:48 -07:00
Adam Coddington
13eeb74234
Releasing version 4.0.
2014-09-01 13:35:37 -07:00
Adam Coddington
342c6af252
Version 3.4.2.
2014-08-22 20:08:33 -07:00
Adam Coddington
4c9402edd0
Version 3.4.2a2.
2014-08-22 20:04:53 -07:00
Adam Coddington
992375fc6b
Version 3.4.2a1
2014-08-22 19:55:18 -07:00
Adam Coddington
7474cf0118
Prevent ImapTransport from raising exception when no messages are available. Fixes #24 . Release 3.4.1.
2014-08-14 21:41:08 -07:00
Adam Coddington
83a6249c85
s/latestrevision/coddingtonbear/g
2014-07-31 20:30:42 -07:00
Adam Coddington
652ae282ba
Bumping version number to 3.4.
2014-06-01 14:27:03 -07:00
Alex Lovell-Troy
cc4e72305d
Adding gmail oauth2 authentication
...
python-social-auth is an optional dependency
2014-05-28 20:10:45 -06:00
Adam Coddington
bf2f0c89d4
Bumping version number to 3.3.
2014-05-25 12:37:46 -07:00
Adam Coddington
872f4786c7
Actually fixing Python 3 support; thanks for pointing out that it was broken, @greendee!
2014-04-25 16:50:44 -07:00
Adam Coddington
3b2d60a903
Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time).
2014-04-25 16:45:35 -07:00
Adam Coddington
4002d5c222
Bumping version number.
2014-04-24 15:49:49 -07:00
Adam Coddington
2b90f08250
Merge branch 'master' of github.com:coddingtonbear/django-mailbox
2014-04-24 15:49:18 -07:00
Adam Coddington
002e33bd95
Refactoring imports for Python3 support. Fixes #13 .
...
* Refactoring unicode payload handling of mis-encoded payloads.
* Uses six.moves.urllib to find proper urllib versions.
2014-04-24 15:44:45 -07:00
Adam Coddington
a2cf80ef99
Fixing header decoding such that it works properly under both Python 3.x and 2.x.
2014-04-22 17:06:17 -07:00
Adam Coddington
79493cb1bc
Bumping version number to 3.1.
2014-04-22 15:50:46 -07:00
Adam Coddington
8d7e24af3a
Moving active development from bitbucket to github.
2013-12-15 21:47:34 -08:00
Adam Coddington
d2c58bcf60
Bumping patch number to 3.0.3.
2013-11-26 21:29:39 -08:00
Adam Coddington
81615a27e0
Bumping version number.
2013-09-07 13:07:09 -07:00
Adam Coddington
a6b4d3729a
Removing 'body' from admin message display.
2013-08-04 19:57:28 -07:00
Adam Coddington
e858703642
Bumping major revision number given new migration and changes to DB storage of message body.
2013-07-26 22:19:45 -07:00
Adam Coddington
35ea317204
Bumping version number.
2013-07-26 20:24:29 -07:00
Adam Coddington
198b994be8
Removing print statement.
2013-06-23 20:52:50 -07:00
Adam Coddington
5f289289ce
Major refactor of message attachment handling; no longer stores verbatim
...
message copy in database.
Bumping version number to 2.1
* Walks through incoming message, write attachments to disk as they are found,
and alters message body removing actual attachment body, and adding
header 'X-Django-Mailbox-Interpolate-Attachment' referencing the ID of the
stored attachment.
* When calling ``get_email_object``, will walk through stored message, and
're-hydrate' the message by finding said headers, searching for the
appropriate record in the MessageAttachments table, and rebuild the message
object as closely as possible.
Minor fixes:
* Properly collect text/plain content from any part of the message; previously
would only check the message's first level of payloads, now walks through
all payloads, building a string of all text/plain content.
* Remove use of deprecated `assertEquals` message.
2013-06-23 20:27:50 -07:00
Adam Coddington
1d14b39889
Updating trove classifiers.
2013-06-22 15:59:46 -07:00
Adam Coddington
38b2a077ec
Adding misplaced comma.
2013-06-22 15:46:10 -07:00
Adam Coddington
871d2983b8
Bumping version; adding python 3 support.
2013-06-22 15:43:32 -07:00
Adam Coddington
364a3061c2
Adding Python3 support.
2013-06-22 15:42:50 -07:00
Adam Coddington
cb1e3cb90c
Bumping version number.
2013-06-22 15:08:16 -07:00
Adam Coddington
156b6fb418
Hide original body from email message display in admin; bumping version number.
2013-06-11 22:32:13 -07:00
Adam Coddington
4b70cf6f21
Fixing bad migration; keeping migration for rebuilding associations as a management command.
2013-06-11 22:23:27 -07:00
Adam Coddington
f6e1336eb8
Bumping version number.
2013-06-11 22:04:19 -07:00
Adam Coddington
8c9e6b76cb
Bumping version number.
2013-06-11 22:01:06 -07:00