Python script for downloading block Gmail attachment
Open your mail, click on show original. It will open a new window with a text document. Save this to .txt format. Now save below code with .py format. Run the code you get your block attachment in your present floder/directory.
Suppose, you save the below file with extract.py. Next, you save the original mail with mail.txt. Now, you run like extract.py mail.txt. It will extract your attachment from mail.txt....