mime: skip trailing unsigned parts, and ignore nested signed data

This commit is contained in:
Vincent Breitmoser
2015-09-17 22:10:37 +02:00
parent 955a1f4b26
commit 8ad31e3251
3 changed files with 18 additions and 3 deletions

View File

@@ -1362,6 +1362,7 @@
<string name="msg_data_detached_sig">"Processing detached signature"</string>
<string name="msg_data_detached_raw">"Processing signed data"</string>
<string name="msg_data_detached_nested">"Skipping nested signed data!"</string>
<string name="msg_data_detached_trailing">"Skipping trailing data after signed part!"</string>
<string name="msg_data_detached_unsupported">"Unsupported type of detached signature!"</string>
<string name="msg_data_error_io">"Error reading input data!"</string>
<string name="msg_data_error_openpgp">"Error processing OpenPGP data!"</string>