coddingtonbear / django-mailbox

Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.
MIT License
356 stars 164 forks source link

Error migrating #275

Closed jslovern391 closed 9 months ago

jslovern391 commented 11 months ago

TypeError: Signal.init() got an unexpected keyword argument 'providing_args'

Have a mail-in-a-box server and want to import email messages into django.

Pietro395 commented 11 months ago

Hello, what django version are you using?

jslovern391 commented 11 months ago

4.2

Pietro395 commented 11 months ago

4.2

Atm django mailbox doesn't support Django 4

jslovern391 commented 11 months ago

well that would do it - any plans to do so?

coddingtonbear commented 11 months ago

Yes! I just need folks to review the open PR adding that and try the changes out in their own environments -> https://github.com/coddingtonbear/django-mailbox/pull/249

jslovern391 commented 11 months ago

Ok I am new to django and git so if you can help me with this I would be happy to test it. I need this functionality for my app.

abhishekc-bhs commented 10 months ago

TypeError: Signal.init() got an unexpected keyword argument 'providing_args'

Have a mail-in-a-box server and want to import email messages into django.

Downgrade to Django 3.2 and it works. 3.2 LTS supported till 2024 first quarter.

Hope this helps :)

Pietro395 commented 9 months ago

@jslovern391 4.9.0 has been released