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,7 @@
from django.apps import AppConfig
class PaperlessMailConfig(AppConfig):
name = 'paperless_mail'
verbose_name = 'Paperless Mail'