diff --git a/email.md b/email.md index e42eef00..6363552d 100644 --- a/email.md +++ b/email.md @@ -1,4 +1,4 @@ -#Email +# Email YunoHost provides: * [Postfix](http://www.postfix.org/): a SMTP email server @@ -13,7 +13,7 @@ You will need your email address and your password. **Caution:** your login is your SSO username and not your email address -#####Settings: +##### Settings: `IMAP | 993 | SSL/TLS` @@ -27,16 +27,27 @@ The automatic detection tool of Thunderbird does not work with YunoHost. You wil * [Manage alias mails](https://support.mozilla.org/en-US/kb/configuring-email-aliases) -####For Android +#### For Android [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/): -* on your client install 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 --port1 993 --ssl1 --user1 --password1 \ +--host2 --port2 993 --ssl2 --user2 --password2 +``` +* [Larch](https://github.com/rgrove/larch/): + * on your client install Larch: ```bash sudo gem install larch ``` -* Proceed to the transfert between two YunoHost servers: + * Proceed to the transfert between two YunoHost servers: ```bash larch -a -f imaps://serveur_d'origine.org -t imaps://serveur_de_destination.org ```