Jump to content

Recommended Posts

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...