dingw Posted November 16, 2005 Posted November 16, 2005 Did anyone ever write a script that actaully read emails for a POP server? I need to write a script that sits and reads emails and performs different tasks triggered by emails with certain subjects. Also, deletes these emails when it's don't with the task
LxP Posted November 17, 2005 Posted November 17, 2005 Yes, a couple people have attempted something like this. You might want to look at this thread and see what you can do. You'll need the beta.
MSLx Fanboy Posted November 17, 2005 Posted November 17, 2005 I'm using getmail for a small project I've been working on the the last several months. It's a great CMDline tool. Zip'ed version belowgetmail.zip Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
dingw Posted November 17, 2005 Author Posted November 17, 2005 Awesome thanks for all the help! I was able to send and recive EMAIL with all your help from regular smtp/pop servers. However there is one "but" here if smtp server requires SSL connection (read gmail.com) then nothing works. Even CDO.Message with SSL = true doesn't work. I'm trying a different approach here to use Outlook express instead and control it with AutoIt. The problem here though is I don't have a DLL or a COM object that can drive the UI. Did anyone write a DLL that would take ClassIds and Names of UI elements from UISpy and send messages to them or I'm going to have to write my own?
thefluxster Posted February 7, 2006 Posted February 7, 2006 I'm writing a formmail driven script that will (hopefully) use something like GetMail. I'll let you all know how it goes. “Efficiency is doing things right; effectiveness is doing the right things.”-Peter F. Drucker
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now