Update email.md

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

View file

@ -31,7 +31,18 @@ The automatic detection tool of Thunderbird does not work with YunoHost. You wil
[K-9 Mail](https://en.wikipedia.org/wiki/K-9_Mail) application works.
### Migration
Emails can be migrated with [Larch](https://github.com/rgrove/larch/):
Emails can be migrated with:
* [ImapSync](http://imapsync.lamiral.info/):
* on your client [install ImapSync](http://imapsync.lamiral.info/INSTALL) :
```bash
sudo dnf install imapsync # Under Fedora
```
* Proceed to the transfert between two YunoHost servers:
```bash
imapsync --host1 <domain/IP> --port1 993 --ssl1 --user1 <user> --password1 <password> \
--host2 <domain/IP> --port2 993 --ssl2 --user2 <user> --password2 <password>
```
* [Larch](https://github.com/rgrove/larch/):
* on your client install Larch:
```bash
sudo gem install larch