shamoon
991c9b0ca4
Enhancement: disable-able mail rules, add toggle to overview ( #7810 )
2024-09-30 19:42:19 -07:00
Trenton H
b60e16fe33
Chore: Backend dependencies update ( #5676 )
2024-02-08 09:48:24 -08:00
Adam Bogdał
5723bd8dd8
Fix: speed up admin panel for installs with a large number of documents ( #5052 )
2023-12-19 16:17:43 -08:00
Trenton H
6e371ac5ac
Enhancement: Allow excluding mail attachments by name ( #4691 )
...
* Adds new filtering to exclude attachments from processing
* Frontend use include / exclude mail rule filename filters
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-12-02 08:26:19 -08:00
shamoon
23fefc3ab7
Include permissions for mail rules & accounts
2023-07-26 07:28:25 -07:00
Trenton H
6f163111ce
Upgrades black to v23, upgrades ruff
2023-04-26 09:35:27 -07:00
Trenton H
3bcbd05252
Fixes ruff not running isort against the codebase
2023-04-26 09:35:27 -07:00
Trenton H
ce41ac9158
Configures ruff as the one stop linter and resolves warnings it raised
2023-04-01 17:03:52 -07:00
Trenton H
3e467c517d
Allows filtering email by the TO value(s) as well
2023-03-12 10:31:42 -07:00
shamoon
489340a338
Update admin.py
2023-03-02 19:37:09 -08:00
Jonas Winkler
e0f324f61c
fix links in django admin
2023-03-01 18:17:55 +01:00
Jonas Winkler
3c3c847db5
reconfigure mail admin
2023-02-21 22:07:14 +01:00
Jonas Winkler
1189df1fe6
changes
2023-02-21 18:37:08 +01:00
phail
36239ba09f
rename help text
2022-10-24 22:15:33 +02:00
phail
47851ddd3f
Merge remote-tracking branch 'paperless/dev' into feature-consume-eml
2022-04-29 23:52:56 +02:00
phail
cca576f518
add feature to consume imap mail als .eml
2022-04-15 14:40:02 +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
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
Stéphane Brunner
7113a18f3b
Hide the password field ( #103 )
2022-02-19 22:49:57 +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
fddda75f75
more translation
2020-12-31 15:59:12 +01:00
Jonas Winkler
5a292426c9
codestyle
2020-11-22 13:23:46 +01:00
Jonas Winkler
54af13e4b8
much better mail rule admin
2020-11-22 01:39:48 +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
8908bc259e
updated logging, logging for the mail consumer to see whats happening
2020-11-18 13:23:30 +01:00
Jonas Winkler
0b1637da62
first implementation of the mail rework
2020-11-15 23:56:22 +01:00