feat: add downloads directory argument for attachment download

Refs: #559
This commit is contained in:
Clément DOUIN
2026-01-21 22:12:30 +01:00
parent 63b3485575
commit 6219e30609
4 changed files with 34 additions and 23 deletions
Generated
+8 -8
View File
@@ -1216,7 +1216,7 @@ dependencies = [
[[package]]
name = "email-lib"
version = "0.26.4"
source = "git+https://github.com/pimalaya/core#145f89686fc6ef7b41523e62802a7133e1461100"
source = "git+https://github.com/pimalaya/core#839bc44905570a17a86554d49b7d081b1e15c1a8"
dependencies = [
"async-trait",
"chrono",
@@ -1862,7 +1862,7 @@ dependencies = [
[[package]]
name = "http-lib"
version = "0.1.0"
source = "git+https://github.com/pimalaya/core#145f89686fc6ef7b41523e62802a7133e1461100"
source = "git+https://github.com/pimalaya/core#839bc44905570a17a86554d49b7d081b1e15c1a8"
dependencies = [
"thiserror 2.0.18",
"tokio",
@@ -2265,7 +2265,7 @@ dependencies = [
[[package]]
name = "keyring-lib"
version = "1.0.2"
source = "git+https://github.com/pimalaya/core#145f89686fc6ef7b41523e62802a7133e1461100"
source = "git+https://github.com/pimalaya/core#839bc44905570a17a86554d49b7d081b1e15c1a8"
dependencies = [
"keyring",
"once_cell",
@@ -2581,7 +2581,7 @@ dependencies = [
[[package]]
name = "mml-lib"
version = "1.1.1"
source = "git+https://github.com/pimalaya/core#145f89686fc6ef7b41523e62802a7133e1461100"
source = "git+https://github.com/pimalaya/core#839bc44905570a17a86554d49b7d081b1e15c1a8"
dependencies = [
"async-recursion",
"chumsky",
@@ -2787,7 +2787,7 @@ dependencies = [
[[package]]
name = "oauth-lib"
version = "2.0.0"
source = "git+https://github.com/pimalaya/core#145f89686fc6ef7b41523e62802a7133e1461100"
source = "git+https://github.com/pimalaya/core#839bc44905570a17a86554d49b7d081b1e15c1a8"
dependencies = [
"http-lib",
"oauth2",
@@ -3097,7 +3097,7 @@ dependencies = [
[[package]]
name = "pgp-lib"
version = "1.0.0"
source = "git+https://github.com/pimalaya/core#145f89686fc6ef7b41523e62802a7133e1461100"
source = "git+https://github.com/pimalaya/core#839bc44905570a17a86554d49b7d081b1e15c1a8"
dependencies = [
"async-recursion",
"futures",
@@ -3284,7 +3284,7 @@ dependencies = [
[[package]]
name = "process-lib"
version = "1.0.0"
source = "git+https://github.com/pimalaya/core#145f89686fc6ef7b41523e62802a7133e1461100"
source = "git+https://github.com/pimalaya/core#839bc44905570a17a86554d49b7d081b1e15c1a8"
dependencies = [
"serde",
"thiserror 2.0.18",
@@ -3727,7 +3727,7 @@ dependencies = [
[[package]]
name = "secret-lib"
version = "1.0.0"
source = "git+https://github.com/pimalaya/core#145f89686fc6ef7b41523e62802a7133e1461100"
source = "git+https://github.com/pimalaya/core#839bc44905570a17a86554d49b7d081b1e15c1a8"
dependencies = [
"keyring-lib",
"process-lib",