diff --git a/pages/02.tutorials/01.User/02.GDPR/01.roundcube/docs.en.md b/pages/02.tutorials/01.User/02.GDPR/01.roundcube/docs.en.md index ff909944..924cdb71 100644 --- a/pages/02.tutorials/01.User/02.GDPR/01.roundcube/docs.en.md +++ b/pages/02.tutorials/01.User/02.GDPR/01.roundcube/docs.en.md @@ -1,5 +1,5 @@ --- -title: "Email" +title: 'Email: Export' published: true indexed: true updated: @@ -17,3 +17,18 @@ visible: true page-toc: active: false --- + +# Export your emails + +Exporting your emails from **Disroot Webmail** is pretty easy. + +**Roundcube** saves the messages as singles **eml** files. **EML** is an email file format which is supported by most modern email clients. + +First, go to the folder where the emails you want to export/save are. You can download one, several messages or the whole folder. + +- Select the messages through the **Select** action +- In the preview pane at the top bar, select **More** and then **Download** +- Choose the format in which you prefer to download the data (individual messages can be downloaded in .eml format and folders or sets of messages can be downloaded in .zip format) +- Choose where to save the file. + +![Export](en/export.gif) diff --git a/pages/02.tutorials/01.User/02.GDPR/01.roundcube/en/export.gif b/pages/02.tutorials/01.User/02.GDPR/01.roundcube/en/export.gif new file mode 100644 index 00000000..81cdb092 Binary files /dev/null and b/pages/02.tutorials/01.User/02.GDPR/01.roundcube/en/export.gif differ