Arjen
Arjen
> * Add another mailbox picker to the _Default folders_. IMAP does have a special use attribute for the archive mailboxes but to my knowledge it can be multiple. Just...
Looks like a new release for chrono is on its way: https://github.com/chronotope/chrono/issues/674 . A beta and an rc have been published already.
I took the liberty to open a PR https://github.com/Keats/tera/pull/741
There have been like 75 commits since 0.4.20. The plan to make dependencies optional using feature flags sounds way more useful
In the meantime `tokio-rustls = 0.26.0` was released and we got [RUSTSEC-2024-0336](https://rustsec.org/advisories/RUSTSEC-2024-0336) @pimeys will you update this PR? @programatik29 can we get this merged somehow?
Suggestion that fits this (if more languages would be supported): `-w rust,node,etc` Also, would `rust` be a sane default? I guess a lot of people using `cargo` would want to...
Thanks for your response. I discussed some options in https://github.com/SergioBenitez/Rocket/issues/2425, I just haven't found any time to look at it any further
> I did some testing and it turns out that the builtin cache of horde does not seem to cache full message bodies. There was no measurable difference between loading...
I see. So the body is stored on the client side, and therefore way faster after the first load? What do you think about pre-fetching a bunch of emails when...
I had a quick look at the behaviour and I noticed the following. When I click on a message the following happens: 1. `/api/messages/{id}/thread` is called - this returns the...