gmail login , get box mails populated and click on all links in side
please help i need this tool for a project am making please
Re: gmail login , get box mails populated and click on all links in side
If you really wanted to do that, write the code to login to your gmail account. The settings needed to be used in code could be got from here: Gmail POP3 Settings( or IMAP settings)
You could use any desktop/web programming languages based on your requirements. Then after login, code it to fetch the mails. Then use RegEx or something to parse the URLs from the message body of all these mails. Then you can do whatever you want with the links!
Just do some research.
If you are trying to make an auto-clicker for some pay-per click email ads, then believe me, they are not worth anything! Try making some useful apps instead. :)
:wave:
Re: gmail login , get box mails populated and click on all links in side
:pmaking seo tool bro , i got no time for pay per click lame stuff , the money is on seo , some rules are restricted here i cant mention all i can say is seo , the rest youl understand what exactly am doing , just give me some help if u can thats all.
Re: gmail login , get box mails populated and click on all links in side
@ladoo,
Are you referring to those Ad links you see on the right-hand side of an email in gmail when you open the email via the web browser?
Re: gmail login , get box mails populated and click on all links in side
i have accomplished login into my gmail account using vb 6.0 but not getting how to auto matically log-out...
plzzz help me.....
cn some1 give me a code for log out
Re: gmail login , get box mails populated and click on all links in side
Quote:
Originally Posted by
coolguy29
i have accomplished login into my gmail account using vb 6.0 but not getting how to auto matically log-out...
plzzz help me.....
cn some1 give me a code for log out
How are you logging in to your gmail account?