quote:
Originally posted by Chris4
quote:
Originally posted by pascalv
It is actually possible to fetch Hotmail / Live mail such that it can either be stored in a local UNIX mailbox or further processed via procmail-like mail filters and thus forwarded to Gmail
http://sourceforge.net/projects/getlive
Don't understand how to use it or what to do with it. Just downloads files which have no extension. Opened them in Wordpad to read but no instructions?
Well, you have to download and decompress a file called
GetLive_0_57.tgz (you'll find a .txt file that explains the usage of GetLive
). I tested GetLive using Ubuntu and it worked fine :D
What you basically have to do is create a "config-file" with your account details
quote:
Originally posted by your-config-file
UserName = YOUR-USERNAME
Password = YOUR-PASSWORD
Domain = hotmail.com
Downloaded = downloaded.txt
then, you have to call the perl script:
./GetLive.pl --config-file your-config-file
Have fun ;)