feat: Enhance MailToTaskImporter with inline image support and update task content handling

This commit is contained in:
2026-02-10 15:37:27 +01:00
parent 3adc50618d
commit 67ed085b38
8 changed files with 169 additions and 13 deletions

View File

@@ -1,7 +1,13 @@
{
"permissions": {
"allow": [
"Bash(git log:*)"
"Bash(git log:*)",
"Bash(git checkout:*)",
"Bash(mysql:*)",
"Bash(if [ -f logs.txt ])",
"Bash(then rm logs.txt)",
"Bash(else echo \"Plik logs.txt nie istnieje\")",
"Bash(fi)"
]
}
}