Pablo Ramos
Pablo Ramos
Just in case anyone wants to enable it too, I managed to get it working. I can't say for sure this is 100% the correct way to do it, but...
I'm seeing the same issue with 0.20.0
So I'm no python developer, but I did some debugging. It seems to check for a json field "type: error" (I'm guessing mailcow would return this in some cases?). But...
For reference, this is what an API request returns with /api/v1/get/mailbox/[email protected] ``` "max_new_quota": 107374182400, "username": "[email protected]", "rl": false, "rl_scope": "domain", "is_relayed": 0, "name": "Test User", "last_imap_login": "1601058677", "last_smtp_login": "0", "last_pop3_login":...
I fixed it! I was slightly off. you just need to replace de field "active_int" with "active" in api.py. I'm using a custom api.py for now