Files
Clément DOUIN b350955f21 fix(imap): add sort fallback
Introduce a new config option imap.sort.fallback: true for a slower SEARCH +
SORT combination, false for the SORT. If omitted, use fallback when the SORT
capability is not returned by the server.

Refs: #698
2026-06-12 10:57:12 +02:00

24 lines
425 B
TOML

[sources]
allow-git = [
"https://github.com/nlnetlabs/domain",
"https://github.com/pimalaya/io-email",
"https://github.com/pimalaya/io-imap",
"https://github.com/pimalaya/pimconf",
]
unknown-git = "deny"
unknown-registry = "deny"
[licenses]
allow = [
"0BSD",
"Apache-2.0 WITH LLVM-exception",
"Apache-2.0",
"BSD-3-Clause",
"CDLA-Permissive-2.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
]