X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=401197944585dd8bcc1656d430a7841dbdc3a89d;hb=180a1e42c8b840f489a79d0012cb9ee3d2aa08c3;hp=6a926ad6c318eb9f87e619329763bac2314fbbd1;hpb=779e307770431e065050edd6634c49fa2e319df0;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 6a926ad..4011979 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -58,7 +58,11 @@ + + + + @@ -69,12 +73,24 @@ + + + + + + - + + + + + + + @@ -347,6 +363,26 @@ + + --set-header header:value + + + The program sets or changes value for the header to the given value + (only at the top-level message). + + + + + + --set-param header:param=value + + + The program sets or changes value for the header's parameter to the + given value (only at the top-level message). The header must exist. + + + + -b mask @@ -358,6 +394,16 @@ + + -B mask + + + Append mask to the list of binary content types that will be not + content-transfer-decoded (will be left as base64 or such). + + + + -e mask @@ -404,7 +450,7 @@ cat input_file | mimedecode.py -o output_file - The 4 list options (-beit) require more explanation. They allow a user to + The 5 list options (-Bbeit) require more explanation. They allow a user to control body decoding with great flexibility. Think about said mail archive; for example, its maintainer wants to put there only texts, convert Postscript/PDF to text, pass HTML and images as is, and ignore everything