Hello, I'm running tika-server and posting emails to it from Python script with http put and giving content-type rfc-822 headers. Some of the emails contain password protected zip files that have content in them that I need to extract. When Tika encounters email with an encrypted zip attachment it throws an exception:
Caused by: org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException: unsupported feature encryption used in entry … Is this error caused by lack of password or lack of zip decrypting functionality? Is it possible to provide the zip file password to the tika-server in the http headers? Thanks -- Juha
