phail
08988e11f8
Merge remote-tracking branch 'paperless/dev' into feature-consume-eml
2022-10-23 20:37:22 +02:00
Trenton Holmes
9247300230
Transitions the backend to celery and celery beat
2022-09-26 11:25:34 -07:00
phail
cdd2b99b6b
Merge remote-tracking branch 'paperless/dev' into feature-consume-eml
2022-07-12 00:09:10 +02:00
Oliver Rümpelein
898564c8d8
Add migration for new rule.
2022-05-29 15:22:50 +02:00
phail
5a899664f8
remove .eml parser from tika
2022-05-03 18:02:08 +02:00
phail
6b7155a849
merge migrations
2022-04-30 17:33:12 +02:00
phail
47851ddd3f
Merge remote-tracking branch 'paperless/dev' into feature-consume-eml
2022-04-29 23:52:56 +02:00
phail
d8d2d53c59
fix Mail actions mixup
2022-04-19 20:14:31 +02:00
phail
616a826b8a
fix Mail actions mixup
2022-04-19 00:59:57 +02:00
phail
cca576f518
add feature to consume imap mail als .eml
2022-04-15 14:40:02 +02:00
jonasc
834ad1ef84
reformat migration with black
2022-04-12 15:06:38 +02:00
jonasc
1ce19f5444
merge migrations
2022-04-12 10:51:19 +02:00
jonasc
0de1230a1a
Reset related_name (was set to prevent duplicate)
2022-04-12 10:45:56 +02:00
jonasc
5ff304324d
Add backwards data migration
...
The documents.tests.test_migration_mime_type test suite failes if no
backwards migration is provided. This simple backwards migration sets
the old assign_tag field with a tag if exactly one is set in
assign_tags.
2022-04-12 10:45:56 +02:00
jonasc
4022284059
Allow setting more than one tag in mail rules
...
The three migrations do the following to preserve existing data in
assign_tag:
1. Add the new many-to-many field assign_tags.
2. Copy existing data from the assign_tag field to the assign_tags.
3. Delete the existing assign_tag field.
2022-04-12 10:41:08 +02:00
Trenton Holmes
f358eda5c5
Updates the mail db model to use the built-in enum capabilities and runs the migrations
2022-04-08 08:55:40 -07:00
kpj
fc695896dd
Format Python code with black
2022-02-27 15:26:41 +01:00
jonaswinkler
870808f3c2
add support for configuring mail server character set per server. fixes #548
2021-05-16 11:58:32 +02:00
jonaswinkler
e107d5df6f
fixes #153 , adds option for inline attachments and filename filters
2021-01-06 02:40:08 +01:00
jonaswinkler
0d5d8f7c80
add missing migrations
2021-01-02 01:21:44 +01:00
Jonas Winkler
172b37239f
changed a few things with the mail rule admin.
2020-11-22 11:42:17 +01:00
Jonas Winkler
af3d161f66
updated the admin, ordering for mail rules
2020-11-21 23:12:34 +01:00
Jonas Winkler
87e83eb71b
a couple small adjustments here and there.
2020-11-18 20:41:42 +01:00
Jonas Winkler
8c3ff4fa26
register schedule
2020-11-17 15:08:08 +01:00
Jonas Winkler
0b1637da62
first implementation of the mail rework
2020-11-15 23:56:22 +01:00