pub(crate) async fn sync<L, R>(
pool: Arc<ThreadPool<SyncPoolContext<L::Context, R::Context>>>,
folders: &HashSet<String>
) -> Result<EmailSyncReport>where
L: BackendContextBuilder + 'static,
R: BackendContextBuilder + 'static,Expand description
Errors related to email synchronization.