diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/01.getting_started/docs.en.md b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/01.getting_started/docs.en.md index 8780094b..7a83a7a9 100644 --- a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/01.getting_started/docs.en.md +++ b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/01.getting_started/docs.en.md @@ -1,12 +1,9 @@ --- -title: "Webmail: Roundcube" +title: "Webmail: Getting Started" published: true visible: true indexed: true updated: - last_modified: "April 2020" - app: Roundcube Webmail - app_version: 1.4.2 taxonomy: category: - docs diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/02.settings/docs.en.md b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/02.settings/docs.en.md index 7b3f9837..bb45f7b5 100644 --- a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/02.settings/docs.en.md +++ b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/02.settings/docs.en.md @@ -1,5 +1,5 @@ --- -title: Settings +title: "Webmail: Settings" visible: true indexed: true updated: @@ -9,7 +9,7 @@ taxonomy: tags: - webmail page-toc: - active: false + active: true --- # Settings diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/docs.en.md b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/docs.en.md new file mode 100644 index 00000000..162e479d --- /dev/null +++ b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/docs.en.md @@ -0,0 +1,97 @@ +--- +title: "Webmail: Email" +published: true +visible: true +indexed: true +updated: +taxonomy: + category: + - docs + tags: + - webmail +page-toc: + active: true +--- + +# Email + +# Composing emails + +To create an email, click on the **Compose** button. + +![](en/composing_01.png) + +## Compose screen overview +Now we will see the **compose screen** and learn the basics of creating and sending emails from the **Disroot Webmail**. + +Depending on your settings it will open the compose screen in the current browser tab or in a new window. + +![](en/compose_screen_overview.png) + + +### 1. Shortcuts + +![](en/shortcuts.png) + + - **Save**: Saves a draft of a message in the Drafts folder if it is not yet complete and you need/want to finish and send it later. The email stored in the Drafts folder can be double-clicked there in order to resume composition. + + - **Attach**: Opens the file manager to attach a file. You can see the attachment information in the **Options and attachments** section (4) on the right of the screen. + + - **Signature**: Adds a signature to the message. + + - **Responses**: Inserts a pre-formatted reply in the body of the message. By clicking on this option, you can select, create or edit a response. + + ![](en/sc_responses.png) + +### 2. Sending information + +You must already know this essential part of the process. Here is the information regarding **who is sending** the mail (**From**), **who is receiving** it (**To**) and the **Subject** of the message. + +Let's go over these three fields and its options. + +#### From + +![](en/sending_info.png) + +If you have no other identities configured, the default one will automatically appear here. In case you have them, click the arrows icon at the far right of the field to select the one you want to use. + +![](en/from_select.gif) + +### To + +![](en/to_contacts_add.png) + +To add one or more recipients you can: +- **a. Type the contact name or address**. While doing it, the webmail will search your address book and suggests matching entries below the input field. Select one by using the cursor keys (up/down) on the keyboard and then press **Enter** or **Tab** to copy the selected address into the **To** field. +- **b. Select it from the address book** by clicking the contact icon ![](en/contact_icon.png). + + ![](en/to_contacts_add_1.png) + + The **address book widget** will open. Select the address book to browse on the upper part of the widget (1), you will see the contacts listed below. + + ![](en/to_contacts_add_2.png) + + Only a limited number of contacts is displayed at a time so use the arrow buttons in the widget bottom (2) to navigate the contacts or to go to the next page of them. + + Select the contact(s) you want to add and click **Insert** + +#### Additional options + +![](en/recipient_options.png) + +At the end of the **To** field, you have some additional **Recipient** options. + +- **Cc** (Carbon copy or Courtesy copy): Use this option when you want to send a copy of the message to another contact(s). **Cc** list will be visible to all recipients. + +- **Bcc** (Blind copy): This option allows you to send an exact copy of the message to one or more recipients but their email will be hidden from others. + +- **Reply-To**: This option allows you to specify a **Reply-To** address different from **From** address. + +- **Followup-To**: This option is generally used when you want to get an answer from someone who has been sent a message previously and from whom we have had no response after a certain time. + + +### Subject + +Here you type the subject of the email. + +![](en/subject.png) diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/compose_screen_overview.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/compose_screen_overview.png new file mode 100644 index 00000000..6294ad66 Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/compose_screen_overview.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/composing_01.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/composing_01.png new file mode 100644 index 00000000..8ad1dc11 Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/composing_01.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/contact_icon.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/contact_icon.png new file mode 100644 index 00000000..5b94c5d4 Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/contact_icon.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/from_select.gif b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/from_select.gif new file mode 100644 index 00000000..d619b45a Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/from_select.gif differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/recipient_options.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/recipient_options.png new file mode 100644 index 00000000..df4bf7a7 Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/recipient_options.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/sc_responses.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/sc_responses.png new file mode 100644 index 00000000..9fca1ff4 Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/sc_responses.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/sending_info.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/sending_info.png new file mode 100644 index 00000000..f5cf2386 Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/sending_info.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/shortcuts.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/shortcuts.png new file mode 100644 index 00000000..5e98e119 Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/shortcuts.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/subject.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/subject.png new file mode 100644 index 00000000..47370a5b Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/subject.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/to_contacts_add.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/to_contacts_add.png new file mode 100644 index 00000000..9428781d Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/to_contacts_add.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/to_contacts_add_1.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/to_contacts_add_1.png new file mode 100644 index 00000000..a0a9c089 Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/to_contacts_add_1.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/to_contacts_add_2.png b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/to_contacts_add_2.png new file mode 100644 index 00000000..5b344557 Binary files /dev/null and b/pages/02.tutorials/03.Email/03.Webmail/Roundcube/03.email/en/to_contacts_add_2.png differ diff --git a/pages/02.tutorials/03.Email/03.Webmail/docs.en.md b/pages/02.tutorials/03.Email/03.Webmail/docs.en.md index c9acb740..a68552d2 100644 --- a/pages/02.tutorials/03.Email/03.Webmail/docs.en.md +++ b/pages/02.tutorials/03.Email/03.Webmail/docs.en.md @@ -1,8 +1,12 @@ --- title: Disroot Webmail +published: true visible: true indexed: true updated: + last_modified: "April 2020" + app: Roundcube Webmail + app_version: 1.4.2 taxonomy: category: - docs @@ -54,4 +58,8 @@ Through the following tutorial, we will learn how to use **Roundcube** and get t - Two Factor Authentication - Activate Two Factor Authentication - Log in when Two Factor Authentication is activated - + +## [03. Email](Roundcube/03.email) + - Composing an email + - Fordwarding + - Filters