Patrik Dufresne
Patrik Dufresne
Here another tentative. Sorry for all the noise. I'm not used to OCA code policies. See my comments for #3017
Is there something blocking the merge ?
Hello All, I took some time to update this Pull Request with the changes recommended.
Never mind, Suddently, I can't reproduce the problem. Sorry for the noise
Finnaly the problem started again. I notice the issue arise when defining an "archive" folder option. Since the expunge is execute on every delete operation and not at the very...
Thank you !
As highlighted in PR #3222, the reverse processing of emails aims to address a similar issue to the one you're working on here. But I fail to see the exact...
ok, I see `connection.uid("search", charset, criteria)` vs `connection.search(None, criteria)` I've missed that while looking at the changes. Thanks for pointing the changes.
> This change appears to be mentioned in the [changelog](https://github.com/ansible/ansible/blob/stable-2.19/changelogs/CHANGELOG-v2.19.rst#id10): > > > vars lookup - The default substitution only applies when trying to look up a variable which is...
> The problem occurs because in 2.18 the default for the vars lookup applies to any undefined that exists anywhere in the requested variable, no matter how deeply nested, but...