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

when will the new code be released? #276

Closed modernNeo closed 9 months ago

modernNeo commented 9 months ago

looking at pypi, I see that the last release happened about 3 years ago at this point: https://pypi.org/project/django-mailbox/#history

Even though there are 2 PRs that were merged in 2022 and 2023. Will there ever be another pypi release or do we need to resort to other ways of importing the module?

pfouque commented 9 months ago

@coddingtonbear are you looking for help to maintain this repository?

coddingtonbear commented 9 months ago

Yes -- definitely. On a few of the PRs, I've indicated that I need somebody to verify changes in actual, real environments that receive real e-mail to verify that those PRs do indeed work and not cause their own bugs. I do not currently and certainly won't in even the remote future be able to find the time to do those verifications myself.

Pietro395 commented 9 months ago

Yes -- definitely. On a few of the PRs, I've indicated that I need somebody to verify changes in actual, real environments that receive real e-mail to verify that those PRs do indeed work and not cause their own bugs. I do not currently and certainly won't in even the remote future be able to find the time to do those verifications myself.

We did a review of the pull request made by @pfouque For now everything is ok, in the next few days we will try Office365

Pietro395 commented 9 months ago

@modernNeo 4.9.0 has been released

ptav commented 9 months ago

Hi both, I've reviewed the Django 4 pull request from @fleur. We're using that in production having merged with master (needed to resolve a trivial conflict in .gitignore but can't change that myself). I'm using o365 and all seems well for a few days now. I've added my review to the request but still being flagged as needing a review.

modernNeo commented 9 months ago

@modernNeo 4.9.0 has been released

@Pietro395 🥳

But I would like to inquire if this means that a new release workflow has been established since @coddingtonbear has admitted they don't have time for maintenance?

Pietro395 commented 9 months ago

@modernNeo 4.9.0 has been released

@Pietro395 🥳

But I would like to inquire if this means that a new release workflow has been established since @coddingtonbear has admitted they don't have time for maintenance?

:smiley:

It's still to be determined, in the meantime I'll try to help @coddingtonbear