safeenaat1
Regular Member
- Aug 20, 2013
- 246
- 21
good day to everyone in here. please i am having a small issue with imacros. i have a series of emails i have been sending out and i lost the database of the emails. the emails are about 400 or their about. i can scrape them from my gmail inbox but it is not going to be easy doing so one by one. i have a simple imacros script that i want some one to edit so that it can scrape all emails from my account that have that search term. also i sent out some emails 3 or so at a time using the bcc option so please put it into consideration. below is the script and thanks in advance
the search term is: 1st emal: a message from importng.info
thanks in advance.
the search term is: 1st emal: a message from importng.info
Code:
VERSION BUILD=8961227 RECORDER=FX
TAB T=1
URL GOTO=https://mail.google.com/mail/u/0/#inbox
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:gbqf ATTR=ID:gbqfq CONTENT=1st<SP>emal:<SP>a<SP>message<SP>from<SP>importng.info<SP>
TAG POS=1 TYPE=BUTTON FORM=ID:gbqf ATTR=ID:gbqfb
TAG POS=3 TYPE=SPAN ATTR=TXT:1?50<SP>of<SP>about<SP>93
TAG POS=3 TYPE=TD ATTR=TXT:me,<SP>Barnabas<SP>(5),<SP>1st<SP>email:<SP>A<SP>message*
TAG POS=1 TYPE=IMG ATTR=ID::1k3
BACK
thanks in advance.
