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

57 commits

Author SHA1 Message Date
Pascal F
7231c67aae
Fix DJANGO_MAILBOX_DEFAULT_CHARSET setting 2023-12-17 06:06:19 +01:00
Pascal Fouque
70d35943f3
Merge pull request #281 from pfouque/documentation
Update Documentation
2023-12-15 20:37:07 +01:00
Pascal F
3ab51ac1c8
cleanup and update 2023-12-15 20:35:54 +01:00
Pietro
8779271d15 Change to documentation regarding Office365 configuration 2023-12-11 13:53:35 +01:00
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
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
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
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
Jace Manshadi
14423b5a15
updating the link for python-social-auth 2018-05-10 21:14:33 -07:00
Adam Coddington
b7baae454b
Update polling.rst
Improving "Getting incoming mail" documentation clarity.
2018-03-21 08:55:47 -07:00
Adam Dobrawy
0a10dd509d Add 'Development' section in docs (#161)
* Add 'Development' section in docs

* Fix typo in development procedure
2018-03-09 10:08:45 -08:00
Adam Dobrawy
08512ac316
Update index.rst 2017-11-03 14:47:59 +01:00
Adam Dobrawy
4ded1e16dd Auto-add model fields as param in docs 2016-08-16 07:47:18 +02:00
Steeve
8a73076427 add imaps STARTTLS support (#94)
* add imaps STARTTLS support using +tls

* documentation on STARTTLS
2016-05-15 12:05:11 -07:00
Adam Dobrawy
fdaf245488 Fix typo in docs list
The list was not parsed as list.
2015-08-25 04:00:46 +02:00
eupharis
1a04087159 add DJANGO_MAILBOX_ATTACHMENT_UPLOAD_TO setting 2015-06-22 17:28:23 -06:00
Adam Coddington
03fa9c6df0 Switch to the default documentation theme. 2015-04-21 12:16:15 -07:00
Adam Coddington
e6fb545608 Adding model documentation to docs; fixes #47. 2015-04-20 20:55:16 -07:00
Adam Coddington
440f31174f Merge remote-tracking branch 'ad-m/master' into 44_store_original_email 2015-03-23 19:42:06 -07:00
Adam Coddington
33db00f605 #46: Minor alterations to documentation to keep it organized. 2015-03-22 20:54:52 -07:00
Dmitry
36d515fec1 Update mailbox_types.rst 2015-03-18 23:25:21 +04:00
Dmitry
0c2b01bb78 Update mailbox_types.rst
Added description for uri param ``folder`` in protocol imap
2015-03-18 23:05:35 +04:00
Adam Dobrawy
835986c96a Added random eml file name, removed getattr related to self.mailbox.from_email in Message.reply, fix docs - second round of pull requests 2015-03-18 09:56:52 +01:00
Adam Dobrawy
42d891bd8d Added storing original message in file 2015-03-15 02:16:27 +01:00
Adam Coddington
4c1eff5202 Minor clarification. 2014-11-19 23:42:15 -08:00
Adam Coddington
1503bcaeee Moving settings into appendix, too. 2014-08-17 18:32:25 -07:00
Adam Coddington
6b29b1bc86 Moving 'message storage details' page into appendix 2014-08-15 21:02:53 -07:00
Adam Coddington
3ffbcea3bf This probably should have been using explicit references anyway. 2014-08-13 17:40:26 -07:00
Adam Coddington
24dd3be36a Minor alterations and clarifications to @fsboehme's fantastic addition. 2014-08-13 17:40:03 -07:00
fsboehme
9706fda4e3 Update installation.rst
added db migration step and mailbox setup to installation notes
2014-08-13 16:45:41 -07:00
Adam Coddington
83a6249c85 s/latestrevision/coddingtonbear/g 2014-07-31 20:30:42 -07:00
Adam Coddington
3a2e05b01f Updating documentation to explain exim4 configurations in greater detail. 2014-06-03 19:51:34 -07:00
Adam Coddington
7a19c5db25 Minor documentation tweaks. 2014-05-31 19:04:24 -07:00
Adam Coddington
91da5d3203 Merge remote-tracking branch 'alexlovelltroy/size_limiting' into issue_19 2014-05-30 16:31:13 -07:00
Alex Lovell-Troy
857643e978 Update mailbox_types.rst 2014-05-28 21:33:38 -06:00
Alex Lovell-Troy
7e4f8cd6cd reformatting 2014-05-28 21:32:25 -06:00
Alex Lovell-Troy
d6f3ff2c5c Adding a missed edit 2014-05-28 21:30:04 -06:00
Alex Lovell-Troy
677e420dec Adding gmail to the mailbox types
and adding the type to models.py
2014-05-28 21:24:46 -06:00
Alex Lovell-Troy
b2abec1d40 fixing typo in the docs 2014-05-28 20:53:44 -06:00
Alex Lovell-Troy
58550c76c9 Teaching people how to use the settings 2014-05-28 20:50:48 -06:00
Adam Coddington
6336e910bd Fixing a documentation glitch; thanks for catching this, @yellowcap. 2014-05-26 10:25:55 -07:00
Adam Coddington
bf2f0c89d4 Bumping version number to 3.3. 2014-05-25 12:37:46 -07:00
Adam Coddington
02567acdc2 Minor alterations to @yellowcap's pull request submission:
* Using a query parameter argument (rather than the entire query string)
  to specify the folder into which e-mail messages should be archived.
* Duplicating the IMAP tests; this could probably be a bit more simply
  done, but we'll at least be verifying both archived and non-archived
  use cases.
* Simplifying some aspects of the documentation to include references
  to this new feature.
2014-05-25 12:35:20 -07:00
Daniel
0e0c6cf170 Added email archiving option to IMAP transport 2014-05-23 09:17:14 +01:00
Adam Coddington
8d7e24af3a Moving active development from bitbucket to github. 2013-12-15 21:47:34 -08:00
Adam Coddington
58ca8beeef Updating documentation. 2013-08-04 17:15:11 -07:00
Adam Coddington
a7dcb05b37 Adding target to travis.ci link. 2013-07-25 00:24:39 -07:00