views:

29

answers:

1

I am developing Email client Application in Python.

How to Get Mail Body which has .eml attachment using Imap ?

A: 

You can do this using a combination of imaplib and email from the Python standard library.

jathanism