mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update email_fr.md
This commit is contained in:
parent
3ec9477a38
commit
248187f919
1 changed files with 21 additions and 10 deletions
13
email_fr.md
13
email_fr.md
|
@ -30,7 +30,18 @@ L’utilitaire de détection automatique de Thunderbird ne marche pas correcteme
|
|||
L’application [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
|
||||
|
|
Loading…
Reference in a new issue