Project Description:
I am looking to automate a software process as follows: I would like to create a script that can connect to an IMAP email inbox, determine how many new messages from 1 senders domain, any of those emails w/ pdf attachments would get certain information parsed out for use in the next processes, I would like a directory created inside an existing network folder and named from parts of the parsed info, I would like the original pdf to be copied to that directory and renamed using parts of the parsed info, finally I would like it to create a calendar event using parts of the parsed info. This script will be used to process incoming work orders daily and create calendar events based on info inside the pdf work order. The finished script will run on Windows using python27.