X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.py;h=b57bd956557624acb899fc786ddfbbb72b7f24cf;hb=49e07178e7847c463e37dc9d9241fb06d7cd210a;hp=7604fb2dfb6104a2bd6349cbc36e730e19790e21;hpb=0942670476d26cd86f81ddafe58fb48edfc9a39e;p=mimedecode.git diff --git a/mimedecode.py b/mimedecode.py index 7604fb2..b57bd95 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -275,7 +275,7 @@ class GlobalOptions: host_name = None - decode_headers = ["From", "Subject"] # A list of headers to decode + decode_headers = ["From", "To", "Subject"] # A list of headers to decode decode_header_params = [ ("Content-Type", "name"), ("Content-Disposition", "filename"),