simmac / threema-msgapi-sdk-java

Gateway MsgApi SDK - Java
https://gateway.threema.ch
Other
1 stars 3 forks source link

E2E-sending files not working #10

Open simmac opened 8 years ago

simmac commented 8 years ago

It seems like the file sending doesn't work in E2E mode. java -jar threema-msgapi-tool.jar -S -f <to> <from> <secret> <privateKey> <file> prints out a message id, but the message never arrives.

Tested on OS X 10.11 with Java 8

simmac commented 8 years ago

Threema just confirmed the bug, they are working on it.

A Java bug causes the function File.probeContentType() method used in the E2EHelper.java class to return null in os x.

rugk commented 5 years ago

Threema just confirmed the bug, they are working on it.

Did they manage to fix it in three years…? :stuck_out_tongue_winking_eye: