AutoHotkey Community

It is currently May 26th, 2012, 3:36 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: April 19th, 2008, 11:14 pm 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
I have no idea why I made this, but I did. Alls it does is downloads your accounts RSS feed and based on that displays current messages in your inbox.

[GMail.zip 0.1b]

[GMail_Client.exe v1.0] - Binary
[GMail_Source.ahk v1.0] - Source

DoubleClick on any of the messages to view info about it.

Current Picture:

Image


Last edited by trik on May 4th, 2008, 3:52 pm, edited 2 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2008, 1:46 am 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
Someone post :( I don't want to make a new version until I actually know someone is using it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2008, 1:51 am 
Offline

Joined: November 2nd, 2004, 2:43 pm
Posts: 1019
Location: London, UK
I think the guy here might be using it.

_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2008, 3:35 am 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
Nah, I'm using something else.

Haven't looked at Ian's script, but it sounds like its more complicated than the one I'm using, which is simply:

Code:
#Include XMLRead.ahk ; includes the function
settimer, checkgmail, 240000 ; checks every 4th minute

checkgmail:
file = gmail.xml
URLDownloadToFile, https://username:password@mail.google.com/mail/feed/atom, %file% ;
gfrom := XMLRead(file, "feed.entry.author.email")
gtitle := XMLRead(file, "feed.entry.title")
if gfrom contains @  ; traytip only shows if new mail
TrayTip, %gtitle%, From: %gfrom%, 10
filedelete gmail.xml
return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2008, 9:37 am 
What about eye-candy (AKA screenshot) :wink:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2008, 1:26 pm 
Offline

Joined: August 24th, 2005, 5:17 pm
Posts: 1237
I notice that both scripts use the password and username in the address (https://username:password@mail.google.com). Presumably you would need to be VERY careful using these kind of scripts as the information is unencrypted?

(Is this also how the official Gmail checker works?)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2008, 11:59 pm 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
I honestly don't know. But if you run the URL (filling in your username and password) it redirects to your accounts RSS feed.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 22nd, 2008, 6:41 pm 
evl wrote:
(Is this also how the official Gmail checker works?)
yes


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 23rd, 2008, 8:55 am 
widow wrote:
evl wrote:
(Is this also how the official Gmail checker works?)
yes

probably...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 23rd, 2008, 9:12 am 
Viewing Gmail messages with an aggregator

Quote:
Viewing Gmail messages with an aggregator

To view Gmail messages in your aggregator, just subscribe to a new feed, enter https://mail.google.com/mail/feed/atom in the URL field, and submit your Gmail address and password. You don't need to do a thing from within Gmail; you do it all from within your aggregator.

We recommend setting your aggregator to check for new Gmail messages once every ten minutes.

Keep in mind when you subscribe to your Gmail feed that some aggregators allow you to share, syndicate, or otherwise re-publish the feeds you subscribe to. This means that even though your Gmail feed is private, its contents could be made public through one of these methods. So you'll want to double-check the privacy settings in your aggregator to make sure you aren't sharing any information you don't want to. Specific instructions will vary depending on what aggregator you're using.

Also keep in mind that Gmail messages won't appear in your aggregator unless there are unread messages in your inbox.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 23rd, 2008, 10:16 am 
no support chinese?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 23rd, 2008, 10:22 am 
Anonymous wrote:
no support chinese?
autoHotkey only speak in engrish


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 26th, 2008, 1:53 am 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
It's not that, but I looked for a Chinese GMail and was unsuccessful.

_________________
Religion is false. >_>


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 26th, 2008, 4:17 am 
Offline

Joined: April 21st, 2008, 9:02 pm
Posts: 86
Location: somewhere
chinese chars would be UNICODE. Right????


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 26th, 2008, 4:29 am 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
Well, only to non Chinese OS's

_________________
Religion is false. >_>


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 12 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group