JSON-RPC: add get_http_blob API

This commit is contained in:
link2xt
2023-04-18 12:52:36 +00:00
parent 0b832fb9de
commit 37503dd3e8
12 changed files with 88 additions and 77 deletions

View File

@@ -68,7 +68,6 @@ mod decrypt;
pub mod download;
mod e2ee;
pub mod ephemeral;
mod http;
mod imap;
pub mod imex;
mod scheduler;
@@ -104,7 +103,7 @@ mod dehtml;
mod authres;
mod color;
pub mod html;
mod net;
pub mod net;
pub mod plaintext;
pub mod summary;