seprate attachment from mail

bzr revid: mga@tinyerp.com-6d58980fc97eedd82586b637aafbaf859f0b9af0
This commit is contained in:
Mantavya Gajjar 2007-04-02 09:41:18 +00:00
parent 4c05c9a771
commit 257da7d41e
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ class email_parser(object):
def msg_body_get(self, msg):
body = ''
if msg.is_multipart():
counter = 1;
for part in msg.get_payload():
if(part.get_content_maintype()=='application'):
filename = part.get_filename();