 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
helpsaver Guest
|
Posted: Mon Jan 25, 2010 6:39 pm Post subject: URLDownloadToFile download emails |
|
|
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
|
Posted: Mon Jan 25, 2010 8:27 pm Post subject: |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|