X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=blobdiff_plain;f=mimedecode.docbook;h=24691aded1acbde80a05791d136092c33135d7a8;hp=53a547b41c88cfa9d8f89cbec7b0146195742a1d;hb=612029604cad1f6ee5c0c7969e1c3d94efd34aec;hpb=b2dee255edba1f661d67b77043f098e577bbe76e diff --git a/mimedecode.docbook b/mimedecode.docbook index 53a547b..24691ad 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -390,22 +390,23 @@ - -b mask + -B mask - Append mask to the list of binary content types; if the message to - decode has a part of this type the program will pass the part as is, - without any additional processing. + Append mask to the list of binary content types that will be not + content-transfer-decoded (will be left as base64 or such). - -B mask + -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). + Append mask to the list of binary content types; if the message to + decode has a part of this type the program will + content-transfer-decode (base64 or whatever to 8bit binary) it but + pass the part as is, without any further processing.