Function email::folder::sync::expunge

source ·
pub(crate) async fn expunge<L, R>(
    pool: Arc<ThreadPool<SyncPoolContext<L::Context, R::Context>>>,
    folders: &HashSet<String>
)
where L: BackendContextBuilder + 'static, R: BackendContextBuilder + 'static,