2020-11-15 23:56:22 +01:00

14 lines
246 B
Python

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()