first implementation of the mail rework

This commit is contained in:
Jonas Winkler
2020-11-15 23:56:08 +01:00
parent 011bc9916e
commit 0b1637da62
25 changed files with 421 additions and 8665 deletions

View File

@@ -0,0 +1,13 @@
from django.core.management.base import BaseCommand
from paperless_mail import mail, tasks
class Command(BaseCommand):
help = """
""".replace(" ", "")
def handle(self, *args, **options):
tasks.process_mail_accounts()