Update email_fr.md

This commit is contained in:
ma.azimi@laposte.net 2015-06-12 13:30:08 +02:00 committed by YunoHost
parent 3ec9477a38
commit 248187f919

View file

@ -30,7 +30,18 @@ Lutilitaire de détection automatique de Thunderbird ne marche pas correcteme
Lapplication [K-9 Mail](https://github.com/k9mail) fonctionne.
### Migration
Les emails peuvent être migrés avec [Larch](https://github.com/rgrove/larch/) :
Les emails peuvent être migrés avec :
* [ImapSync](http://imapsync.lamiral.info/) :
* sur votre client [installez ImapSync](http://imapsync.lamiral.info/INSTALL) :
```bash
sudo dnf install imapsync # Sous Fedora
```
* Procédez au transfert ente deux serveurs YunoHost :
```bash
imapsync --host1 <domaine/IP> --port1 993 --ssl1 --user1 <utilisateur> --password1 <mdp> \
--host2 <domaine/IP> --port2 993 --ssl2 --user2 <utilisateur> --password2 <mot de passe>
```
* [Larch](https://github.com/rgrove/larch/) :
* sur votre client installez Larch :
```bash
sudo gem install larch