allora, prima scarichi il pacchetto GetLive e lo scompatti in una cartella a tua scelta, poi installi da synaptic curl e procmail, poi segui le seguenti istruzioni:
create in the folder where you have unpacked the tar file a new file (i'll call it from now on "fingercrossed"
)
in this file you have to configure your settings. the manual in the unpacked file has under "usage" a list of the possible settings.
i did something like this:
UserName = your mail user name before @
Password = your mail password
Domain = hotmail.com
#Proxy = ProxyServer if you're behind one.
#ProxyAuth = ProxyPassword if you're behind one with password.
Downloaded = Downloaded
FetchOnlyUnread = No
RetryLimit = 2
CurlBin = curl -k
Processor = /usr/bin/procmail
Folder = Inbox
MarkRead = Yes
Delete = No
save it.
run from terminal
$ cd home/yourusername/.getlive
$ ./GetLive.pl --config-file fingercrossed
you should start seeing your mails being downloaded (you can interrupt the download with ctrl + C) and find them afterwards in a file called as your user name in /var/mail
you have to do this manually every time you want to download your mail. (the french wiki mentioned below explains how to edit the crontab file to let these command run automatically every x minutes, haven't tried it yet)
ok. ora il problema è che dovresti, ogni volta, per scaricare la posta, ripetere tale spiacevole e noiosa procedura. per aggirare l'ostacolo, editi il file crontab aggiungendo questa linea:
0-59 * * * * ~/getlive/getlive.pl --config-file ~/getlive/getlive.config >/dev/null 2>&1
ora apri apri evolution e puoi configurarlo:
tipo server: consegne locali
percorso /var/mail
e dovrebbe funzionare!!