Filip Hanes

Results 25 issues of Filip Hanes

Maybe some drastical changes: - no duplicate json keys in indexed documents - 1 elastic index with routing by username - _id field similar to fts-solr - don't need to...

When sending ASGI response: ```py await send({ "type": "http.response.body", "body": body, "more_body": False, }) ``` Nginx Unit currently allows body to be only`bytes` type, but Python types `bytearray` and `memoryview`...

z-enhancement ⬆️

Counting matching parens in FetchCommand.wait_data() may not be good idea. fix is coming ...

- fix FetchCommand.wait_data() - don't request capability when server sends it - support multiple untagged response types for LIST-STATUS and FETCH VANISHED - add response parsers - update README.rst I...

### Current connection code looks like: ```py # creates IMAP4 instace, ImapClientProtocol and task for connection imap = IMAP4(host, port) # waits for successful connection (state changes from AUTH to...

Hi, I think that user should be responsible to check for capabilities supported by IMAP server and use only them. Library should not restrict user this way. 1. If capability...

What is the state of development, usage?

todo: media upload test on more browsers