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

updating location of logic for getmail command #264

Closed modernNeo closed 1 year ago

modernNeo commented 1 year ago

moving logic for processing all the new emails from all mailboxes to a method under Mailbox so it can be called from other modules

modernNeo commented 1 year ago

@coddingtonbear thanks for merging 😄

Do I need to submit another PR to bump the versions or will you do that yourself?

coddingtonbear commented 1 year ago

No, no, I can sort that out! Thanks for taking the time to put together a patch, @modernNeo!

modernNeo commented 1 year ago

Hi @coddingtonbear ,

when do you think you will get around to releasing the patch?