From 0f2095947cd4feadbee4129d8fdf8ad6f74380b8 Mon Sep 17 00:00:00 2001 From: bjoern Date: Mon, 13 Sep 2021 21:12:00 +0200 Subject: [PATCH] download on demand (#2631) * draft a download-api * basic implementation * allow partial downloads for protected chats * use a separate column for download_state * force a minimal timeout for delete_server_after in combination with partial messages * add a warning if a possible download may expire by delete_server_after * test load_imap_deletion_msgid() * add a test for a partial download * improve documentation and visibility * let get_download_limit() return Result