Oliver Rümpelein
5a809d7e31
Add first draft implementation, test broken.
2022-05-25 19:23:52 +02:00
phail
616a826b8a
fix Mail actions mixup
2022-04-19 00:59:57 +02:00
jonasc
0de1230a1a
Reset related_name (was set to prevent duplicate)
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
Trenton Holmes
035130ecdc
Updates the folder input text and adds docs note for how to figure out the folder separator value
2022-04-08 08:55:40 -07:00
Trenton Holmes
1771d18a21
Runs the pre-commit hooks over all the Python files
2022-03-11 11:34:28 -08: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
bcf17bfdc0
fix some translation issues
2021-01-02 00:45:23 +01:00
jonaswinkler
564f3b9170
fix some messages
2021-01-01 20:23:32 +01:00
jonaswinkler
fddda75f75
more translation
2020-12-31 15:59:12 +01:00
jonaswinkler
371745b6dc
mail handling: When exceptions occur during account/rule/message handling, paperless will continue with the next account/rule/message.
...
mail handling: When paperless encounters a very long
fixes #82
2020-12-04 15:42:05 +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
b44f8383e4
code cleanup
2020-11-21 14:03:45 +01:00
Jonas Winkler
87e83eb71b
a couple small adjustments here and there.
2020-11-18 20:41:42 +01:00
Jonas Winkler
e59696efd4
small fixes
2020-11-18 18:39:46 +01:00
Jonas Winkler
0b1637da62
first implementation of the mail rework
2020-11-15 23:56:22 +01:00