Ed Sabol
Ed Sabol
In case anyone else is ever in a similar situation, I've discovered that ``` davmail.ssl.pkcs11Library=/usr/lib64/pkcs11/p11-kit-trust.so ``` also works. Essentially, you need the command: ``` p11tool --provider /usr/lib64/pkcs11/ --list-tokens ``` to...
@nemchik : This is exactly the sort of thing I was looking for. Thanks!
Ditto for "Aggregated Layer Contents", by the way. If it matters, my dive.log file contains: ``` level=error msg="IsNewView() unexpected error: unknown view" ``` Dumb question: How do you scroll the...
I doubt it has anything to do with your version of Java. There were two davmail 6.1.0 releases. The second one fixed a bundling issue that resulted in some code...
@Yamakuzure, a wire debug log might be helpful, as described here: https://davmail.sourceforge.net/faq.html#Feedback If you prefer to edit your properties file yourself, put the following lines in your properties file: ```...
Shouldn't you be using `palloc` and `pfree` instead of `malloc` and `free`?
I don't know, but I think `palloc` is what you're supposed to use in PostgreSQL extensions.
Thank you for your continued support. :)
@Bloodis94 : If you change ``` - rvm install 2.3.8 ``` to ``` - rvm install 2.4.5 ``` in the `.travis.yml` file, the checks will start working.
This makes me sad.