martin f. krafft
martin f. krafft
Very often, I save those attachments to the mailbox, i.e. extract them from the enclosing email. This would require K9 to handle them internally.
> Is it possible to automatic logon with SSO (OIDC) when the option OIDC_ENFORCED is set to true? > > Now the logon page is being displayed and the button...
No prototype. Right now it is just an idea. I am torn between having e.g. `mycli.mysub._enabled` control this vs `mycli.subs = ['mysub']`.
This may be related: I noticed that ```HTML {#if false}foo{/if} ``` makes `MyComponent` assume that it has children. Sure, it does, technically, but not effectively. The `{#if}` seems to be...
> Sounds like a nice idea. Any chance you'd be up to providing a PR drafting this new feature? I'll add it to my TODO list 🤣
It'd be nice if such a view existed. It needs not replace the current view, but simply provide an alternative to those who prefer it.
As a further piece of information, trying to use `asyncio.timeout` or `asyncio.wait_for` do not change the behaviour: ``` conn = await asyncio.wait_for(aioodbc.connect(dsn=connstr), timeout=10) ``` … this will run indefinitely, until...
Also note that I have not been able to reproduce this problem with `pyodbc` synchronously, i.e. with `pyodbc`, I can load the same database a million times in a row...
[odbctest.zip](https://github.com/user-attachments/files/19410817/odbctest.zip) Here is a test file that illustrates the problem. Note that a simple test database is included. Run like so: ``` > python odbctestpy -i i/path/tp/some/access.mdb -y 'select *...