Function
quopri.decode

Signature

decode(input, output, header=0)

Documentation String

Read input, apply quoted-printable decoding, and write to output. input and output are files with readline() and write() methods. If header is true, decode underscore as space (per RFC 1522).