Roundcube migration guide

This commit is contained in:
Fede.- 2020-12-03 15:05:46 -03:00
parent 9951c97590
commit 4599f87724
8 changed files with 149 additions and 1 deletions

View File

@ -0,0 +1,42 @@
---
title: Roundcube Migration FAQ
published: true
visible: true
indexed: true
updated:
last_modified: "December 2020"
app: Roundcube Webmail
app_version: 1.4.2
taxonomy:
category:
- docs
tags:
- email
page-toc:
active: false
---
# Roundcube Migration FAQ
## Where can I learn more about Roundcube?
We have a **Roundcube** howto that you can find [here](https://howto.disroot.org/en/tutorials/email/webmail).
## Will I need to use different login credentials to access my email?
No, your **Disroot** credentials will be the same as always.
## Will I need to reconfigure my phone or desktop mail client?
No, this migration shouldn't affect your phone or email client setup.
## How will I access Roundcube?
In the same way that you usually access webmail.
## What will happen to my emails and contacts?
All your emails and contacts will be automatically transferred into **Roundcube**. But if you experience any missing data, please contact support.
## Can I switch back to the previous webmail?
We will continue to provide temporary access to **Rainloop** as a security measure in case you have or find any difficulties and thus be able to solve them. But once the transition period is over the **Rainloop** tool will no longer be available.
## My contacts and emails did not migrate, what should I do?
First of all, don't panic. If your contacts and emails did not migrate, please contact us and we fix it.
**Finally, if you notice anything unusual, have questions or suggestions, please contact us at support**

View File

@ -0,0 +1,44 @@
---
title: 'Rainloop: Exporting contacts and emails'
published: true
visible: true
indexed: true
updated:
last_modified: "December 2020"
app: Roundcube Webmail
app_version: 1.4.2
taxonomy:
category:
- docs
tags:
- email
page-toc:
active: false
---
# Migration Guide: Exporting contacts and emails from Rainloop
## Exporting Contacts
The process of exporting your contacts from Rainloop is pretty simple.
1. Login to **Rainloop**
![](en/rainloop_login.png)
2. Go to **Contacts**
![](en/contacts.png)
3. Click the three bars button and select **Export (csv)**
![](en/export.png)
Exporting your contacts will take a moment, depending on the size of your address book. When it is ready, you will be prompted to save the file (contacts.csv) on your computer. Please, save it in a safe place that you can remember later.
## Exporting emails
Unfortunately, exporting emails from **Rainloop** is a very cumbersome process because it must be done one mail at a time which is not feasible if you have many emails, right?
The ability to export multiple emails at once is a feature that has been requested to the **Rainloop** team for five years now, but has not been yet developed.
There are a couple of workarounds to do this from **Thunderbird** (which do not provide a native feature to backup emails either).
Please check our **Thunderbird** howto to learn about them.

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -0,0 +1,19 @@
---
title: 'Roundcube: Importing contacts and emails'
published: true
visible: true
indexed: true
updated:
last_modified: "December 2020"
app: Roundcube Webmail
app_version: 1.4.2
taxonomy:
category:
- docs
tags:
- email
page-toc:
active: false
---
# Migration Guide: Importing contacts and emails into Roundcube

View File

@ -0,0 +1,32 @@
---
title: Roundcube Migration Guide
published: true
visible: true
indexed: true
updated:
last_modified: "December 2020"
app: Roundcube Webmail
app_version: 1.4.2
taxonomy:
category:
- docs
tags:
- email
page-toc:
active: false
---
# Roundcube Migration Guide
From "date" the **Disroot** webmail solution will be **Roundcube** and the current one (**Rainloop**) will be discontinued.
Although you should not have any issues with the transition, we strongly suggest that you previously make a backup of your contacts and emails. Below you will find a brief step-by-step guide to help you do it without problems.
Let's get started...
----
# Table of Contents
## 1. [Roundcube Migration FAQ](Roundcube_Migration/FAQ)
## 2. [Rainloop: Exporting contacts and emails](Roundcube_Migration/Rainloop)
## 3. [Roundcube: Importing contacts and emails](Roundcube_Migration/Roundcube)

View File

@ -14,6 +14,10 @@
```
sudo apt install -f
```
On Arch based distros run commands:
```
sudo pacman -S vagrant
```
2. virtuabox
for install on Debian Jessie run command:
@ -32,6 +36,10 @@
```
sudo apt-get update ; sudo apt-get install virtualbox-6.0
```
On Arch based distros run commands:
```
sudo pacman -S virtualbox
```
3. vagrant plugins vagrant-vbguest:
for install on Debian run commands:
@ -43,7 +51,10 @@
```
sudo apt install git
```
On Arch based distros run commands:
```
sudo pacman -S git
```
## Installation
1. Create a Disroot folder, in which you'll clone the repository: