tags:

views:

36

answers:

1

Hi All

I would like to get a file attached to an email I receive using Outlook.

I need to run this python script in a Linux Box.

I read about the win32com.client library.

Do you know if it works also for Linux? If not do you know any alternative if there are?

Thanks AFG

A: 

Coincidentally, today I posted an example of retrieving attachments over IMAP here, it may be of some use to you.

Outlook is an email client, it may use one or more of a variety of protocols (MAPI,POP,IMAP) to access your mailbox. Your mail may be stored on the server, or it may be stored on your computer (more likely when using POP).

MattH