From f9bc426b8f157e4c10d8be4b8d8ff30be476e2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Tue, 24 Feb 2026 23:56:59 +0100 Subject: [PATCH] fix: search utf-8 on IMAP Refs: #635 --- Cargo.lock | 3 +-- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1a1f45a..b563b782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2064,8 +2064,7 @@ dependencies = [ [[package]] name = "imap-client" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39a6e7b1eb0ba05eb1b328583cc36e132acc4ef18a171c9f261b6a854cbb385d" +source = "git+https://github.com/pimalaya/io-imap#620d0c46c306e2a208df9f3c08ed500403bd08b7" dependencies = [ "imap-next", "rip-starttls", diff --git a/Cargo.toml b/Cargo.toml index a1401fb4..f7c54401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,3 +55,4 @@ uuid = { version = "1.19", features = ["v4"] } [patch.crates-io] pimalaya-tui.git = "https://github.com/pimalaya/tui" +imap-client.git = "https://github.com/pimalaya/io-imap"