Downloading MMS emails sent to Gmail using Python
So I tried the code below and it downloads attachments alright. The problem is on my gmail account, there are emails that were sent using MMS mail through mobile phone. Email attachments from mobile network A can be downloaded by the script below , while those that came from mobile network B fails. Here are the links to the full email details : http://pastie.org/private/ektv7yfa2xwdqzu77ys5a (From Mobile Network A, works) http://pastie.org/private/cljaaad4tz7v5jra20l0q (From Mobile Network B, fails) Grabbed from : How can I download all emails with attachments from Gmail? import email, getpass