Email configuration
This commit is contained in:
parent
df6c421500
commit
2fa6c4c276
26
docs/_source/email.rst
Normal file
26
docs/_source/email.rst
Normal file
|
@ -0,0 +1,26 @@
|
|||
=====
|
||||
Email
|
||||
=====
|
||||
HOWTO configure an email client for Libre Mail.
|
||||
|
||||
Set up mail clients, such as Thunderbird, thusly.
|
||||
|
||||
Using example email address username@libre.is.
|
||||
|
||||
.. code-block:: cfg
|
||||
|
||||
Incoming Server
|
||||
Hostname: mail.libre.is
|
||||
Protocol: IMAP
|
||||
Port: 993
|
||||
Connection Security: SSL/TLS
|
||||
Authenication Method: Normal Password
|
||||
Username: username@libre.is (same as email address)
|
||||
|
||||
Outgoing Server
|
||||
Hostname: mail.libre.is
|
||||
Port: 587
|
||||
Connection Security: STARTTLS
|
||||
Authenication Method: Normal Password
|
||||
Username: username@libre.is (same as email address)
|
||||
|
|
@ -9,6 +9,7 @@ Libre users documentation.
|
|||
|
||||
.. toctree::
|
||||
about
|
||||
email
|
||||
license
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
|
37
docs/_source/locale/en/LC_MESSAGES/email.po
Normal file
37
docs/_source/locale/en/LC_MESSAGES/email.po
Normal file
|
@ -0,0 +1,37 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) 2024, Muh Author Name
|
||||
# This file is distributed under the same license as the docs-libre-is: very
|
||||
# project package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: docs-libre-is: very project 0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-09-02 06:37-0600\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: en\n"
|
||||
"Language-Team: en <LL@li.org>\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.16.0\n"
|
||||
|
||||
#: ../../../_source/email.rst:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/email.rst:4
|
||||
msgid "HOWTO configure an email client for Libre Mail."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/email.rst:6
|
||||
msgid "Set up mail clients, such as Thunderbird, thusly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/email.rst:8
|
||||
msgid "Using example email address username@libre.is."
|
||||
msgstr ""
|
Loading…
Reference in a new issue