Clément DOUIN
Clément DOUIN
With the PR, I do not have anymore the `cannot be shared between threads safely`, but I still cannot run multiple tasks in parallel using a same `Session`. My intuition...
I forgot about this PR as it did not fix my initial issue. I can take a look back during this week and see if I can complete it.
Sorry for the very long delay. The PR is ready for another review!
It should definitely be doable. FYI, the [actual grammar](https://github.com/pimalaya/core/blob/cf86ae20d6991a55338df8c6e4fa0464ead0ad1f/email/src/email/search_query/filter/grammar.abnf#L38-L48) for the search query derives from the IMAP RFC. Thanks for the idea!
[One test](https://github.com/jonhoo/rust-imap/actions/runs/8408073328/job/23023789923?pr=284) fails but it is not related to this PR.
> Let's get this merged Awesome, thank you! Do you think it could be possible to release a new alpha version? I need this fix to release a new version...
Custom pager has often been requested, and I believe it makes sense to implement it. But rather than using an environment variable I would just use the user configuration. I...
Thanks for the report, the problem should fix by itself for the next release. I let you know.
This is really surprising, I never encountered this particular panic. I see exactly where it panics, but I don't get why. I propose you the following: I am still refactoring...
`elseif item->has_key('textEdit')` would still prevent fuzzy completion to get the right label. Let's wait for more context about the condition.