Clément DOUIN
Clément DOUIN
[**keyring-lib**](https://crates.io/crates/keyring-lib): *high-level, asynchronous API for `keyring-rs`* The aim of this crate is just to wrap `keyring-rs` with sane (opinionated) defaults: async with `tokio` or `async-std`, error management using [`thiserror`](https://docs.rs/thiserror/latest/thiserror/), global...
[**secret-lib**](https://crates.io/crates/secret-lib): *Cross-platform, asynchronous Rust library to retrieve secrets from different sources* The aim of this crate is to be able to retrieve secrets using different backends (including one based on...
[**mml-lib**](https://crates.io/crates/mml-lib): *Rust implementation of the Emacs MIME message Meta Language, as known as [MML](https://www.gnu.org/software/emacs/manual/html_node/emacs-mime/Composing.html)* `keyring-rs` is used inside this project to save secret keys and passphrases when used with the...
First of all, thank you trying Neverest. I'm sorry about your bad experience. I just tried again to sync my Gmail account (~4Gb) using master (`71ec0c738a69abf2dddc7ba846ebe1a763aedf48`), with a similar setup...
> My understanding from [#9 (comment)](https://github.com/pimalaya/neverest/issues/9#issuecomment-2373538728) was that the default was the number of CPUs (32 in my case), so I tried the default and _lowering_ it to 4 in...
Indeed sth is wrong, it should not take that long. Did you try with only 1 folder, for example the INBOX? How long takes an initial sync with mbsync on...
By any chance, do you have Gmail tags or aliases? If so then try to pick only the real mailboxes your are interested in, without them. Otherwise I don't see...
I do not get what is going wrong. The initial sync is literally just about downloading messages, nothing fancy. I will investigate further as soon as I approach the v1.
Could you try to increase the number of opened sessions as described in one of my [previous comment](https://github.com/pimalaya/neverest/issues/16#issuecomment-2552998172)? Just to see if you still encounter the same slowness as @desbma
There is no correct way to find the right number, it just increases the number of active connection. Sth is definitely wrong with network, I need time to investigate.