Menno Finlay-Smits
Menno Finlay-Smits
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- Currently methods that return lists of folder name objects return (flags, delim, name) triples. It would be friendlier if these where namedtuples...
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- http://tools.ietf.org/html/rfc4315 - Support "UID EXPUNGE" command - Parsing of APPENDUID response from append() - Parsing of COPYUID response from copy() - Test...
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- some servers have limits on the number of messages ids --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/3
**Is your feature request related to a problem? Please describe.** I am using goqu to build up queries where specific parts of the query come from another process. This has...
### Search first - [X] I searched and no similar issues were found ### What Happened? When I have Logseq Desktop open and put my laptop to sleep, changes made...
### What would you like to see! When an alert is submitted to inbound integration webhook API (i.e. the formatted webhook), the response is simply a plain text `Ok`. This...
### What would you like to see! The alert groups API returns timestamps for every state except `silenced`. This means that if a user silences an alert there's no way...
_send_literal was assuming that _cached_capabilites was populated when checking for LITERAL+ but this isn't guaranteed. has_capability is now used to check for LITERAL+. This will populate the capabilities cache if...
Building with setup.py is deprecated and now generates warnings as such. Move to pyproject.toml based approach using pypa/build: https://packaging.python.org/en/latest/tutorials/packaging-projects/ Remove setup.py and setup.cfg; update release creation process.
One #556 is done, have releases be automatically created and pushed to PyPI using Github Actions.