Hotmail et linux

gangan -  
 Pyro -
bonjour je cherche qqu pour m'aider a recuperer mes mail sous linux de mes compte hotmail...

je sais pas comment faire :(

merci davance

3 réponses

  1. eriek Messages postés 556 Statut Membre 33
     
    salut!

    il te faut Kmail et Gotmail, voilà un tuto mais en anglais:
    Before I begin, yes I have a hotmail account. I use it whenever I don't want to give out my primary email address.
    Here is how I download my hotmail with KMail.

    First download gotmail
    Gotmail is a perl script that allows you to download your hotmail onto your computer. It allows you to download and delete your mail, or you can leave it on the hotmail server. It also can forward your mail to another address, if that is something you would want. I have mine downloading into a hidden folder in my home directory. ~./hotmail

    Here is how my ~/.gotmailrc file looks. This downloads all messages in my hotmail inbox, and deletes them from the hotmail server.

    username=username.here
    password=password.here
    domain=hotmail.com
    folder-dir=/home/mike/.hotmail
    folders=Inbox
    silent
    delete
    retry-limit=3

    Ok, now that your hotmail is on your computer, just open your KMail configuration screen. Under Network-Recieving, create a new incoming account. Select "Local Mailbox"
    Then point the location to ~./hotmail/Inbox
    Select "Mutt dotlock" for the locking method
    For destination folder, I created a new folder called hotmail, so the mail does not go into my inbox. Just to keep things separated
    For the precommand, you need to point to the gotmail perl script. ex. ~/gotmail-0.7.7/gotmail
    Thats it. Now when you check mail in KMail, it downloads your hotmail!
    Hope this helps someone as much as it did me.
    3