From 5a1c47e167c0a963e6528adcb525fe06d4ee0e77 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Sat, 10 Jan 2015 22:56:11 +0100 Subject: [PATCH] Update email.md --- email.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/email.md b/email.md index a27f3497..be93d52c 100644 --- a/email.md +++ b/email.md @@ -31,6 +31,14 @@ 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/): +* on your client install Larch: +```bash +sudo gem install larch +``` +* Proceed to the transfert between two YunoHost servers: +```bash +larch -a -f imaps://serveur_d'origine.org -t imaps://serveur_de_destination.org +``` +For other type of tranfers refer you to Larch documentation. -Your emails are stored in the `/var/mail/` directory. -You will need to move that folder to your new YunoHost server.