GMAIL & PureBasic

Just starting out? Need help? Post your questions and find answers here.
guruk
User
User
Posts: 50
Joined: Thu Aug 18, 2005 2:05 pm

GMAIL & PureBasic

Post by guruk »

Hi,
I am interested to do something where I need to login into my gMail account and parse same Data.

Does anyone wrote something that ables me to login into gMail and parse unreceived Sender and Subject?

Greets
Chris
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Post by Michael Vogel »

Hi, old question - but never answered :(

I'm using some accounts in Gmail (public, private, very private, and one for spams;) and like to check easily if there are new mails in one of these accounts without doing a login for each account.

Is that (easily) possible with purbasic?
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Google distributes a little systray app that checks for new messages every 2 minutes on whatever account you have set it up for. You can simply run 3 instances of that and set each one to a different gmail account. Additionally, I have an enhancer found here:

http://www.purebasic.fr/english/viewtop ... ance+gmail

which puts a big blue envelope on your screen to let you know the details of new messages found by the google notifier. It can be seen from any distance and it disappears when the mouse hovers over it. I've been using it for months and I wouldn't be without it.
BERESHEIT
Godai
Enthusiast
Enthusiast
Posts: 171
Joined: Thu Oct 05, 2006 8:13 pm

Post by Godai »

What about the guys doing the explorer plugin that lets you use gmail as a drive. Maybe theres some info in their source?

Dunno if its still working tho.
Post Reply