This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Fedele Mantuano
Recipients Fedele Mantuano, barry, r.david.murray
Date 2016-05-12.16:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463072100.99.0.00123284831572.issue27010@psf.upfronthosting.co.za>
In-reply-to
Content
I test your hypothesis:


for i in message.walk():
    print i.get_content_type()
    print("#################################################################")
    print i.epilogue

    
multipart/mixed
#################################################################

--31a14337d8625bb8ce4a5b1667f
Content-Type: application/zip; name="n.41056 0002 02 107413 del 11.05.2016.zip"
Content-Transfer-Encoding: base64
Content-ID: <008601d1ac89$01f7f760$0d00a8c0@D25LND1N>

UEsDBBQAAAAIALNQrEi/ST/WbSsBAABAAgAtAAAAbi40MTA0NiAwMDA0IDAyIDEwNzIwMyBk
ZWwgMTEuMDUuMjAxNi5wZGYuZXhl7FNnjExRGL1vDAZjZ1Zd0YbookeUIIgRYocdjBq9r766
GG2ZeJ7RrZroJXrvYtUhIUqIXhLEYMJisJJhnPPePjt6+CeZLzvn3nfv+c733XPvOjrNFVmE


And for me it's right.
History
Date User Action Args
2016-05-12 16:55:01Fedele Mantuanosetrecipients: + Fedele Mantuano, barry, r.david.murray
2016-05-12 16:55:00Fedele Mantuanosetmessageid: <1463072100.99.0.00123284831572.issue27010@psf.upfronthosting.co.za>
2016-05-12 16:55:00Fedele Mantuanolinkissue27010 messages
2016-05-12 16:55:00Fedele Mantuanocreate