frank10 Posted October 7, 2005 Posted October 7, 2005 I want to read e-mails of one specific account every 2min to get subject (and then parse it), header (possibly to get the ip of sending machine) and content to parse also. I currently use Thunderbird to read manually my mails, but it seems no easy to achieve this task with autoit. For example I have used handle 'MozillaWindowClass10' to get data from subjects, but which command should I send? I tried several like this (with window options to 2): $var = ControlCommand('Inbox for f..@... ','','MozillaWindowClass10', "GetCurrentSelection", "") but i get '1' that is error. Any tips on working in Thunderbird or if there is some better solution? TIA
frank10 Posted October 7, 2005 Author Posted October 7, 2005 Ok, I figured out that controlCommand isn't the right tool to inspect this info, because it is related to List and Boxes... Now I have no clue how to read which subject is in the mail selected.
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