Clément DOUIN
Clément DOUIN
I will add the log for the next patch release. From there we will be able to debug properly this issue.
`trace` log added on `master`, should be part of the next patch release. It will look like this: ``` 2025-01-10T10:52:06.012370Z TRACE list_envelopes{folder="INBOX" opts=ListEnvelopesOptions { page_size: 10, page: 0, query: None...
New release [`v1.1.0`](https://github.com/pimalaya/himalaya/releases/tag/v1.1.0) out, could you share the new trace logs?
```text SequenceSet([Range(Value(175), Value(166))]+) ``` I bet the server does not appreciate the range order. As far as I remember, the range should be commutative. `175:166` should be the same as...
Just found back in [RFC 3501](https://datatracker.ietf.org/doc/html/rfc3501#page-90): ```abnf seq-range = seq-number ":" seq-number ; two seq-number values and all values between ; these two regardless of order. ; Example: 2:4 and...
> Hmm... maybe some implementation wants to get messages in reversed order? Say... you want to fetch 100:1 starting with 100. When we exclude this possibility, people would need to...
> But maybe it's a good idea to transparently change 5:1 to 1:5 in imap-types then indeed... Isn't it a perfect use case for introducing a new quirk? Something like...
I personally don't use Evil Mode, so I cannot really help there. But PRs are definitely welcomed!
For the first error, I think a `--locked` could work. This prevents cargo to install newer deps and to keep versions as listed in the lock file. For the other...
Which OS do you run? Happy that you like the projects, have a look at other Pimalaya's projects it moves quite a lot these days. I just released a CLI...