AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

URLDownloadToFile download emails

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
helpsaver
Guest





PostPosted: Mon Jan 25, 2010 6:39 pm    Post subject: URLDownloadToFile download emails Reply with quote

Hello:
I want to use URLdownloadtofile command to get all my emails.

I do not know how to do with the login process.

Thanks so much.

My idea:

A51=http://gmail.google.com

URLDownloadToFile,%A51%,%FH1%

Loop,Read, %FH1%
{
....
get email content
......
}
Back to top
Icarus



Joined: 24 Nov 2005
Posts: 851

PostPosted: Mon Jan 25, 2010 8:27 pm    Post subject: Reply with quote

Not sure you can.

I would suggest looking into cURL if you want to do advanced HTTP downloads, and specifically for emails, I would look into some POP3 mail getters, like GetMail, to get your emails in a more organized fashion.
_________________
Sector-Seven - Freeware tools built with AutoHotkey
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group