Adrian Gibanel Lopez
Adrian Gibanel Lopez
> I have tried a variety of different options to upload my Google Takeout mbox to my IMAP account. No matter what I do I get: > > to [Opened,Category...
Our newest branch: https://github.com/btactic/imap-upload/tree/google_takeout_codepages_fixes_v1 which we will merge soon thanks to https://github.com/rgladwell/imap-upload/pull/54 deals better with wrong encoding in subject lines. Prior to this improvement I have never experienced the program...
> There doesn't seem to be a way to import emails to google workspace to a specific sub-label. I've tried using the --box command which creates the label, but the...
I recommend you to copy and paste your error messages as text, not as an image. That's the expected behavior when reporting an issue.
I have managed to reproduce the bug described here in **v8.0.1.31** tag in Ubuntu 16.04 (actually it's inside of the Docker). Here there is how I built this as a...
v8.0.0.99 attempt to build seems to have the same problem. ``` cd /root git clone \ --depth=1 \ --recursive \ --branch v8.0.0.99 \ https://github.com/ONLYOFFICE/build_tools.git \ build_tools # Ignore detached head...
I think that the problem relies on depot_tools needing a minimum of Python 3.8 while Ubuntu 16.04 only has Python 3.5.2. The error is around an f-string which was introduced...
Changing distro from ubuntu:16.04 to ubuntu:20.04 in Dockerfile enables you to build this without any of the problems described here.
> > Changing distro from ubuntu:16.04 to ubuntu:20.04 in Dockerfile enables you to build this without any of the problems described here. > > Hi @adriangibanelbtactic! > > Could you...
> With regard to the consequences and other things you wrote. The jetty.xml.production.patch **does** still need patching. Go to tag 10.0.0 and you will see that it's still there. Onlyoffice...