Gabriel Burca
Gabriel Burca
Thanks for the pull request. I'll hold off merging it in until you've had a chance to do some testing, just to make sure the master branch is functional.
I tried testing this but http://www.brianramos.com/ (the source for PyZenity) seems to be down.
I was looking to pull this in, but there's a few things that need to be fixed first: - The indentation is inconsistent (some lines use tabs, others spaces) and...
There are 3 types of files created: 1. A file containing folder/label metadata 2. A file containing email message metadata 3. One file per email message (similar to maildir) The...
I found a number of projects that allow you to mount an S3 bucket locally as a file system, so I don't think I'll be adding S3 support directly to...
Thanks for the head-up. I updated the code to work with Android 6 (Marshmallow).
RefBase.h should be part of the ndk. Make sure you have the appropriate directories in your include path and that you can successfully build one of the sample ndk apps...
Has this project repository been abandoned? There are a whole bunch of pull requests that have been lingering for many months (years?) and the last commit was almost 2 years...
It seems like the code to retry on HTTP 408 is commented out in the main branch. I've enabled a tweaked version of it in gburca@85ef4aa but I haven't run...
You could try my version (d04ab69ca78f29e4b57a7567f2fcac9f17439073) which has handling for these kinds of errors. I've successfully uploaded files over 200Gb and files that took days to upload. Timeout (408) errors...