1
0
Fork 0
Commit graph

540 commits

Author SHA1 Message Date
Pascal Fouque
c722d7e52c
Add a small section about spaces in folder names to the docs
Add a small section about spaces in folder names to the docs
2024-05-21 21:01:06 +02:00
Franz Dietrich
94057cd04a
Add a small section about spaces in folder names to the docs 2024-05-21 20:11:48 +02:00
Pietro
cff1066b66
Merge pull request #290 from Res42/master
fix: message.text throws exception with bad characters in attachment filename
2024-04-25 13:10:43 +02:00
Adam Reisinger
488c726c2d fix message.text exception when attachment filename header contains weird characters
Add failing test for bad header character

fix

add comment
2024-04-25 13:01:43 +02:00
Adam Coddington
376bcff6bf Bump version: 4.10.0 → 4.10.1 2024-04-20 19:22:52 -05:00
Pietro
7701701a88
Merge pull request #288 from xeroticikot/model-admin-fix
fixed the "attachements" string
2024-04-16 19:11:26 +02:00
Mahmud Abdur Rahman
26cb103c3a
fixed the "attachements" string
"attachements" was throwing the error on model admin. fixed the issue with removing the extra "e" from the string.
2024-04-16 23:06:16 +06:00
Adam Coddington
5dc7c7d84a Bump version: 4.9.0 → 4.10.0 2024-04-15 20:15:06 -05:00
Pascal Fouque
130a0f5499
Improve performance of MessageAdmin (#286) 2024-04-10 12:50:07 +02:00
Willem Van Onsem
5d056a7699
boost efficiency of the ModelAdmin 2024-04-10 07:42:52 +02:00
Pietro
f4a0782d3d
Merge pull request #284 from the-maverick-lab/akshet/close-connection
Close connections after we are done with them
2024-03-09 15:02:48 +01:00
Akshet Pandey
f91b4ee544 supress errors during close 2024-02-28 14:10:01 -08:00
Akshet Pandey
fbaa378e59 Close connections after we are done with them 2024-02-28 11:42:21 -08:00
Pietro
592126c439
Merge pull request #283 from Pietro395/master
MessageAttachment __str__ change
2023-12-27 14:17:46 +01:00
Pietro
7570a0d37a
Update django_mailbox/models.py
Co-authored-by: Pascal Fouque <pfouque@users.noreply.github.com>
2023-12-27 00:40:48 +01:00
Pietro Mingo
21faa22404 MailboxAttachment __str__ change 2023-12-24 12:53:18 +01:00
Pietro
d04d4d56da
Merge branch 'coddingtonbear:master' into master 2023-12-23 21:03:09 +01:00
Pietro
dd37322a61
Merge pull request #273 from martinmanzo/master
Close attachments
2023-12-23 21:01:28 +01:00
Pietro
997bed0164
Merge pull request #230 from rmlt/fix_message_rfc822_attachments__based_on_master
Fix message/rfc822 attachment processing
2023-12-19 22:43:59 +01:00
Pascal Fouque
8c664a4880
Merge pull request #282 from pfouque/fix_nullable_field_admin
Make eml field Blankable
2023-12-17 09:36:54 +01:00
Pascal F
0f82c95ca0
Make eml field Blankable 2023-12-17 06:27:45 +01:00
Pascal Fouque
3b505ac965
Update settings documentation for DJANGO_MAILBOX_DEFAULT_CHARSET #280
Update settings documentation for DJANGO_MAILBOX_DEFAULT_CHARSET
2023-12-17 06:08:44 +01:00
Pascal F
7231c67aae
Fix DJANGO_MAILBOX_DEFAULT_CHARSET setting 2023-12-17 06:06:19 +01:00
Pascal Fouque
3c6f3830b3
Fix malformed setting DJANGO_MAILBOX_DEFAULT_CHARSET #267
Fix malformed setting DJANGO_MAILBOX_DEFAULT_CHARSET
2023-12-17 06:04:11 +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
Pascal F
7d2396bf56
Remove south migrations 2023-12-12 06:07:35 +01:00
Pietro
34f2d2b98b
Merge pull request #279 from coddingtonbear/docs
Change to documentation regarding Office365 configuration
2023-12-11 19:54:25 +01:00
Pietro
8779271d15 Change to documentation regarding Office365 configuration 2023-12-11 13:53:35 +01:00
Pascal F
52bff59eda
Merge pull request #278 from coddingtonbear/ci
fix CI implemented by pfouque
2023-12-11 06:26:01 +01:00
Pietro
1be4a79152
Merge pull request #271 from arneatec/master
Bulgarian translation
2023-12-10 23:48:43 +01:00
Pietro
8f7d9fb74c fix CI implemented by pfouque 2023-12-10 23:18:20 +01:00
Adam Coddington
a41768c160 Bump version: 4.8.2 → 4.9.0 2023-12-09 19:11:20 -08: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
aae32d7aa2
Merge branch 'coddingtonbear:master' into master 2023-11-03 11:40:00 +01:00
Martin Manzo
7e250b2504 Close attachments 2023-08-11 10:33:45 -03:00
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