mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update email.md
This commit is contained in:
parent
248187f919
commit
43ee08ea0e
1 changed files with 17 additions and 6 deletions
13
email.md
13
email.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue