Crowdin sync

This commit is contained in:
M66B 2021-02-07 09:28:18 +01:00
parent 834f9c6570
commit f425cbf3fa
56 changed files with 949 additions and 620 deletions

View File

@ -1,6 +1,6 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,40 +1,40 @@
# Setup help
# Quraşdırma üzrə Kömək
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
FairEmail-i quraşdırma olduqca sadədir. E-poçt almaq üçün ən azı bir hesab və e-poçt göndərmək istəsəniz ən azı bir kimlik əlavə etməyiniz lazımdır. The quick setup will add an account and an identity in one go for most providers.
## Requirements
## Tələblər
An internet connection is required to set up accounts and identities.
Hesabları və kimlikləri qurmaq üçün bir internet bağlantısı tələb olunur.
## Quick setup
## Cəld quraşdırma
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
## Hesabın quraşdırılması - e-poçt almaq
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Siyahıdan bir təchizatçı seçin, əsasən e-poçt ünvanınız olan olan istifadəçi adınızı və şifrənizi daxil edin. FairEmail ilə e-poçt serveri arasında bağlantı qurulması və sistem qovluqlarının bir siyahısının alınması üçün *Yoxla* düyməsinə toxunun. Sistem qovluq seçiminə nəzər saldıqdan sonra *Saxla* düyməsinə toxunaraq hesab əlavə edə bilərsiniz.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Domen adını daxil edin, məsələn *gmail.com**Tənzimləmələri al* düyməsinə toxunun. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Daha ətraflı, zəhmət olmasa [bura](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts) baxın.
## Set up identity - to send email
## Kimlik quraşdırma - e-poçt göndərmə
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# Помощ при инсталиране
Настройването на FairEmail е сравнително лесно. Трябва да добавите поне един профил за получаване на поща и поне една идентичност за изпращане на поща. С бързите настройки ще добавите поща и идентичност на известни доставчици.
Настройването на FairEmail е сравнително лесно. Трябва да добавите поне един профил за получаване на поща и поне една идентичност за изпращане на поща. The quick setup will add an account and an identity in one go for most providers.
## Изисквания
@ -8,33 +8,33 @@
## Бързи настройки
Въведете име, имейл адрес и парола и таниснете *Напред*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Работи с повечето известни имейл доставчици.
This will work for most email providers.
Ако бързата настройка не работи, ще трябва да настроите профила и самоличността по друг начин, вижте по-долу за инструкции.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Настройка на профил - за получаване на имейл
За добавяне на профил, натиснете *Управление на профили*, оранжевия бутон *+* отдолу. Изберете доставчик от списъка, въведете потребител, който обикновено е вашият имейл адрес и въведете парола. Натиснете *Проверка*, за да може FairEmail да се свърже с имейл сървъра и да извлече списъка със системни папки. След като прегледате системните папки можете да добавите акаунта, като натиснете * Запази*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Изберете доставчик от списъка, въведете потребител, който обикновено е вашият имейл адрес и въведете парола. Натиснете *Проверка*, за да може FairEmail да се свърже с имейл сървъра и да извлече списъка със системни папки. След като прегледате системните папки можете да добавите акаунта, като натиснете * Запази*.
Ако вашият доставчик не е в списъка с доставчици, изберете *Персонализиран*. Въведете име на домейн, например *gmail.com* и натиснете *Получи настройки*. Ако вашият доставчик поддържа [автоматично откриване](https://tools.ietf.org/html/rfc6186), FairEmail ще попълни името на хоста и номера на порта, в противен случай проверете инструкциите за настройка на вашия доставчик за правилното име на IMAP хост, номер на порт и протокол (SSL / TLS или STARTTLS). За повече информация, моля вижте [тук](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Въведете име на домейн, например *gmail.com* и натиснете *Получи настройки*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). За повече информация, моля вижте [тук](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Настройка на идентичност - за изпращане на имейл
По същия начин, за да добавите идентичност, натиснете *Управление на идентичност* и натиснете оранжевия бутон *добавяне* в долната част. Въведете името, което искате да се покаже в адреса на имейлите, които изпращате, и изберете свързан акаунт. Натисни *Запази* за добавяне на идентичност.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Въведете името, което искате да се покаже в адреса на имейлите, които изпращате, и изберете свързан акаунт. Натисни *Запази* за добавяне на идентичност.
Ако акаунтът е бил конфигуриран ръчно, вероятно ще трябва да конфигурирате и самоличността ръчно. Въведете име на домейн, например *gmail.com* и натиснете *Получи настройки*. Ако вашият доставчик поддържа [автоматично откриване](https://tools.ietf.org/html/rfc6186), FairEmail ще попълни името на хоста и номера на порта, в противен случай проверете инструкциите за настройка на вашия доставчик за правилното име на SMTP хост, номер на порт и протокол (SSL / TLS или STARTTLS).
Ако акаунтът е бил конфигуриран ръчно, вероятно ще трябва да конфигурирате и самоличността ръчно. Въведете име на домейн, например *gmail.com* и натиснете *Получи настройки*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Виж [ЧЗВ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) относно използването на псевдоним.
## Предоставяне на разрешения - за достъп до контакти
Ако искате да търсите имейл адреси, да се показват снимки за контактите и т. н., ще трябва да предоставите разрешение за четене на контакти на FairEmail. Натиснете *Даване на разрешение* и изберете *Разреши*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Настройте оптимизацията на батерията - за непрекъснато получаване на имейли
В последните версии Android поставя приложенията в спящ режим когато екранът е изключен за известно време за да намали разхода на батерията. Ако искате да получавате нови имейли без закъснения, трябва да деактивирате оптимизациите на батерията за FairEmail. Натиснете * Деактивиране на оптимизациията на батерията * и следвайте инструкциите.
В последните версии Android поставя приложенията в спящ режим когато екранът е изключен за известно време за да намали разхода на батерията. Ако искате да получавате нови имейли без закъснения, трябва да деактивирате оптимизациите на батерията за FairEmail. Tap *Manage* and follow the instructions.
## Въпроси и проблеми

View File

@ -1,6 +1,6 @@
# সেটআপের সাহায্য
ফেয়ারমেল ঠিক করা বেশ সহজ। তোমার অন্ততপক্ষে একটা অ্যাকাউন্ট লাগবে ইমেইল পেতে এবং একটা পরিচয় যদি তুমি ইমেইল পাঠাতে চাও। এই দ্রুত সেটআপ অংশ তোমাকে বেশিরভাগ বড় প্রোভাইডারের একটা অ্যাকাউন্ট এবং একটা পরিচয় যোগ করতে সাহায্য করবে।
ফেয়ারমেল ঠিক করা বেশ সহজ। তোমার অন্ততপক্ষে একটা অ্যাকাউন্ট লাগবে ইমেইল পেতে এবং একটা পরিচয় যদি তুমি ইমেইল পাঠাতে চাও। The quick setup will add an account and an identity in one go for most providers.
## প্রয়োজনসমূহ
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# সেটআপের সাহায্য
ফেয়ারমেল ঠিক করা বেশ সহজ। তোমার অন্ততপক্ষে একটা অ্যাকাউন্ট লাগবে ইমেইল পেতে এবং একটা পরিচয় যদি তুমি ইমেইল পাঠাতে চাও। এই দ্রুত সেটআপ অংশ তোমাকে বেশিরভাগ বড় প্রোভাইডারের একটা অ্যাকাউন্ট এবং একটা পরিচয় যোগ করতে সাহায্য করবে।
ফেয়ারমেল ঠিক করা বেশ সহজ। তোমার অন্ততপক্ষে একটা অ্যাকাউন্ট লাগবে ইমেইল পেতে এবং একটা পরিচয় যদি তুমি ইমেইল পাঠাতে চাও। The quick setup will add an account and an identity in one go for most providers.
## প্রয়োজনসমূহ
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# Posada en marxa i ajuda
Configurar FairEmail és força senzill. Haureu dafegir almenys un compte per rebre correu electrònic i almenys una identitat si voleu enviar-lo. La configuració ràpida afegirà un compte i una identitat simultània per a la majoria de proveïdors principals.
Configurar FairEmail és força senzill. Haureu dafegir almenys un compte per rebre correu electrònic i almenys una identitat si voleu enviar-lo. The quick setup will add an account and an identity in one go for most providers.
## Requeriments
@ -8,33 +8,33 @@ Configurar FairEmail és força senzill. Haureu dafegir almenys un compte per
## Configuració ràpida
Només cal que introduïu el vostre nom, la vostra adreça de correu electrònic i la vostra contrasenya i premeu *Anar*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Funcionarà per a la majoria de proveïdors de correu electrònic principals.
This will work for most email providers.
Si la configuració ràpida no funciona, haureu de configurar un compte i una identitat duna altra manera, vegeu a continuació les instruccions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Configura compte - per rebre correu electrònic
Per afegir un compte, premeu *Administrar comptes* i toqueu el botó taronja *Afegir* a la part inferior. Seleccioneu un proveïdor de la llista, introduïu el nom dusuari, que és principalment la vostra adreça de correu electrònic i introduïu la vostra contrasenya. Premeu *Comproveu* per deixar que FairEmail es connecti al servidor de correu electrònic i obtingui una llista de carpetes del sistema. Després de revisar la selecció de la carpeta del sistema, podeu afegir el compte si premeu *Desa*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Seleccioneu un proveïdor de la llista, introduïu el nom dusuari, que és principalment la vostra adreça de correu electrònic i introduïu la vostra contrasenya. Premeu *Comproveu* per deixar que FairEmail es connecti al servidor de correu electrònic i obtingui una llista de carpetes del sistema. Després de revisar la selecció de la carpeta del sistema, podeu afegir el compte si premeu *Desa*.
Si el proveïdor no es troba a la llista de proveïdors, seleccioneu *Personalitzat*. Introduïu el nom de domini, per exemple *gmail.com* i toqueu *Obteniu la configuració*. Si el proveïdor admet [descobriment automàtic](https://tools.ietf.org/html/rfc6186), FairEmail completarà el nom d'amfitrió i el número de port, si més no, consulteu les instruccions de configuració del proveïdor per trobar el nom d'amfitrió IMAP, el número de port i el protocol (SSL/TLS o STARTTLS). Per obtenir més informació sobre això, consulteu [aquí](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Introduïu el nom de domini, per exemple *gmail.com* i toqueu *Obteniu la configuració*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Per obtenir més informació sobre això, consulteu [aquí](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Configura una identitat - per enviar correu electrònic
De la mateixa manera, per afegir una identitat, premeu *Administrar identitat* i toqueu el botó taronja *Afegeix* a la part inferior. Introduïu el nom que vulgueu aparèixer a la direcció dels correus electrònics que envieu i seleccioneu un compte enllaçat. Premeu *Desar* per afegir una identitat.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Introduïu el nom que vulgueu aparèixer a la direcció dels correus electrònics que envieu i seleccioneu un compte enllaçat. Premeu *Desar* per afegir una identitat.
Si el compte s'ha configurat manualment, és probable que també configureu la identitat manualment. Introduïu el nom de domini, per exemple *gmail.com* i toqueu *Obteniu la configuració*. Si el proveïdor admet [descobriment automàtic](https://tools.ietf.org/html/rfc6186), FairEmail completarà el nom d'amfitrió i el número de port, si més no, consulteu les instruccions de configuració del proveïdor per trobar el nom d'amfitrió SMTP, el número de port i el protocol (SSL/TLS o STARTTLS).
Si el compte s'ha configurat manualment, és probable que també configureu la identitat manualment. Introduïu el nom de domini, per exemple *gmail.com* i toqueu *Obteniu la configuració*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Consulteu [aquestes Preguntes Freqüents](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sobre com utilitzar àlies.
## Concedir permisos: per accedir a la informació de contacte
Si voleu cercar adreces de correu electrònic, mostrar fotos de contacte, etc., haureu de concedir el permís de contactes de lectura a FairEmail. Només heu de tocar *Concedir permisos* i seleccionar *Permetre*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Configuració d'optimitzacions de bateria: per rebre correus electrònics de forma continuada
En les versions recents d'Android, Android posarà les aplicacions en suspensió quan la pantalla estigui apagada durant un temps per reduir lús de la bateria. Si voleu rebre nous correus electrònics sense retards, haureu de desactivar les optimitzacions de bateries de FairEmail. Toqueu *Desactiveu les optimitzacions de bateries* i seguiu les instruccions.
En les versions recents d'Android, Android posarà les aplicacions en suspensió quan la pantalla estigui apagada durant un temps per reduir lús de la bateria. Si voleu rebre nous correus electrònics sense retards, haureu de desactivar les optimitzacions de bateries de FairEmail. Tap *Manage* and follow the instructions.
## Preguntes o problemes

View File

@ -1,6 +1,6 @@
# Nápověda k nastavení
Nastavení FairEmailu je poměrně jednoduché. Potřebujete přidat alespoň jeden účet, abyste mohli e-mailové zprávy přijímat, a alespoň jednu identitu, pokud chcete e-maily odesílat. Rychlé nastavení přidá účet i identitu v jednom kroku pro většinu hlavních poskytovatelů.
Nastavení FairEmailu je poměrně jednoduché. Potřebujete přidat alespoň jeden účet, abyste mohli e-mailové zprávy přijímat, a alespoň jednu identitu, pokud chcete e-maily odesílat. The quick setup will add an account and an identity in one go for most providers.
## Požadavky
@ -8,33 +8,33 @@ Pro nastavení účtů a identit je nutné připojení k internetu.
## Rychlé nastavení
Zadejte své jméno, e-mailovou adresu a heslo a stiskněte *Přejít*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Toto funguje pro většinu hlavních e-mailových poskytovatelů.
This will work for most email providers.
Pokud rychlé nastavení nefunguje, budete účet a identitu muset nastavit jiným způsobem, viz. níže.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Nastavení účtu - pro příjem e-mailů
Pro přidání účtu stiskněte *Spravovat účty* a stiskněte oranžové tlačítko *přidat* umístěné dole. Zvolte poskytovatele ze seznamu, zadejte uživatelské jméno, což je obvykle vaše e-mailová adresa, a zadejte své heslo. Stiskněte *Ověřit* a nechte FairEmail připojit se k e-mailovému serveru a načíst seznam systémových složek. Po kontrole vybraných systémových složek můžete účet přidat stisknutím *Uložit*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Zvolte poskytovatele ze seznamu, zadejte uživatelské jméno, což je obvykle vaše e-mailová adresa, a zadejte své heslo. Stiskněte *Ověřit* a nechte FairEmail připojit se k e-mailovému serveru a načíst seznam systémových složek. Po kontrole vybraných systémových složek můžete účet přidat stisknutím *Uložit*.
Není-li Váš poskytovatel uveden na seznamu, zvolte *Vlastní*. Zadejte název domény, například *gmail.com* a stiskněte *Získat nastavení*. Podporuje-li Váš poskytovatel [automatické zjišťování](https://tools.ietf.org/html/rfc6186), FairEmail automaticky předvyplní název hostitele a číslo portu. V opačném případě postupujte dle instrukcí svého poskytovatele pro nastavení IMAP - správného názvu hostitele, čísla portu a protokolu (SSL/TLS nebo STARTTLS). Pro více informací se prosím podívejte [sem](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Zadejte název domény, například *gmail.com* a stiskněte *Získat nastavení*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Pro více informací se prosím podívejte [sem](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Nastavení identity - pro odesílání e-mailů
Podobně, pro přidání identity stiskněte *Spravovat identity* a stiskněte oranžové tlačítko *přidat* umístěné dole. Zadejte jméno, které si přejete zobrazit v adresním poli "Od:" u Vámi odeslaných e-mailů a zvolte připojený účet. Stiskněte *Uložit* pro přidání identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Zadejte jméno, které si přejete zobrazit v adresním poli "Od:" u Vámi odeslaných e-mailů a zvolte připojený účet. Stiskněte *Uložit* pro přidání identity.
Pokud byl účet nastaven ručně, pravděpodobně bude potřeba nastavit ručně i identitu. Zadejte název domény, například *gmail.com* a stiskněte *Získat nastavení*. Podporuje-li Váš poskytovatel [automatické zjišťování](https://tools.ietf.org/html/rfc6186), FairEmail automaticky předvyplní název hostitele a číslo portu. V opačném případě postupujte dle instrukcí svého poskytovatele pro nastavení SMTP - správného názvu hostitele, čísla portu a protokolu (SSL/TLS nebo STARTTLS).
Pokud byl účet nastaven ručně, pravděpodobně bude potřeba nastavit ručně i identitu. Zadejte název domény, například *gmail.com* a stiskněte *Získat nastavení*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Přečtěte si [tyto časté dotazy](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) o používání aliasů.
## Udělení oprávnění - pro přístup k informacím kontaktů
Pro hledání e-mailových adres, zobrazení fotografií kontaktů, apod., musíte FairEmailu udělit oprávnění ke čtení kontaktů. Stačí stisknout *Udělit oprávnění* a zvolit *Povolit*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Nastavení optimalizace výdrže baterie - pro průběžný příjem e-mailů
V posledních verzích Androidu, pokud je obrazovka po nějaký čas vypnuta, jsou aplikace uspávány pro snížení spotřeby baterie. Chcete-li přijímat nové e-maily bez prodlení, měli byste pro FairEmail zakázat optimalizaci výdrže baterie. Stiskněte *Zakázat optimalizaci baterie* a postupujte dle instrukcí.
V posledních verzích Androidu, pokud je obrazovka po nějaký čas vypnuta, jsou aplikace uspávány pro snížení spotřeby baterie. Chcete-li přijímat nové e-maily bez prodlení, měli byste pro FairEmail zakázat optimalizaci výdrže baterie. Tap *Manage* and follow the instructions.
## Otázky či problémy

View File

@ -1,6 +1,6 @@
# Opsætningshjælp
At opsætte FairEmail er ret enkelt. Du skal tilføje mindst én konto for at modtage e-mail og mindst én identitet for at sende e-mail. Den hurtige opsætning tilføjer på én gang en konto og en identitet for de fleste større udbydere.
At opsætte FairEmail er ret enkelt. Du skal tilføje mindst én konto for at modtage e-mail og mindst én identitet for at sende e-mail. Den hurtigopsætning tilføjer på én gang en konto og identitet for de fleste udbydere.
## Forudsætninger
@ -8,33 +8,33 @@ En Internetforbindelse kræves for at opsætte konti og identiteter.
## Hurtig opsætning
Angiv blot dit navn, e-mail og adgangskode, og tryk på *Go*.
Ma vælger blot den relevante udbyder eller *Anden udbyder*, angiver sit navn, e-mailadresse og adgangskode, og trykker på *Tjek*.
Dette vil fungere for de fleste større udbydere.
Dette vil virke for de fleste e-mailudbydere.
Fungerer hurtig-opsætningen ikke, så opsæt på anden vis en konto og en identitet (se instruktioner nedenfor).
Fungerer hurtigopsætningen ikke, så skal en konto og identitet opsættes manuelt (tjek instruktionerne nedenfor).
## Opsæt konto - for at modtage e-mail
For at tilføje en konto, så tryk på*Håndtér Konti* og tryk på orange knap *Tilføj* nederst. Vælg en udbyder på listen, angiv brugernavnet, som for det meste er din e-mail, og angiv dit adgangskode. Tryk *Tjek* for at lade FairEmail forbinde til e-mailserveren og hente en liste over systemmapper. Efter gennemgang af systemmappeudvalget kan du tilføje kontoen ved at trykke på*Gem*.
For kontotilføjelse trykkes på *Manuel opsætning og flere muligheder*, *Konti*, 'plus'-knappen nederst, og valg af IMAP (eller POP3). Vælg en udbyder på listen, angiv brugernavnet, som for det meste er din e-mail, og angiv dit adgangskode. Tryk *Tjek* for at lade FairEmail forbinde til e-mailserveren og hente en liste over systemmapper. Efter gennemgang af systemmappeudvalget kan du tilføje kontoen ved at trykke på*Gem*.
Er din udbyder ikke på listen over udbydere, så vælg *Tilpasset*. Angiv domænenavnet, f.eks. *gmail.com*, og tryk på *Hent indstillinger*. Understøtter din udbyder [auto-detektering](https://tools.ietf.org/html/rfc6186), udfylder FairEmail værtsnavnet og portnummeret, ellers tjek opsætningsvejledningen fra din udbyder vedr. korrekt IMAP-værtsnavn, portnummer og protokol (SSL/TLS eller STARTTLS). For mere om dette, se [hér](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
Findes udbyderen (af hvilke der er tusindvis) ikke udbyderlisten, så vælg *Tilpasset*. Angiv domænenavnet, f.eks. *gmail.com*, og tryk på *Hent indstillinger*. Understøtter udbyderen [auto-discovery](https://tools.ietf.org/html/rfc6186), auto-udfylder FairEmail værtsnavn og portnummer, ellers tjek udbyderens opsætningsvejledning vedr. korrekt IMAP-værtsnavn, portnummer og protokol (SSL/TLS eller STARTTLS). For mere om dette, se [hér](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Opsæt identitet - for at sende e-mail
På samme vis, så tryk på *Håndtér Identitet* for at tilføje en identitet og tryk på den orange knap *Tilføj* nederst. Angiv det navn, du ønsker vist i fra-adressen i e-mails, du sender, og vælg en tilknyttet konto. Tryk *Gem* for at tilføje identiteten.
Tilsvarende for identitetstilføjelse, tryk på *Manuel opsætning og flere muligheder*, *Identiteter* og knappen 'plus' nederst. Angiv det navn, du ønsker vist i fra-adressen i e-mails, du sender, og vælg en tilknyttet konto. Tryk *Gem* for at tilføje identiteten.
Blev kontoen opsat manuelt, skal du sandsynligvis også opsætte identiteten manuelt. Angiv domænenavnet, f.eks. *gmail.com*, og tryk på *Hent indstillinger*. Understøtter din udbyder [auto-detektering](https://tools.ietf.org/html/rfc6186), udfylder FairEmail værtsnavnet og portnummeret, ellers tjek opsætningsvejledningen fra din udbyder vedr. korrekt SMTP-værtsnavn, portnummer og protokol (SSL/TLS eller STARTTLS).
Blev kontoen opsat manuelt, skal du sandsynligvis også opsætte identiteten manuelt. Angiv domænenavnet, f.eks. *gmail.com*, og tryk på *Hent indstillinger*. Understøtter udbyderen [auto-discovery](https://tools.ietf.org/html/rfc6186), auto-udfylder FairEmail værtsnavn og portnummer, ellers tjek udbyderens opsætningsvejledning vedr. korrekt SMTP-værtsnavn, portnummer og krypteringsprotokol (SSL/TLS eller STARTTLS).
Se [denne FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) vedr. brug af aliasser.
## Giv tilladelser - for at tilgå kontaktoplysninger
Hvis du vil slå e-mailadresser op, få vist kontaktfotos mv., skal du give FairEmail læs kontakter-tilladelse. Tryk blot på *Giv tilladelse* og vælg *Tillad*.
Ønkes e-mailadresseopslag, kontaktfotovisning mv., skal FairEmail tildeles læs kontaktinformation-tilladelse. Tryk blot på *Tildel* og vælg *Tillad*.
## Opsæt batterioptimeringer - til løbende modtagelse af e-mail
I nyere Android-versioner sættes apps i dvale for at reducere batteriforbruget, når skærmen har været slukket i nogen tid. Vil du gerne modtage nye e-mails uden forsinkelser, skal du deaktivere batterioptimeringer for FairEmail. Tryk på *Deaktivér Batterioptimeringer* og følg anvisningerne.
I nyere Android-versioner sættes apps i dvale for at reducere batteriforbruget, når skærmen har været slukket i nogen tid. Vil du gerne modtage nye e-mails uden forsinkelser, skal du deaktivere batterioptimeringer for FairEmail. Tryk på *Håndtér* og følg vejledningen.
## Spørgsmål eller problemer

View File

@ -0,0 +1,41 @@
# Einrichtungshilfe
Es ist ziemlich einfach FairEmail einzurichten. Sie müssen mindestens ein Konto hinzufügen um E-Mails zu empfangen, und mindestens eine Identität um E-Mails zu senden. Die Schnelleinrichtung (Assistent) richtet in einem Vorgang ein Konto und eine Identität für die meisten großen E-Mail-Anbieter ein.
## Anforderungen
Für die Einrichtung von Konten und Identitäten ist eine Internetverbindung erforderlich.
## Schnelleinrichtung
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most email providers.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Konto einrichten um E-Mails zu empfangen
Um ein Konto hinzuzufügen, tippen Sie auf *Manuelle Einrichtung und weitere Optionen*, Tippen Sie auf *Konten* und tippen Sie unten auf 'plus' und wählen Sie IMAP (oder POP3). Wählen Sie einen Anbieter aus der Liste, geben Sie den Benutzernamen ein, der meistens Ihre E-Mail-Adresse ist, und geben Sie Ihr Passwort ein. Tippen Sie auf *Prüfen* um FairEmail mit dem E-Mail-Server zu verbinden und eine Liste von Systemordnern zu laden. Nach der Überprüfung der Systemordnerauswahl können Sie das Konto hinzufügen, indem Sie auf *Speichern* klicken.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Geben Sie den Domain-Namen ein, zum Beispiel *gmail.com* und tippen Sie auf *Einstellungen abrufen*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Weitere Informationen dazu finden Sie [hier](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Identität einrichten um E-Mail zu senden
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Bitte den Namen eingeben, der in der Absenderadresse der von Ihnen gesendeten E-Mails erscheinen soll, und wählen Sie ein verknüpftes Konto aus. Tippen Sie auf *Speichern*, um die Identität hinzuzufügen.
Wenn das Konto manuell konfiguriert wurde, müssen Sie wahrscheinlich auch die Identität manuell konfigurieren. Geben Sie den Domain-Namen ein, zum Beispiel *gmail.com* und tippen dann auf *Einstellungen abrufen*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Zur Verwendung von Alias-Adressen bitte [diese F&A](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) beachten.
## Berechtigungen gewähren um auf Kontaktinformationen zugreifen zu können
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Akku-Optimierungen einrichten, um E-Mails fortlaufend zu erhalten
Bei den aktuellen Android-Versionen wird Android alle Apps zum Schlafen bringen, wenn der Bildschirm für einige Zeit ausgeschaltet ist, um die Akkunutzung zu reduzieren. Wenn Sie neue E-Mails ohne Verzögerung erhalten möchten, sollten Sie die Akkuoptimierung für FairEmail deaktivieren. Tap *Manage* and follow the instructions.
## Fragen oder Probleme
Wenn Sie eine Frage oder ein Problem haben, können Sie [hier Hilfe](https://github.com/M66B/FairEmail/blob/master/FAQ.md) erhalten.

View File

@ -8,33 +8,33 @@ Für die Einrichtung von Konten und Identitäten ist eine Internetverbindung erf
## Schnelleinrichtung
Geben Sie Ihren Namen, E-Mail-Adresse und Passwort ein und tippen Sie auf *prüfen*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Das funktioniert für die meisten großen E-Mail-Anbieter.
This will work for most email providers.
Wenn die Schnelleinrichtung nicht funktioniert, müssen Sie Konto und Identität manuell einrichten, siehe Anweisungen unten.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Konto einrichten um E-Mails zu empfangen
Um ein Konto hinzuzufügen, tippen Sie unter 'Konten einrichten' auf *Verwalten* und tippen Sie dann auf den orange-farbenen Button mit dem *Plus-Zeichen* unten. Wählen Sie einen Anbieter aus der Liste, geben Sie den Benutzernamen ein, der meistens Ihre E-Mail-Adresse ist, und geben Sie Ihr Passwort ein. Tippen Sie auf *Prüfen* um FairEmail mit dem E-Mail-Server zu verbinden und eine Liste von Systemordnern zu laden. Nach der Überprüfung der Systemordner-Auswahl können Sie das Konto hinzufügen, indem Sie auf *Speichern* klicken.
Um ein Konto hinzuzufügen, tippen Sie auf *Manuelle Einrichtung und weitere Optionen*, Tippen Sie auf *Konten* und tippen Sie unten auf 'plus' und wählen Sie IMAP (oder POP3). Wählen Sie einen Anbieter aus der Liste, geben Sie den Benutzernamen ein, der meistens Ihre E-Mail-Adresse ist, und geben Sie Ihr Passwort ein. Tippen Sie auf *Prüfen* um FairEmail mit dem E-Mail-Server zu verbinden und eine Liste von Systemordnern zu laden. Nach der Überprüfung der Systemordnerauswahl können Sie das Konto hinzufügen, indem Sie auf *Speichern* klicken.
Wenn Ihr Provider nicht in der Liste der Anbieter ist, wählen Sie *Benutzerdefiniert*. Geben Sie den Domain-Namen ein, zum Beispiel *gmail.com*, und tippen Sie auf *Einstellungen abrufen*. Wenn Ihr Provider [Auto-discovery](https://tools.ietf.org/html/rfc6186) unterstützt, wird FairEmail den Hostnamen und die Portnummer ausfüllen, so dass Sie die Angaben Ihres Providers für den richtigen IMAP-Hostnamen, Port-Nummer und Protokoll (SSL/TLS oder STARTTLS) nur noch überprüfen müssen. Weitere Informationen dazu finden Sie [hier](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Geben Sie den Domain-Namen ein, zum Beispiel *gmail.com* und tippen Sie auf *Einstellungen abrufen*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Weitere Informationen dazu finden Sie [hier](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Identität einrichten um E-Mail zu senden
Vergleichbar mit der Konto-Einrichtung tippen Sie unter 'Identitäten einrichten' auf *Verwalten* und tippen Sie dann auf den orange-farbenen Button mit dem *Plus-Zeichen* unten. Geben Sie den Namen ein, der in E-Mails, die Sie von dieser Absender-Adresse senden, erscheinen soll, und wählen Sie ein verknüpftes Konto. Tippen Sie auf *Speichern*, um die Identität hinzuzufügen.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Bitte den Namen eingeben, der in der Absenderadresse der von Ihnen gesendeten E-Mails erscheinen soll, und wählen Sie ein verknüpftes Konto aus. Tippen Sie auf *Speichern*, um die Identität hinzuzufügen.
Wenn das Konto manuell konfiguriert wurde, müssen Sie wahrscheinlich auch die Identität manuell konfigurieren. Geben Sie den Domain-Namen ein, zum Beispiel *gmail.com*, und tippen Sie auf *Einstellungen abrufen*. Wenn Ihr Provider [Auto-discovery](https://tools.ietf.org/html/rfc6186) unterstützt, wird FairEmail den Hostnamen und die Portnummer ausfüllen, so dass Sie die Angaben Ihres Providers für den richtigen IMAP-Hostnamen, Port-Nummer und Protokoll (SSL/TLS oder STARTTLS) nur noch überprüfen müssen.
Wenn das Konto manuell konfiguriert wurde, müssen Sie wahrscheinlich auch die Identität manuell konfigurieren. Geben Sie den Domain-Namen ein, zum Beispiel *gmail.com* und tippen dann auf *Einstellungen abrufen*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Zur Verwendung von Alias-Adressen bitte [diese F&A](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) beachten.
## Berechtigungen gewähren - Zugriff auf Kontaktinformationen
## Berechtigungen gewähren um auf Kontaktinformationen zugreifen zu können
Wenn Sie E-Mail-Adressen suchen wollen, Kontaktfotos anzeigen lassen möchten etc., müssen Sie FairEmail die Lese-Kontaktberechtigung erteilen. Tippe einfach auf *Berechtigungen erteilen* und wählen Sie *Zulassen*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Akku-Optimierungen einrichten, um E-Mails fortlaufend zu erhalten
Bei den aktuellen Android-Versionen wird Android alle Apps zum Schlafen bringen, wenn der Bildschirm für einige Zeit ausgeschaltet ist, um die Akkunutzung zu reduzieren. Wenn Sie neue E-Mails ohne Verzögerung erhalten möchten, sollten Sie die Batterie-Optimierung für FairEmail deaktivieren. Tippen Sie auf *Akku-Optimierung einrichten* und folgen Sie den Anweisungen.
Bei den aktuellen Android-Versionen wird Android alle Apps zum Schlafen bringen, wenn der Bildschirm für einige Zeit ausgeschaltet ist, um die Akkunutzung zu reduzieren. Wenn Sie neue E-Mails ohne Verzögerung erhalten möchten, sollten Sie die Akkuoptimierung für FairEmail deaktivieren. Tap *Manage* and follow the instructions.
## Fragen oder Probleme

View File

@ -0,0 +1,41 @@
# Einrichtungshilfe
Es ist ziemlich einfach FairEmail einzurichten. Sie müssen mindestens ein Konto hinzufügen um E-Mails zu empfangen, und mindestens eine Identität um E-Mails zu senden. Die Schnelleinrichtung (Assistent) richtet in einem Vorgang ein Konto und eine Identität für die meisten großen E-Mail-Anbieter ein.
## Anforderungen
Für die Einrichtung von Konten und Identitäten ist eine Internetverbindung erforderlich.
## Schnelleinrichtung
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most email providers.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Konto einrichten um E-Mails zu empfangen
Um ein Konto hinzuzufügen, tippen Sie auf *Manuelle Einrichtung und weitere Optionen*, Tippen Sie auf *Konten* und tippen Sie unten auf 'plus' und wählen Sie IMAP (oder POP3). Wählen Sie einen Anbieter aus der Liste, geben Sie den Benutzernamen ein, der meistens Ihre E-Mail-Adresse ist, und geben Sie Ihr Passwort ein. Tippen Sie auf *Prüfen* um FairEmail mit dem E-Mail-Server zu verbinden und eine Liste von Systemordnern zu laden. Nach der Überprüfung der Systemordnerauswahl können Sie das Konto hinzufügen, indem Sie auf *Speichern* klicken.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Geben Sie den Domain-Namen ein, zum Beispiel *gmail.com* und tippen Sie auf *Einstellungen abrufen*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Weitere Informationen dazu finden Sie [hier](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Identität einrichten um E-Mail zu senden
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Bitte den Namen eingeben, der in der Absenderadresse der von Ihnen gesendeten E-Mails erscheinen soll, und wählen Sie ein verknüpftes Konto aus. Tippen Sie auf *Speichern*, um die Identität hinzuzufügen.
Wenn das Konto manuell konfiguriert wurde, müssen Sie wahrscheinlich auch die Identität manuell konfigurieren. Geben Sie den Domain-Namen ein, zum Beispiel *gmail.com* und tippen dann auf *Einstellungen abrufen*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Zur Verwendung von Alias-Adressen bitte [diese F&A](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) beachten.
## Berechtigungen gewähren um auf Kontaktinformationen zugreifen zu können
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Akku-Optimierungen einrichten, um E-Mails fortlaufend zu erhalten
Bei den aktuellen Android-Versionen wird Android alle Apps zum Schlafen bringen, wenn der Bildschirm für einige Zeit ausgeschaltet ist, um die Akkunutzung zu reduzieren. Wenn Sie neue E-Mails ohne Verzögerung erhalten möchten, sollten Sie die Akkuoptimierung für FairEmail deaktivieren. Tap *Manage* and follow the instructions.
## Fragen oder Probleme
Wenn Sie eine Frage oder ein Problem haben, können Sie [hier Hilfe](https://github.com/M66B/FairEmail/blob/master/FAQ.md) erhalten.

View File

@ -1,6 +1,6 @@
# Βοήθεια για τη ρύθμιση
Η ρύθμιση του FairEmail είναι αρκετά απλή. Θα χρειαστεί να προσθέσετε τουλάχιστον έναν λογαριασμό για να λάβετε email και τουλάχιστον μία ταυτότητα χρήστη εάν θέλετε να στείλετε email. Αυτός ο γρήγορος οδηγός ρύθμισης θα προσθέσει έναν λογαριασμό και μία ταυτότητα χρήστη ταυτόχρονα, τουλάχιστον για τους περισσότερους γνωστούς παρόχους υπηρεσιών email.
Η ρύθμιση του FairEmail είναι αρκετά απλή. Θα χρειαστεί να προσθέσετε τουλάχιστον έναν λογαριασμό για να λαμβάνετε μηνύματα και τουλάχιστον μία ταυτότητα χρήστη εάν θέλετε να στέλνετε μηνύματα. Ο γρήγορος οδηγός ρύθμισης θα προσθέσει, δια μιας, έναν λογαριασμό και μία ταυτότητα χρήστη, για τους περισσότερους παρόχους.
## Απαιτήσεις
@ -8,34 +8,34 @@
## Γρήγορη ρύθμιση
Απλώς εισαγάγετε το όνομά σας, τη διεύθυνση email σας, και τον κωδικό σας, και πατήστε *Πάμε*.
Επιλέξτε απλώς τον κατάλληλο πάροχο ή *Άλλος πάροχος* και εισαγάγετε το όνομα, τη διεύθυνση ηλ. ταχυδρομείου και τον κωδικό πρόσβασης, και πατήστε *Έλεγχος*.
Αυτό θα λειτουργήσει με επιτυχία για τους περισσότερους γνωστούς παρόχους υπηρεσιών email.
Αυτό θα λειτουργήσει για τους περισσότερους παρόχους ηλ. ταχυδρομείου.
Εάν η γρήγορη ρύθμιση αποτύχει, θα χρειαστεί να ρυθμίσετε έναν λογαριασμό και μία ταυτότητα χρήστη με διαφορετικό τρόπο, δείτε παρακάτω για λεπτομέρειες.
Εάν η γρήγορη ρύθμιση δεν λειτουργήσει, θα χρειαστεί να ρυθμίσετε έναν λογαριασμό και μία ταυτότητα χρήστη χειροκίνητα. Δείτε παρακάτω για οδηγίες.
## Set up account - to receive email
## Ρύθμιση λογαριασμού - για να λαμβάνετε μέιλ
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
Για να προσθέσετε ένα λογαριασμό, πατήστε *Χειροκίνητη ρύθμιση και περισσότερες επιλογές*, πατήστε *Λογαριασμοί* και πατήστε το κουμπί 'συν' στο κάτω μέρος και επιλέξτε IMAP (ή POP3). Επιλέξτε έναν πάροχο από τη λίστα, εισαγάγετε το όνομα χρήστη, το οποίο είναι συνήθως η διεύθυνση του μέιλ σας, και εισαγάγετε τον κωδικό σας. Πατήστε *Έλεγχος* για να επιτρέψετε στο FairEmail να συνδεθεί στο διακομιστή ηλ. ταχυδρομείου και να ανασύρει μία λίστα φακέλων συστήματος. Αφού ελέγξετε την επιλογή φακέλων συστήματος, μπορείτε να προσθέσετε τον λογαριασμό, πατώντας *Αποθήκευση*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
Εάν ο πάροχός σας δεν βρίσκεται στη λίστα παρόχων (υπάρχουν χιλιάδες πάροχοι), επιλέξτε *Προσαρμοσμένο*. Εισαγάγετε το όνομα τομέα, για παράδειγμα, *gmail.com* και πατήστε *Λήψη ρυθμίσεων*. Αν ο πάροχός σας υποστηρίζει [αυτόματη ανακάλυψη](https://tools.ietf.org/html/rfc6186), το FairEmail θα συμπληρώσει το όνομα εξυπηρετητή και τον αριθμό θύρας, διαφορετικά, συμβουλευτείτε τις οδηγίες ρύθμισης του παρόχου σας σχετικά με το σωστό όνομα εξυπηρετητή IMAP, τον αριθμό θύρας και το πρωτόκολλο κρυπτογράφησης (SSL/TLS ή STARTTLS). Για περισσότερες σχετικές πληροφορίες, παρακαλώ, δείτε [εδώ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
## Ορισμός ταυτότητας - για αποστολή μέιλ
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Ομοίως, για να προσθέσετε μία ταυτότητα, πατήστε *Χειροκίνητη ρύθμιση και περισσότερες επιλογές*, πατήστε *Ταυτότητες* και πατήστε το κουμπί 'συν' στο κάτω μέρος. Εισαγάγετε το όνομα που θέλετε να εμφανίζεται στο πεδίο: "Από:" των μηνυμάτων που αποστέλλετε, και επιλέξτε έναν συνδεδεμένο λογαριασμό. Πατήστε *Αποθήκευση* για να προσθέσετε μία ταυτότητα.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
Αν είχατε ρυθμίσει τον λογαριασμό χειροκίνητα, είναι πιθανόν ότι θα χρειαστείτε να ρυθμίσετε και την ταυτότητα χειροκίνητα επίσης. Εισαγάγετε το όνομα τομέα, για παράδειγμα, *gmail.com* και πατήστε *Λήψη ρυθμίσεων*. Αν ο πάροχός σας υποστηρίζει [αυτόματη ανακάλυψη](https://tools.ietf.org/html/rfc6186), το FairEmail θα συμπληρώσει το όνομα εξυπηρετητή και τον αριθμό θύρας, διαφορετικά, συμβουλευτείτε τις οδηγίες ρύθμισης του παρόχου σας σχετικά με το σωστό όνομα εξυπηρετητή SMTP, τον αριθμό θύρας και το πρωτόκολλο κρυπτογράφησης (SSL/TLS ή STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
Δείτε [αυτό το FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) σχετικά με τη χρήση ψευδωνύμων.
## Grant permissions - to access contact information
## Παραχώρηση αδειών - για πρόσβαση στις πληροφορίες επαφών
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
Αν θέλετε να αναζητείτε διευθύνσεις ηλ. ταχυδρομείου, να βλέπετε τις φωτογραφίες επαφών κλπ., θα χρειαστείτε να παραχωρήσετε στο FairEmail την άδεια να διαβάζει τις πληροφορίες επαφών. Απλώς πατήστε *Παραχώρηση αδειών* και επιλέξτε *Να επιτρέπεται*.
## Setup battery optimizations - to continuously receive emails
## Ρύθμιση βελτιστοποίησης μπαταρίας - για να λαμβάνετε μηνύματα ηλ. ταχυδρομείου χωρίς καθυστερήσεις
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
Σε πρόσφατες εκδόσεις Android, το Android βάζει τις εφαρμογές σε αναστολή λειτουργίας όταν η οθόνη είναι σβησμένη για κάποιο διάστημα, προκειμένου να μειωθεί η χρήση μπαταρίας. Αν θέλετε να λαμβάνετε νέα μηνύματα χωρίς καθυστερήσεις, θα ήταν καλό να απενεργοποιήσετε τη βελτιστοποίηση μπαταρίας για το FairEmail. Πατήστε *Διαχείριση* και ακολουθήστε τις οδηγίες.
## Questions or problems
## Ερωτήσεις ή προβλήματα
If you have a question or problem, please [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for help.
Αν έχετε μία ερώτηση ή ένα πρόβλημα, παρακαλώ [δείτε εδώ](https://github.com/M66B/FairEmail/blob/master/FAQ.md) για βοήθεια.

View File

@ -1,6 +1,6 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# Ayuda de la configuración
Configurar FairEmail es bastante sencillo. Deberá añadir al menos una cuenta para recibir correo electrónico y al menos una identidad si quiere enviarlo. The quick setup will add an account and an identity in one go for most major providers.
Configurar FairEmail es bastante sencillo. Deberá añadir al menos una cuenta para recibir correo electrónico y al menos una identidad si quiere enviarlo. The quick setup will add an account and an identity in one go for most providers.
## Requisitos
@ -8,33 +8,33 @@ Se requiere una conexión a Internet para configurar cuentas e identidades.
## Configuración rápida
Sólo tiene que introducir su nombre, dirección de correo electrónico, y contraseña, y pulsar *Ir*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Esto funcionará para la mayoría de los proveedores más populares.
This will work for most email providers.
Si la configuración rápida no funciona, necesitará configurar una cuenta y una identidad de otra manera (ver abajo para las instrucciones).
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Configurar cuenta - para recibir correo
Para añadir una cuenta, pulse *Administrar cuentas* y pulse el botón *añadir* naranja en la parte inferior. Seleccione un proveedor de la lista, introduzca su nombre de usuario (que es por lo general su dirección de correo) e introduzca su contraseña. Pulse *Comprobar* para permitir que FairEmail se conecte al servidor de correo y obtenga una lista de carpetas de sistema. Luego de revisar la selección de carpetas de sistema puede añadir la cuenta pulsando *Guardar*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Seleccione un proveedor de la lista, introduzca su nombre de usuario (que es por lo general su dirección de correo) e introduzca su contraseña. Pulse *Comprobar* para permitir que FairEmail se conecte al servidor de correo y obtenga una lista de carpetas de sistema. Luego de revisar la selección de carpetas de sistema puede añadir la cuenta pulsando *Guardar*.
Si su proveedor no está en la lista de proveedores, seleccione *Personalizado*. Introduzca el nombre de dominio, por ejemplo *gmail.com* y pulse *Obtener configuración*. Si su proveedor soporta [auto-descubrimiento](https://tools.ietf.org/html/rfc6186), FairEmail rellenará el nombre de host y el número de puerto. En caso contrario compruebe el nombre de host IMAP, número de puerto, y protocolo (SSL/TLS o STARTTLS) en las instrucciones de configuración de su proveedor. Para más información, por favor vaya [aquí](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Introduzca el nombre de dominio, por ejemplo *gmail.com* y pulse *Obtener configuración*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Para más información, por favor vea [aquí](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Configurar identidad - para enviar correo
De manera similar, para añadir una identidad, pulse *Administrar identidad* y pulse el botón *añadir* naranja en la parte inferior. Introduzca el nombre que desea que aparezca en los correos que envía y seleccione una cuenta vinculada. Pulse *Guardar* para añadir la identidad.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Introduzca el nombre que desea que aparezca en los correos que envía y seleccione una cuenta vinculada. Pulse *Guardar* para añadir la identidad.
Si la cuenta fue configurada manualmente, probablemente necesita configurar la identidad manualmente también. Introduzca el nombre de dominio, por ejemplo *gmail.com* y pulse *Obtener configuración*. Si su proveedor soporta [auto-descubrimiento](https://tools.ietf.org/html/rfc6186), FairEmail rellenará el nombre de host y el número de puerto. En caso contrario comprueba el nombre de host SMTP, número de puerto, y protocolo (SSL/TLS o STARTTLS) en las instrucciones de configuración de su proveedor.
Si la cuenta fue configurada manualmente, probablemente necesita configurar la identidad manualmente también. Introduzca el nombre de dominio, por ejemplo *gmail.com* y pulse *Obtener configuración*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Vea [esta FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sobre el uso de alias.
Vea [estas Preguntas Frecuentes](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sobre el uso de alias.
## Conceder permisos - para acceder a la información de contacto
Si desea buscar direcciones de correo electrónico, que se muestren fotos de contactos, etc, necesitará conceder permisos de lectura de contactos a FairEmail. Simplemente pulse *Conceder permisos* y seleccione *Permitir*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Configurar optimizaciones de batería - para recibir correo continuamente
En versiones recientes de Android, éste pondrá aplicaciones a dormir cuando la pantalla esté apagada durante algún tiempo para reducir el uso de batería. Si desea recibir nuevos correos sin retrasos, debería desactivar las optimizaciones de batería para FairEmail. Pulse *Desactivar optimizaciones de batería* y siga las instrucciones.
En versiones recientes de Android, éste pondrá aplicaciones a dormir cuando la pantalla esté apagada durante algún tiempo para reducir el uso de batería. Si desea recibir nuevos correos sin retrasos, debería desactivar las optimizaciones de batería para FairEmail. Tap *Manage* and follow the instructions.
## Preguntas o problemas

View File

@ -1,6 +1,6 @@
# Ezartzeko laguntza
FairEmail ezartzea oso erraza da. Gutxienez kontu bat behar duzu e-maila jasotzeko eta identitate bat e-maila bidaltzeko. Ezarpen azkarrak kontu eta identitate bana gehituko ditu aldi berean hornitzaile ezagun gehienentzat.
FairEmail ezartzea oso erraza da. Gutxienez kontu bat behar duzu e-maila jasotzeko eta identitate bat e-maila bidaltzeko. The quick setup will add an account and an identity in one go for most providers.
## Betebeharrak
@ -8,33 +8,33 @@ Internet konexioa behar da kontuak eta identitateak ezartzeko.
## Ezarpen azkarra
Idatzi zure izena, e-mail helbidea eta pasahitza eta sakatu *Goazen*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Hau nahikoa da e-mail hornitzaile nagusi gehienentzat.
This will work for most email providers.
Ezarpen azkarra ez badabil, kontu eta identitate bana sortu beharko dituzu, azpian daude argibideak.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Ezarri kontua - e-maila jasotzeko
Kontu bat gehitzeko, sakatu *Kudeatu kontuak* eta sakatu behealdeko *gehitu* botoi laranja. Hautatu hornitzaile bat zerrendatik, idatzi erabiltzaile-izena, gehienetan zure e-mail helbidea dena eta sartu zure pasahitza. Sakatu *Egiaztatu* FairEmail e-mail zerbitzarira konektatu dadin eta sistemako karpeten zerrenda jaso dezan. Sistemako karpeten hautaketa egin eta gero kontua gehitu dezakezu *Gorde* sakatuz.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Hautatu hornitzaile bat zerrendatik, idatzi erabiltzaile-izena, gehienetan zure e-mail helbidea dena eta sartu zure pasahitza. Sakatu *Egiaztatu* FairEmail e-mail zerbitzarira konektatu dadin eta sistemako karpeten zerrenda jaso dezan. Sistemako karpeten hautaketa egin eta gero kontua gehitu dezakezu *Gorde* sakatuz.
Zure hornitzailea ez badago hornitzaileen zerrendan, hautatu *Pertsonalizatua*. Sartu domeinuaren izena, adibidez *gmail.com* eta sakatu *Jaso ezarpenak*. Zure hornitzaileak [aurkitze automatikoa](https://tools.ietf.org/html/rfc6186) onartzen badu, FairEmail-ek hostalari izena eta ataka zenbakia beteko ditu, bestela kontsultatu zure hornitzailearen ezarpen argibideak IMAP ostalari izen, ataka zenbaki eta protokolo (SSL/TLS edo STARTTLS) egokiak zeintzuk diren jakiteko. Honi buruz gehiago jakiteko begiratu [hemen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Sartu domeinuaren izena, adibidez *gmail.com* eta sakatu *Jaso ezarpenak*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Honi buruz gehiago jakiteko begiratu [hemen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Ezarri identitatea - e-maila bidaltzeko
Identitatea gehitzeko, sakatu *Kudeatu identitatea* eta sakatu behealdeko *gehitu* botoi laranja. Sartu zuk bidalitako mezuen igorlearen eremuan agertzea nahi duzun izena eta hautatu dagokion kontua. Sakatu *Gorde* identitatea gehitzeko.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Sartu zuk bidalitako mezuen igorlearen eremuan agertzea nahi duzun izena eta hautatu dagokion kontua. Sakatu *Gorde* identitatea gehitzeko.
Kontua eskuz konfiguratu bada, ziur aski identitatea ere eskuz konfiguratu beharko duzu. Sartu domeinuaren izena, adibidez *gmail.com* eta sakatu *Jaso ezarpenak*. Zure hornitzaileak [aurkitze automatikoa](https://tools.ietf.org/html/rfc6186) onartzen badu, FairEmail-ek hostalari izena eta ataka zenbakia beteko ditu, bestela kontsultatu zure hornitzailearen ezarpen argibideak SMTP ostalari izen, ataka zenbaki eta protokolo (SSL/TLS edo STARTTLS) egokiak zeintzuk diren jakiteko.
Kontua eskuz konfiguratu bada, ziur aski identitatea ere eskuz konfiguratu beharko duzu. Sartu domeinuaren izena, adibidez *gmail.com* eta sakatu *Jaso ezarpenak*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Ikusi ezizenei buruzko [FAQ hau](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9).
## Baimenak ematea - kontaktuen informazioa atzitzeko
Kontaktuen e-mail helbideak bilatu, kontaktuen argaziak bistaratu eta abar nahi baduzu FairEmail aplikazioari kontaktuak atzitzeko baimena eman beharko diozu. Sakatu *Eman baimenak* eta aukeratu *Baimendu*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Ezarri bateria optimizazioak - mezua etenik gabe jasotzeko
Android bertsio berrietan, sistemak aplikazioak lokartzen ditu pantaila itzalita dagoenean edo denbora batera bateria aurrezteko. E-mail berriak atzerapenik gabe jaso nahi badituzu, bateria optimizazioa desgaitu beharko zenuke FairEmail aplikazioarentzat. Sakatu *Desgaitu bateria optimizazioak* eta jarraitu argibideak.
Android bertsio berrietan, sistemak aplikazioak lokartzen ditu pantaila itzalita dagoenean edo denbora batera bateria aurrezteko. E-mail berriak atzerapenik gabe jaso nahi badituzu, bateria optimizazioa desgaitu beharko zenuke FairEmail aplikazioarentzat. Tap *Manage* and follow the instructions.
## Galderak edo arazoak

View File

@ -1,6 +1,6 @@
# راهنمای راه‌اندازی
راه‌اندازی FairEmail بسیار آسان است. شما برای دریافت ایمیل حداقل به یک حساب و برای ارسال ایمیل حداقل به یک هویت نیاز دارید. راه‌اندازی سریع یک حساب و یک هویت را برای بیشتر فراهم‌کنندگان عمده خواهد افزود.
راه‌اندازی FairEmail بسیار آسان است. شما برای دریافت ایمیل حداقل به یک حساب و برای ارسال ایمیل حداقل به یک هویت نیاز دارید. The quick setup will add an account and an identity in one go for most providers.
## پیش‌نیاز‌ها
@ -8,33 +8,33 @@
## راه اندازی سریع
تنها نام، نشانی ایمیل و گذرواژه خود را وارد کنید و روی * برو* بزنید.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
این برای بیشتر فراهم‌کنندگان ایمیل کار خواهد کرد.
This will work for most email providers.
اگر راه‌اندازی سریع کار نکرد، شما باید یک حساب و یک هویت با روشی دیگر راه‌اندازی کنید، دستورات زیر را ببینید.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## راه‌اندازی حساب برای دریافت ایمیل
برای افزودن یک حساب، روی *مدیریت حساب‌ها* و دکمه نارنجی *افزودن* در زیر، بزنید. یک فراهم‌کننده از فهرست انتخاب کنید، نام کاربری را وارد کرده، که در بیشتر موارد نشانی ایمیل شماست، سپس گذرواژه خود را وارد کنید. روی *بررسی* بزنید تا FairEmail بتواند به سرورهای ایمیل متصل شود و فهرستی از پوشه‌های سیستم را واکشی کند. پس از بازبینی پوشه سیستم، شما می‌توانید حساب را با زدن روی *ذخیره* بیفزایید.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). یک فراهم‌کننده از فهرست انتخاب کنید، نام کاربری را وارد کرده، که در بیشتر موارد نشانی ایمیل شماست، سپس گذرواژه خود را وارد کنید. روی *بررسی* بزنید تا FairEmail بتواند به سرورهای ایمیل متصل شود و فهرستی از پوشه‌های سیستم را واکشی کند. پس از بازبینی پوشه سیستم، شما می‌توانید حساب را با زدن روی *ذخیره* بیفزایید.
اگر فراهم‌کننده شما در فهرست فراهم‌کنندگان نیست، *سفارشی* را انتخاب کنید. نام دامنه را وارد کنید، برای مثال *gmail.com* و روی *دریافت تنظیمات* بزنید. اگر فراهم‌کننده شما از [کشف-خودکار](https://tools.ietf.org/html/rfc6186) پشتیبانی می‌کند، FairEmail نام هاست و شماره درگاه را پر خواهد کرد، در غیر این صورت برای نام هاست IMAP، شماره درگاه و پروتکل(SSL/TLS یا STARTTLS) درست، دستورات راه‌اندازی فراهم‌کنندتان را بررسی کنید. برای آگاهی بیشتر [اینجا](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts) را ببینید.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. نام دامنه را وارد کنید، برای مثال *gmail.com* و روی *دریافت تنظیمات* بزنید. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). برای آگاهی بیشتر [اینجا](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts) را ببینید.
## راه‌اندازی هویت برای ارسال ایمیل
مشابه، افزودن یک حساب، روی *مدیریت هویت* زده و سپس روی دکمه نارنجی *افزودن* در زیر بزنید. نامی که می‌خواهید در نشانی‌های ایمیل‌هایی که می‌فرستید نمایش داده شود، را وارد کنید و یک حساب متصل را انتخاب کنید. برای افزودن هویت روی *ذخیره* بزنید.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. نامی که می‌خواهید در نشانی‌های ایمیل‌هایی که می‌فرستید نمایش داده شود، را وارد کنید و یک حساب متصل را انتخاب کنید. برای افزودن هویت روی *ذخیره* بزنید.
اگر حساب، دستی پیکربندی شده باشد، شما به احتمال زیاد باید هویت را نیز دستی پیکربندی کنید. نام دامنه را وارد کنید، برای مثال *gmail.com* و روی *دریافت تنظیمات* بزنید. اگر فراهم‌کننده شما از [کشف-خودکار](https://tools.ietf.org/html/rfc6186) پشتیبانی می‌کند، FairEmail نام هاست و شماره درگاه را پر خواهد کرد، در غیر این صورت برای نام هاست SMTP، شماره درگاه و پروتکل(SSL/TLS یا STARTTLS) درست، دستورات راه‌اندازی فراهم‌کنندتان را بررسی کنید.
اگر حساب، دستی پیکربندی شده باشد، شما به احتمال زیاد باید هویت را نیز دستی پیکربندی کنید. نام دامنه را وارد کنید، برای مثال *gmail.com* و روی *دریافت تنظیمات* بزنید. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
به [سوالات متداول](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) درباره بکارگیری نام‌های مستعار مراجعه کنید.
## اجازه دسترسی به اطلاعات مخاطبین را بدهید
اگر می‌خواهید نشانی ایمیل را جستجو کنید، عکس مخاطبین برایتان نمایش داده شود، و دیگر چیزها، باید مجوز خواندن مخاطبین را به FairEmail بدهید. تنها روی *اعطای دسترسی* بزنید و *اجازه دادن* را انتخاب کنید.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## بهینه‌سازی باتری را تنظیم کنید تا به طور مداوم ایمیل‌ها را دریافت کنید
در نگارش‌های اخیر اندروید، اندروید برنامه‌ها را برای مدتی هنگامی که صفحه نمایش خاموش می‌شود به‌خاطر کاهش مصرف باتری در حالت خواب قرار خواهد داد. اگر می‌خواهید ایمیل‌های جدید را بدون درنگ دریافت کنید، باید بهینه‌سازی باتری را برای FairEmail غیرفعال کنید. روی *غیر فعال‌سازی بهینه‌سازی باتری* بزنید و دستورات را دنبال کنید.
در نگارش‌های اخیر اندروید، اندروید برنامه‌ها را برای مدتی هنگامی که صفحه نمایش خاموش می‌شود به‌خاطر کاهش مصرف باتری در حالت خواب قرار خواهد داد. اگر می‌خواهید ایمیل‌های جدید را بدون درنگ دریافت کنید، باید بهینه‌سازی باتری را برای FairEmail غیرفعال کنید. Tap *Manage* and follow the instructions.
## پرسش‌ها یا مشکلات

View File

@ -1,6 +1,6 @@
# Asetusohje
FairEmailin käyttöönotto on melko yksinkertaista. Tarvitset ainakin yhden tilin vastaanottaaksesi sähköpostia ja ainakin yhden tilin lähettääksesi sähköpostia. Pika-asennus lisää samalla kertaa tilin ja identiteetin useimmilla palveluntarjoajilla.
FairEmailin käyttöönotto on melko yksinkertaista. Tarvitset ainakin yhden tilin vastaanottaaksesi sähköpostia ja ainakin yhden tilin lähettääksesi sähköpostia. The quick setup will add an account and an identity in one go for most providers.
## Vaatimukset
@ -8,33 +8,33 @@ Verkkoyhteys tarvitaan tilien ja identiteettien asettamiseksi.
## Pika-asennus
Lisää vain nimesi, sähköpostiosoitteesi ja salasanasi sekä paina *Aloita*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Tämä toimii useimmille sähköpostipalveluntarjoajille.
This will work for most email providers.
Jos pika-asennus ei toimi, täytyy tili ja identiteetti asettaa erikseen, katso ohjeet alapuolelta.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Aseta tili - sähköpostien vastaanottamiseksi
Tilin lisäämiseksi napauta *Aseta tilit* ja napauta alhaalla olevaa oranssia *lisää*-painiketta. Valitse palveluntarjoaja listasta, anna käyttäjätunnus, joka useimmiten on sähköpostiosoite, ja anna salasana. Napauta *Tarkista* antaaksesi FairEmailin yhdistää sähköpostipalvelimeen ja hakea listan järjestelmän kansioista. Järjestelmän kansiovalintojen tarkistuksen jälkeen voit lisätä tilin napauttamalla *Tallenna*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Valitse palveluntarjoaja listalta, anna käyttäjätunnus, joka useimmiten on sähköpostiosoite, ja anna salasana. Napauta *Tarkista* antaaksesi FairEmailin yhdistää sähköpostipalvelimeen ja hakea listan järjestelmän kansioista. Järjestelmän kansiovalintojen tarkistuksen jälkeen voit lisätä tilin napauttamalla *Tallenna*.
Jos palveluntarjoajasi ei ole palveluntarjoajalistalla, valitse *Mukautettu*. Lisää verkkotunnus, esimerkiksi *gmail.com*, ja napauta *Hae asetukset*. Jos palveluntarjoajasi tukee [auto-discoverya](https://tools.ietf.org/html/rfc6186), FairEmail täyttää verkko-osoitteen ja porttinumeron. Muussa tapauksessa tarkista palveluntarjoajasi asetusohjeista IMAP verkko-osoite, porttinumero ja protokolla (SSL/TLS tai STARTTLS). Katso [täältä](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts) lisätietoja.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Lisää verkkotunnus, esimerkiksi *gmail.com* ja napauta *Hae asetukset*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Katso [täältä](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts) lisätietoja.
## Aseta identiteetti - viestien lähettämiseksi
Vastaavasti identiteetin lisäämiseksi napauta *Aseta identiteetit* ja napauta alhaalla olevaa oranssia *lisää*-painiketta. Anna nimi, jonka haluat näkyvän lähettämiesi viestien lähetysosoitteessa ja valitse siihen liittyvä tili. Napauta *Tallenna* lisätäksesi identiteetin.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Anna nimi, jonka haluat näkyvän lähettämiesi viestien lähetysosoitteessa ja valitse siihen liittyvä tili. Napauta *Tallenna* lisätäksesi identiteetin.
Jos tili määritettiin manuaalisesti, luultavasti identiteettikin pitää asettaa manuaalisesti. Lisää verkkotunnus, esimerkiksi *gmail.com*, ja napauta *Hae asetukset*. Jos palveluntarjoajasi tukee [auto-discoverya](https://tools.ietf.org/html/rfc6186), FairEmail täyttää verkko-osoitteen ja porttinumeron. Muussa tapauksessa tarkista palveluntarjoajasi asetusohjeista IMAP verkko-osoite, porttinumero ja protokolla (SSL/TLS tai STARTTLS).
Jos tili määritettiin manuaalisesti, luultavasti identiteettikin pitää asettaa manuaalisesti. Lisää verkkotunnus, esimerkiksi *gmail.com* ja napauta *Hae asetukset*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Lue [tämä usein kysytyt kysymykset](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) aliasten käytöstä.
## Myönnä käyttöoikeudet - yhteystietoihin pääsemiseksi
FairEmail tarvitsee käyttöoikeudet yhteystietoihin, jos haluat etsiä sähköpostiosoitteita, näyttää yhteystietojen kuvia, jne. Napauta vain *Myönnä käyttöoikeudet* ja valitse *Myönnä*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Aseta akun käytön optimointi - sähköpostien vastaanottamiseksi ilman keskeytyksiä
Viimeisimmissä Android-versiossa sovellukset laitetaan lepotilaan akun käytön vähentämiseksi, kun näyttö on ollut jonkin aikaa pois päältä. Jos haluat vastaanottaa sähköposteja ilman keskeytyksiä, pitää akun käytön optimointi ottaa pois käytöstä FairEmailille. Napauta *Poista akun käytön optimoinnit* ua seuraa ohjeita.
Viimeisimmissä Android-versiossa sovellukset laitetaan lepotilaan akun käytön vähentämiseksi, kun näyttö on ollut jonkin aikaa pois päältä. Jos haluat vastaanottaa sähköposteja ilman keskeytyksiä, pitää akun käytön optimointi ottaa pois käytöstä FairEmailille. Tap *Manage* and follow the instructions.
## Kysymyksiä tai ongelmia

View File

@ -1,6 +1,6 @@
# Aide de configuration
La configuration de FairEmail est assez simple. Vous devrez ajouter au moins un compte pour recevoir des courriels et au moins une identité si vous voulez envoyer des courriels. La configuration rapide ajoutera un compte et une identité en une seule opération pour la plupart des principaux fournisseurs.
La configuration de FairEmail est assez simple. Vous devrez ajouter au moins un compte pour recevoir des courriels et au moins une identité si vous voulez envoyer des courriels. Lassistant de configuration rapide ajoutera un compte et une identité en une seule opération pour la plupart des principaux fournisseurs de messagerie.
## Prérequis
@ -8,33 +8,33 @@ Une connexion Internet est nécessaire pour configurer les comptes et les identi
## Configuration rapide
Entrez simplement votre nom, votre adresse courriel et votre mot de passe et appuyez sur *Aller*.
Il vous suffit de sélectionner le fournisseur approprié ou *Autre fournisseur*, d'entrer votre nom, votre adresse courriel, votre mot de passe et d'appuyer sur *Vérifier*.
Ceci fonctionnera pour la plupart des principaux fournisseurs de messagerie.
Ceci fonctionnera pour la plupart des fournisseurs de messagerie.
Si la configuration rapide ne fonctionne pas, vous devrez configurer un compte et une identité d'une autre manière, voir ci-dessous pour les instructions.
Si la configuration rapide ne fonctionne pas, vous devrez configurer un compte et une identité manuellement, voir ci-après pour les instructions.
## Configuration dun compte recevoir des courriels
Pour ajouter un compte, appuyez sur *Gérer les comptes* et appuyez sur le bouton orange *ajouter* en bas. Sélectionnez un fournisseur dans la liste, entrez le nom dutilisateur, qui est en général votre adresse courriel, ainsi que votre mot de passe. Appuyez sur *Vérifier* pour permettre à FairEmail de se connecter au serveur de messagerie et de récupérer une liste des dossiers système. Après avoir examiné la sélection des dossiers système, vous pouvez ajouter le compte en appuyant sur *Enregistrer*.
Pour ajouter un compte, appuyez sur *Configuration manuelle et plus d'options*, appuyez sur *Comptes*, appuyez sur le bouton « Plus » en bas et sélectionnez IMAP (ou POP3). Sélectionnez un fournisseur dans la liste, entrez le nom dutilisateur, qui est en général votre adresse courriel, ainsi que votre mot de passe. Appuyez sur *Vérifier* pour permettre à FairEmail de se connecter au serveur de messagerie et de récupérer une liste des dossiers système. Après avoir examiné la sélection des dossiers système, vous pouvez ajouter le compte en appuyant sur *Enregistrer*.
Si votre fournisseur n'est pas dans la liste des fournisseurs, sélectionnez *Personnalisé*. Entrez le nom de domaine, par exemple *gmail.com* et appuyez sur *Obtenir les paramètres*. Si votre fournisseur supporte l[auto-découverte](https://tools.ietf.org/html/rfc6186), FairEmail remplira le nom dhôte et le numéro de port, sinon vérifiez les instructions de configuration de votre fournisseur pour le nom d'hôte IMAP, le numéro de port et le protocole (SSL/TLS ou STARTTLS). Pour plus dinformations, veuillez voir [ici](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
Si votre fournisseur n'est pas dans la liste des fournisseurs (il y a des milliers de fournisseurs), sélectionnez *Personnalisé*. Entrez le nom de domaine, par exemple *gmail.com* et appuyez sur *Obtenir les paramètres*. Si votre fournisseur gère l'[auto-découverte](https://tools.ietf.org/html/rfc6186), FairEmail remplira le nom d'hôte et le numéro de port, sinon recherchez le nom d'hôte IMAP, le numéro de port et le protocole de chiffrement (SSL/TLS ou STARTTLS) dans les instructions de configuration de votre fournisseur. Pour plus dinformations, veuillez voir [ici](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Configuration dune identité envoyer des courriels
De même, pour ajouter une identité, appuyez sur *Gérer les identités* et appuyez sur le bouton orange *ajouter* en bas. Entrez le nom que vous souhaitez voir apparaître dans le champ de : pour les courriels que vous envoyez et sélectionnez un compte lié. Appuyez sur *Enregistrer* pour ajouter lidentité.
De même, pour ajouter une identité, appuyez sur *Configuration manuelle et plus d'options*, appuyez sur *Identités* et appuyez sur le bouton « Plus » en bas. Entrez le nom que vous souhaitez voir apparaître dans le champ de : pour les courriels que vous envoyez et sélectionnez un compte lié. Appuyez sur *Enregistrer* pour ajouter lidentité.
Si le compte a été configuré manuellement, vous devez probablement configurer également l'identité manuellement. Entrez le nom de domaine, par exemple *gmail.com* et appuyez sur *Obtenir les paramètres*. Si votre fournisseur supporte l[auto-découverte](https://tools.ietf.org/html/rfc6186), FairEmail remplira le nom dhôte et le numéro de port, sinon vérifiez les instructions de configuration de votre fournisseur pour le nom dhôte IMAP, le numéro de port et le protocole (SSL/TLS ou STARTTLS).
Si le compte a été configuré manuellement, vous devez probablement configurer également l'identité manuellement. Entrez le nom de domaine, par exemple *gmail.com* et appuyez sur *Obtenir les paramètres*. Si votre fournisseur gère l'[auto-découverte](https://tools.ietf.org/html/rfc6186), FairEmail remplira le nom d'hôte et le numéro de port, sinon recherchez le nom d'hôte SMTP, le numéro de port et le protocole de chiffrement (SSL/TLS ou STARTTLS) dans les instructions de configuration de votre fournisseur.
Voir [cette FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sur lutilisation des alias.
## Accorder les permissions accéder aux informations de contact
Si vous souhaitez rechercher des adresses courriel, avoir les photos de contact affichées, etc., vous devez accorder à FairEmail la permission de lire les contacts. Appuyez simplement sur *Accorder les autorisations* et sélectionnez *Autoriser*.
Si vous souhaitez rechercher des adresses courriel, afficher les photos de contact, etc. vous devrez accorder à FairEmail lautorisation de lire les contacts. Appuyez simplement sur *Accorder les autorisations* et sélectionnez *Autoriser*.
## Configurer les optimisations de pile recevoir des courriels en continu
Sur les versions dAndroid récentes, Android mettra les applications en veille lorsque lécran sera éteint pendant un certain temps pour réduire lutilisation de la pile. Si vous souhaitez recevoir de nouveaux courriels sans retard, vous devez désactiver les optimisations de pile pour FairEmail. Appuyez sur *Désactiver les optimisations de pile* et suivez les instructions.
Sur les versions dAndroid récentes, Android mettra les applications en veille lorsque lécran sera éteint pendant un certain temps pour réduire lutilisation de la pile. Si vous souhaitez recevoir de nouveaux courriels sans retard, vous devez désactiver les optimisations de pile pour FairEmail. Appuyez sur *Gérer* et suivez les instructions.
## Questions ou problèmes

View File

@ -8,23 +8,23 @@ Une connexion Internet est nécessaire pour configurer les comptes et les identi
## Assistant de configuration rapide
Saisissez simplement votre nom, votre adresse e-mail et votre mot de passe et appuyez sur *Vérifier*.
Il vous suffit de sélectionner le fournisseur approprié ou *Autre fournisseur*, d'entrer votre nom, votre adresse e-mail, votre mot de passe et d'appuyer sur *Vérifier*.
Ceci fonctionnera pour la plupart des principaux fournisseurs de messagerie.
Ceci fonctionnera pour la plupart des fournisseurs de messagerie.
Si la configuration rapide ne fonctionne pas, vous devrez utiliser une autre méthode pour configurer un compte et une identité, voir ci-après pour les instructions.
Si la configuration rapide ne fonctionne pas, vous devrez configurer un compte et une identité manuellement, voir ci-après pour les instructions.
## Configurer un compte - pour recevoir des e-mails
Pour ajouter un compte, appuyez sur *Gérer les comptes* puis sur le bouton orange *Ajouter* en bas. Sélectionnez un fournisseur dans la liste, entrez le nom dutilisateur, qui est en général votre adresse e-mail, et saisissez votre mot de passe. Appuyez sur *Vérifier* pour permettre à FairEmail de se connecter au serveur de messagerie et de récupérer la liste des dossiers système. Après avoir vérifié les dossiers système sélectionnés, vous pouvez ajouter le compte en appuyant sur *Enregistrer*.
Pour ajouter un compte, appuyez sur *Configuration manuelle et plus d'options*, appuyez sur *Comptes*, appuyez sur le bouton « Plus » en bas et sélectionnez IMAP (ou POP3). Sélectionnez un fournisseur dans la liste, entrez le nom dutilisateur, qui est en général votre adresse e-mail, et saisissez votre mot de passe. Appuyez sur *Vérifier* pour permettre à FairEmail de se connecter au serveur de messagerie et de récupérer la liste des dossiers système. Après avoir vérifié les dossiers système sélectionnés, vous pouvez ajouter le compte en appuyant sur *Enregistrer*.
Si votre fournisseur de messagerie napparaît pas dans la liste, sélectionnez *Personnalisé*. Entrez le nom de domaine, par exemple *gmail.com* et appuyez sur *Obtenir les paramètres*. Si votre fournisseur prend en charge l[auto-découverte](https://tools.ietf.org/html/rfc6186), FairEmail remplira le nom dhôte et le numéro de port, sinon, référez-vous aux instructions de configuration de votre fournisseur pour connaître le nom dhôte IMAP, le numéro de port ainsi que le protocole (SSL/TLS ou STARTTLS). Pour plus d'informations, veuillez voir [ici](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
Si votre fournisseur n'est pas dans la liste des fournisseurs (il y a des milliers de fournisseurs), sélectionnez *Personnalisé*. Entrez le nom de domaine, par exemple *gmail.com* et appuyez sur *Obtenir les paramètres*. Si votre fournisseur gère l'[auto-découverte](https://tools.ietf.org/html/rfc6186), FairEmail remplira le nom d'hôte et le numéro de port, sinon recherchez le nom d'hôte IMAP, le numéro de port et le protocole de chiffrement (SSL/TLS ou STARTTLS) dans les instructions de configuration de votre fournisseur. Pour plus d'informations, veuillez voir [ici](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Configurer une identité - pour envoyer des e-mails
De même, pour ajouter une identité, appuyez sur *Gérer les identités* puis sur le bouton orange *Ajouter* en bas. Entrez le nom que vous souhaitez voir apparaître dans le champ « De : » des e-mails que vous enverrez et sélectionnez un compte lié. Appuyez sur *Enregistrer* pour ajouter l'identité.
De même, pour ajouter une identité, appuyez sur *Configuration manuelle et plus d'options*, appuyez sur *Identités* et appuyez sur le bouton « Plus » en bas. Entrez le nom que vous souhaitez voir apparaître dans le champ « De : » des e-mails que vous enverrez et sélectionnez un compte lié. Appuyez sur *Enregistrer* pour ajouter l'identité.
Si le compte a été configuré manuellement, vous devrez probablement également configurer lidentité manuellement. Entrez le nom de domaine, par exemple *gmail.com* et appuyez sur *Obtenir les paramètres*. Si votre fournisseur prend en charge l[auto-découverte](https://tools.ietf.org/html/rfc6186), FairEmail remplira le nom dhôte et le numéro de port, sinon, référez-vous aux instructions de configuration de votre fournisseur pour connaître le nom dhôte SMTP, le numéro de port ainsi que le protocole (SSL/TLS ou STARTTLS).
Si le compte a été configuré manuellement, vous devrez probablement également configurer lidentité manuellement. Entrez le nom de domaine, par exemple *gmail.com* et appuyez sur *Obtenir les paramètres*. Si votre fournisseur gère l'[auto-découverte](https://tools.ietf.org/html/rfc6186), FairEmail remplira le nom d'hôte et le numéro de port, sinon recherchez le nom d'hôte SMTP, le numéro de port et le protocole de chiffrement (SSL/TLS ou STARTTLS) dans les instructions de configuration de votre fournisseur.
Voir [cette FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sur l'utilisation des alias.
@ -34,7 +34,7 @@ Si vous souhaitez rechercher des adresses e-mail, afficher les photos de contact
## Configurer les optimisations de la batterie - pour recevoir des e-mails en continu
Dans ses versions récentes, Android mettra en veille les applications lorsque lécran sera éteint pendant un certain temps afin de réduire lutilisation de la batterie. Si vous souhaitez recevoir les nouveaux e-mails sans retard, vous devrez désactiver les optimisations de la batterie pour FairEmail. Appuyez sur *Désactiver les optimisations de batterie* et suivez les instructions.
Dans ses versions récentes, Android mettra en veille les applications lorsque lécran sera éteint pendant un certain temps afin de réduire lutilisation de la batterie. Si vous souhaitez recevoir les nouveaux e-mails sans retard, vous devrez désactiver les optimisations de la batterie pour FairEmail. Appuyez sur *Gérer* et suivez les instructions.
## Questions ou problèmes

View File

@ -1,6 +1,6 @@
# Help mei opset
FairEmail ynstelle is frij simpel. Jo moatte teminsten ien akkount tafoegje om e-post te ûntfangen en op syn minst ien identiteit as jo e-post wolle stjoere. De flugge opset sil yn ien kear in akkount en in identiteit foar de measte grutte ynternetoanbieder tafoegje.
FairEmail ynstelle is frij simpel. Jo moatte teminsten ien akkount tafoegje om e-post te ûntfangen en op syn minst ien identiteit as jo e-post wolle stjoere. The quick setup will add an account and an identity in one go for most providers.
## Fereasken
@ -8,33 +8,33 @@ In ynternetferbining is nedich om akkounts en identiteiten yn te stellen.
## Flugge opset
Folje gewoan jo namme, e-postadres en wachtwurd yn en tik op *Gean*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Dit sil wurkje foar de measte grutte e-postproviders.
This will work for most email providers.
As de flugge opset net wurket, moatte jo in akkount en in identiteit op in oare manier ynstelle, sjoch hjirûnder foar ynstruksjes.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Akkount ynstelle - om e-post te ûntfangen
Om in akkount ta te foegjen, tapje *Beheare brûkers* en tapje oranje *tafoegje* knop oan de ûnderkant. Selektearje in provider út de list, fier de brûkersnamme yn, dat is meast jo e-postadres en fier jo wachtwurd yn. Tapje *Kontrolearje* om FairEmail ferbining te litten meitsje mei de e-tsjinner en in list mei systeemmappen op te heljen. Nei it kontrolearjen fan de seleksje fan systeemmap kinne jo it akkount tafoegje troch op *Bewarje * te tikjen.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Selektearje in provider út de list, fier de brûkersnamme yn, dat is meast jo e-postadres en fier jo wachtwurd yn. Tapje *Kontrolearje* om FairEmail ferbining te litten meitsje mei de e-tsjinner en in list mei systeemmappen op te heljen. Nei it kontrolearjen fan de seleksje fan systeemmap kinne jo it akkount tafoegje troch op *Bewarje * te tikjen.
As jo ynternetoanbieder net yn de list mei oanbieders is, selektearje dan *Oanpast*. Fier de domeinnamme yn, bygelyks *gmail.com* en tapje *Ynstellings krije*. As jo ynternetoanbieder [auto-ûntdekking](https://tools.ietf.org/html/rfc6186) stipet, sil FairEmail de hostnamme en poartenûmer ynfolje, oars kontrolearje de ynstallaasje-ynstruksjes fan jo ynternetoanbieder foar de juste IMAP-hostnamme, poartenûmer en protokol (SSL / TLS of STARTTLS). Sjoch [hjir](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts) foar mear oer dit.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Fier de domeinnamme yn, bygelyks *gmail.com* en tapje *Ynstellings krije*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Sjoch [hjir](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts) foar mear oer dit.
## Identiteit ynstelle - om e-post te ferstjoeren
Op deselde manier, om in identiteit ta te foegjen, tapje *Beheare identiteit* en tapje de oranje *tafoegje* knop ûnderoan. Fier de namme yn dy't jo wolle ferskine yn it adres fan de e-postberjochten dy't jo stjoere en selektearje in keppele akkount. Tapje *Bewarje* om de identiteit ta te foegjen.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Fier de namme yn dy't jo wolle ferskine yn it adres fan de e-postberjochten dy't jo stjoere en selektearje in keppele akkount. Tapje *Bewarje* om de identiteit ta te foegjen.
As de akkount hânmjittich waard konfigureare, moatte jo de identiteit wierskynlik ek hânmjittich konfigurearje. Fier de domeinnamme yn, bygelyks *gmail.com* en tapje *Ynstellings krije*. As jo ynternetoanbieder [auto-ûntdekking](https://tools.ietf.org/html/rfc6186) stipet, FairEmail sil de hostnamme en poartenûmer ynfolje, oars kontrolearje de ynstallaasje-ynstruksjes fan jo ynternetoanbieder foar de juste SMTP-hostnamme, poartenûmer en protokol (SSL / TLS of STARTTLS).
As de akkount hânmjittich waard konfigureare, moatte jo de identiteit wierskynlik ek hânmjittich konfigurearje. Fier de domeinnamme yn, bygelyks *gmail.com* en tapje *Ynstellings krije*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Sjoch [dizze FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) oer it brûken fan aliassen.
## Fergunningferliening - om tagong te krijen ta kontaktynformaasje
As jo e-postadressen wolle opsykje, kontaktfoto's sjen litte, ensfh., dan moatte jo jaan FairEmail tastimming kontakten te lêzen. Tapje *Subsydzje permissies* en selektearje *Tastean*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Batterijoptimalisaasjes ynstelle - om kontinu e-post te ûntfangen
Op resinte Android-ferzjes, sil Android apps sliepe as it skerm út is foar in skoftke om batterijgebrûk te ferminderjen. As jo nije e-post wolle ûntfange sûnder fertragingen, moatte jo batterijoptimalisaasjes útsette foar FairEmail. Tapje *Batterijoptimalisaasjes útsette* en folgje de ynstruksjes.
Op resinte Android-ferzjes, sil Android apps sliepe as it skerm út is foar in skoftke om batterijgebrûk te ferminderjen. As jo nije e-post wolle ûntfange sûnder fertragingen, moatte jo batterijoptimalisaasjes útsette foar FairEmail. Tap *Manage* and follow the instructions.
## Fragen as problemen

View File

@ -1,41 +1,41 @@
# Setup help
# Axuda da configuración
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Configurar FairEmail é sinxelo. Precisará polo menos unha conta para recibir correo e polo menos unha identidade se quere enviar correo. The quick setup will add an account and an identity in one go for most providers.
## Requirements
## Requisitos
An internet connection is required to set up accounts and identities.
Requírese unha conexión a internet para configurar as contas e identidades.
## Quick setup
## Configuración rápida
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
## Crear unha conta - para recibir correo
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Seleccione un provedor da lista, escriba o nome de usuario, que moitas veces será o seu enderezo de correo, e logo escriba o seu contrasinal. Toque en *Comprobar* para que FairEmail conecte ao servidor de correo e colla a lista de cartafoles de sistema. Despois de revisar a selección de cartafoles de sistema, pode engadir a conta tocando *Gardar*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Escriba o nome do dominio, por exemplo *gmail.com* e toque en *Obter configuración*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Para máis información, vexa [aquí](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
## Crear unha identidade - para enviar correo
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Escriba o nome que quere que apareza no remitente dos correos que envíe e seleccione a conta relacionada. Toque *Gardar* para engadir a identidade.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
Se a conta foi configurada manualmente, é probable que teña que configurar tamén a identidade de xeito manual. Escriba o nome do dominio, por exemplo *gmail.com* e toque en *Obter configuración*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
Vexa [esta pregunta frecuente](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sobre o uso de alcumes.
## Grant permissions - to access contact information
## Conceder permisos - para acceder á información dos contactos
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
## Configuración de optimizacións da batería - para recibir correos de maneira continua
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
Nas versións recentes de Android, Android pon a durmir ás aplicacións cando a pantalla leva apagada un tempo para reducir o consumo de batería. Se quere recibir as mensaxes sen retardos, pode desactivar as optimizacións da batería para FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems
## Preguntas ou problemas
If you have a question or problem, please [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for help.
Se ten algunha dúbida ou problema, [vaia aquí](https://github.com/M66B/FairEmail/blob/master/FAQ.md) para atopar axuda.

View File

@ -0,0 +1,41 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
An internet connection is required to set up accounts and identities.
## Quick setup
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most email providers.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems
If you have a question or problem, please [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for help.

View File

@ -1,6 +1,6 @@
# Pomoć pri postavljanju
Postavljanje FairEmail-a prilično je jednostavno. Trebate dodati barem jedan račun da biste primili e-poštu i barem jedan identitet ako želite slati e-poštu. Brzo postavljanje dodat će račun i identitet većini glavnih dobavljača e-pošte.
Postavljanje FairEmail-a prilično je jednostavno. Trebate dodati barem jedan račun da biste primili e-poštu i barem jedan identitet ako želite slati e-poštu. The quick setup will add an account and an identity in one go for most providers.
## Zahtjevi
@ -8,33 +8,33 @@ Za postavljanje računa i identiteta potrebna je internetska veza.
## Brzo postavljanje
Samo unesite svoje ime, adresu e-pošte i lozinku i dodirnite *Idi*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Ovo će raditi za većinu glavnih pružatelja usluga e-pošte.
This will work for most email providers.
Ako brzo postavljanje ne uspije, morat ćete postaviti račun i identitet na drugi način, upute potražite u nastavku.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Postavljanje računa - za primanje e-pošte
Da biste dodali račun, dodirnite *Upravljanje računima* i na dnu narančastog botuna *dodaj*. S popisa odaberite provajdera, unesite korisničko ime, koje je uglavnom vaša adresa e-pošte i unesite svoju lozinku. Dodirnite *Provjeri* da biste se omogućili da se FairEmail poveže s poslužiteljem e-pošte i preuzme popis sistemskih mapa. Nakon pregleda izbora mape sustava možete dodati račun dodirom na *Spremi*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). S popisa odaberite provajdera, unesite korisničko ime, koje je uglavnom vaša adresa e-pošte i unesite svoju lozinku. Dodirnite *Provjeri* da biste se omogućili da se FairEmail poveže s poslužiteljem e-pošte i preuzme popis sistemskih mapa. Nakon pregleda izbora mape sustava možete dodati račun dodirom na *Spremi*.
Ako vaš davatelj nije na popisu pružatelja usluga, odaberite *Custom*. Unesite ime domene, primjerice *gmail.com* i dodirnite *Dohvati postavke*. Ako vaš pružatelj usluga podržava [automatsko otkrivanje](https://tools.ietf.org/html/rfc6186), FairEmail će ispuniti ime računala i broj porta, osim toga, provjerite upute za postavljanje vašeg davatelja za pravo IMAP ime glavnog računala, broj porta i protokol (SSL / TLS ili STARTTLS). Više o ovome pogledajte [ovdje](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Unesite ime domene, primjerice *gmail.com* i dodirnite *Dohvati postavke*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Više o ovome pogledajte [ovdje](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Postavljanje identiteta - za slanje e-pošte
Slično tome, da biste dodali identitet, dodirnite *Upravljanje identitetom* i dodirnite narančastu tipku *dodaj* na dnu. Unesite ime koje želite da se pojavi u adresi e-pošte koju šaljete i odaberite povezani račun. Dodirnite *Spremi* da biste dodali identitet.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Unesite ime koje želite da se pojavi u adresi e-pošte koju šaljete i odaberite povezani račun. Dodirnite *Spremi* da biste dodali identitet.
Ako je račun konfiguriran ručno, vjerojatno ćete morati i ručno konfigurirati identitet. Unesite ime domene, primjerice *gmail.com* i dodirnite *Dohvati postavke*. Ako vaš pružatelj usluga podržava [automatsko otkrivanje](https://tools.ietf.org/html/rfc6186), FairEmail će ispuniti ime računala i broj porta, osim toga, provjerite upute za postavljanje vašeg davatelja za pravo IMAP ime glavnog računala, broj porta i protokol (SSL / TLS ili STARTTLS).
Ako je račun konfiguriran ručno, vjerojatno ćete morati i ručno konfigurirati identitet. Unesite ime domene, primjerice *gmail.com* i dodirnite *Dohvati postavke*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Pogledajte [ovaj FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) o korištenju aliasa.
## Davanje dozvola - za pristup podacima o kontaktima
Ako želite pretraživati adrese e-pošte, prikazivati fotografije kontakata itd., Trebate odobriti FairEmailu dozvolu za čitanje kontakata. Samo dodirnite *Davanje dozvola* i odaberite *Dopusti*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Postavljanje optimizacija za baterije - za kontinuirano primanje e-poruka
Na novijim verzijama Androida Android će staviti uređaje za spavanje kad je ekran neko vrijeme isključen kako bi smanjio potrošnju baterije. Ako želite primati nove poruke e-pošte bez odgađanja, trebali biste onemogućiti optimizaciju baterije za FairEmail. Dodirnite *Onemogući optimizaciju baterije* i slijedite upute.
Na novijim verzijama Androida Android će staviti uređaje za spavanje kad je ekran neko vrijeme isključen kako bi smanjio potrošnju baterije. Ako želite primati nove poruke e-pošte bez odgađanja, trebali biste onemogućiti optimizaciju baterije za FairEmail. Tap *Manage* and follow the instructions.
## Pitanja ili problemi

View File

@ -1,6 +1,6 @@
# Telepítő súgó
A FairEmail telepítése nagyon egyszerű. Hozzá kell adnia legalább egy fiókot, hogy fogadhasson, és egy identitást, hogy küldhessen e-maileket. A gyors beállítás egyszerre hoz létre egy fiókot és egy identitást a legtöbb fő szolgáltató esetében.
A FairEmail telepítése nagyon egyszerű. Hozzá kell adnia legalább egy fiókot, hogy fogadhasson, és egy identitást, hogy küldhessen e-maileket. The quick setup will add an account and an identity in one go for most providers.
## Követelmények
@ -8,33 +8,33 @@ Internetkapcsolat szükséges a fiókok és az identitások beállításához.
## Gyors beállítás
Csak írd be a neved, email címed és jelszavad és koppints a *Tovább* gombra.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Ez működni fog a legtöbb email szolgáltató esetében.
This will work for most email providers.
Ha a gyors telepítés nem működik, egy másik módon kell majd fiókot és identitást beállítanod, a leírást lásd alább.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Fiók beállítása - email fogadásához
Fiók hozzáadásához koppintson a *Fiókok kezelése*-re majd koppintson a narancssárga *Hozzáadás* gombra alul. Válasszon egy szolgáltatót a listából, adja meg a felhasználónevet, ami legtöbbször az email-címe, és írja be a jelszavát. Koppintson az *Ellenőrzés*-re, hogy engedélyezze a FairEmail-nek, hogy kapcsolódjon az email szerverhez és lekérje a rendszermappák listáját. A rendszermappák listájának átnézése után hozzáadhatod a fiókot a *Mentés* megnyomásával.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Válasszon egy szolgáltatót a listából, adja meg a felhasználónevet, ami legtöbbször az email-címe, és írja be a jelszavát. Koppintson az *Ellenőrzés*-re, hogy engedélyezze a FairEmail-nek, hogy kapcsolódjon az email szerverhez és lekérje a rendszermappák listáját. A rendszermappák listájának átnézése után hozzáadhatod a fiókot a *Mentés* megnyomásával.
Ha a szolgáltatója nincs a listában, koppintson az *Egyéni*-re. Írja be a domain nevet, például *gmail.com*, majd nyomjon a *Beállítások lekérése*-re. Ha a szolgáltatód támogatja [az automata felfedezést](https://tools.ietf.org/html/rfc6186), a FairEmail ki fogja tölteni a hosztnevet és a port számát, máskülönben lásd a telepítési instrukciókat a szolgáltatódhoz a megfelelő IMAP hosztnévhez, portszámhoz és protokolloz (SSL/TLS vagy STARTTLS). Erről több információért kérlek nézd meg [ezt](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Írja be a domain nevet, például *gmail.com*, majd nyomjon a *Beállítások lekérése*-re. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Erről több információért kérlek nézd meg [ezt](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Identitás beállítása - email küldéshez
Az előbbiekhez hasonlóan, egy identitás hozzáadásához koppintson az *Identitás kezelése*-re, majd koppintson a narancssárga *Hozzáadás* gombra alul. Írja be a nevet, amit szeretne megjeleníteni a Feladó mezőben az elküldött e-maileknél, és válasszon ki egy kapcsolódó fiókot. Koppintson a *Mentés*-re, hogy hozzáadja az identitást.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Írja be a nevet, amit szeretne megjeleníteni a Feladó mezőben az elküldött e-maileknél, és válasszon ki egy kapcsolódó fiókot. Koppintson a *Mentés*-re, hogy hozzáadja az identitást.
Ha a fiók manuálisan lett konfigurálva, valószínűleg az identitást is manuálisan kell majd. Írja be a domain nevet, például *gmail.com*, majd koppintson a *Beállítások lekérése*-re. Ha a szolgáltató támogatja [az automata felfedezést](https://tools.ietf.org/html/rfc6186), a FairEmail ki fogja tölteni a hosztnevet és a portszámot, máskülönben lásd a telepítési instrukciókat a szolgáltatódhoz a megfelelő SMTP hosztnévhez, portszámhoz és protokolloz (SSL/TLS vagy STARTTLS).
Ha a fiók manuálisan lett konfigurálva, valószínűleg az identitást is manuálisan kell majd. Írja be a domain nevet, például *gmail.com*, majd koppintson a *Beállítások lekérése*-re. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Az aliasok használatáról lásd [ezt a GYIK-et](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9).
## Engedély megadása - a kapcsolat információk eléréséhez
Ha keresni szeretne email címeket, látni szeretne névjegyfotókat stb., akkor a névjegyek olvasása engedélyt meg kell adnia a FairEmailnek. Csak koppintson az *Engedélyek megadása*-ra, majd válassza ki az *Engedélyezés*-t.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Akkumulátorhasználat optimalizálás beállítása - hogy folyamatosan fogadjon leveleket
Újabb Android verziókon az Android az alkalmazásokat alvó módba teszi, amikor ki van kapcsolva a képernyő egy ideig, hogy az akkumulátorhasználatot csökkentse. Ha késések nélkül szeretné megkapni az új e-maileket, akkor ajánlott kikapcsolni az akkumulátor optimalizálást a FairEmail esetében. Koppintson az *Akkumulátorhasználat optimalizálásának kikapcsolása* gombra és kövesse az utasításokat.
Újabb Android verziókon az Android az alkalmazásokat alvó módba teszi, amikor ki van kapcsolva a képernyő egy ideig, hogy az akkumulátorhasználatot csökkentse. Ha késések nélkül szeretné megkapni az új e-maileket, akkor ajánlott kikapcsolni az akkumulátor optimalizálást a FairEmail esetében. Tap *Manage* and follow the instructions.
## Kérdések és problémák

View File

@ -0,0 +1,41 @@
# Bantuan Instalasi
Menyiapkan FairEmail cukup simpel. Anda harus menambahkan setidaknya satu akun untuk menerima email dan setidaknya satu identitas jika Anda ingin mengirim email. The quick setup will add an account and an identity in one go for most providers.
## Persyaratan
Koneksi internet diperlukan untuk mengatur akun dan identitas.
## Pengaturan Cepat
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most email providers.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Siapkan akun - untuk menerima email
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Pilih penyedia dari daftar, masukkan nama pengguna, yang sebagian besar merupakan alamat email Anda dan masukkan kata sandi Anda. Ketuk *Cek* untuk mengizinkan aplikasi FairEmail terhubung ke server email dan mengambil daftar folder sistem. Setelah meninjau pemilihan folder sistem, Anda bisa menambahkan akun tersebut dengan mengetuk *Simpan*.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Masukkan nama domain, misalnya *gmail.com* dan ketuk *Dapatkan Pengaturan*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Untuk lebih lanjut tentang ini, silakan lihat [di sini](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Siapkan identitas - untuk mengirim email
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Masukkan nama yang ingin Anda tampilkan di kolom alamat email yang Anda kirim dan pilih akun yang ditautkan. Tekan *Simpan* untuk menambahkan identitas.
Jika akun Anda telah diatur secara manual, Anda mungkin juga perlu mengatur identitas secara manual. Masukkan nama domain, misalnya *gmail.com* dan tekan *Dapatkan pengaturan*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Lihat [ FAQ ini ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) tentang menggunakan alias.
## Berikan izin - untuk mengakses informasi kontak
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Atur pengoptimalan baterai - untuk terus menerima pesan secara optimal
Pada versi Android terbaru, perangkat akan menutup aplikasi saat layar mati selama beberapa waktu untuk mengurangi penggunaan baterai. Jika Anda ingin menerima email baru tanpa penundaan, Anda harus menonaktifkan pengoptimalan baterai untuk FairEmail. Tap *Manage* and follow the instructions.
## Pertanyaan atau masalah
Jika Anda memiliki pertanyaan atau masalah, [ lihat di sini ](https://github.com/M66B/FairEmail/blob/master/FAQ.md) untuk bantuan.

View File

@ -1,41 +1,41 @@
# Aiuto impostazione
# Aiuto configurazione
La configurazione di FairEmail è abbastanza semplice. Dovrai aggiungere almeno un account per ricevere email e almeno un'identità se vuoi inviare email. La configurazione rapida aggiungerà un account e un'identità in un solo colpo per la maggior parte dei principali provider.
Configurare FairEmail è abbastanza semplice. Dovrai aggiungere almeno un profilo per ricevere le email e almeno un'identità se vuoi inviare le email. The quick setup will add an account and an identity in one go for most providers.
## Requisiti
È necessaria una connessione internet per configurare account e identità.
Una connessione internet è necessaria per configurare profili e identità.
## Configurazione rapida
Inserisci il tuo nome, indirizzo email e password e tocca *Vai*.
Basta selezionare il provider appropriato o *Altro provider* e inserire il tuo nome, indirizzo email e password e cliccare *Controlla*.
Questo funzionerà per la maggior parte dei principali provider di posta elettronica.
Questo funzionerà per gran parte dei provider di email.
Se la configurazione rapida non funziona, dovrai impostare un account e un'identità in un altro modo, vedere sotto per le istruzioni.
Se la configurazione rapida non funziona, dovrai impostare un account e un'identità manualmente, vedi qui sotto per le istruzioni.
## Imposta account - per ricevere email
## Configura il profilo - per ricevere le email
Per aggiungere un account, tocca *Gestisci account* e tocca il pulsante arancione *aggiungi* in basso. Seleziona un provider dalla lista, inserisci il nome utente, che di solito corrisponde al tuo indirizzo email e inserisci la password. Tocca *Controlla* per consentire a FairEmail di connettersi al server email e recuperare una lista di cartelle di sistema. Dopo aver esaminato la selezione della cartella di sistema è possibile aggiungere l'account toccando *Salva*.
Per aggiungere un account, clicca *Configurazione manuale e più opzioni*, clicca *Account* e clicca il pulsante 'plus' in basso e seleziona IMAP (o POP3). Seleziona un provider dall'elenco, inserisci il nome utente, solitamente il tuo indirizzo email, e inserisci la tua password. Tocca *Controlla* per far connettere FairEmail al server email e recuperare un elenco delle cartelle di sistema. Dopo aver revisionato la selezione delle cartelle del sistema, puoi aggiungere il tuo profilo toccando *Salva*.
Se il tuo provider non è nella lista dei provider, seleziona *Custom*. Inserisci il nome del dominio, ad esempio *gmail.com* e tocca *Ottieni impostazioni*. Se il tuo provider supporta [l'auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail riempirà il nome host e il numero di porta, altrimenti controlla le istruzioni di installazione del tuo provider per il corretto nome host IMAP, il numero di porta e il protocollo (SSL/TLS o STARTTLS). Per ulteriori informazioni, si prega di vedere [qui](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Inserisci il nome del dominio, ad esempio *gmail.com* e tocca *Ottieni impostazioni*. Se il tuo provider supporta [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail compilerà l'host name e il numero di porta, altrimenti controlla le istruzioni di configurazione del tuo provider per il giusto host name IMAP, il numero di porta e il protocollo di crittografia (SSL/TLS o STARTTLS). Per altro a riguardo, sei pregato di vedere [qui](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Imposta identità - per inviare email
## Configura l'identità - per inviare email
Analogamente, per aggiungere un'identità, tocca *Gestisci identità* e tocca il pulsante arancione *aggiungi* in basso. Inserisci il nome che vuoi appaia nell'indirizzo del mittente e seleziona un account collegato. Tocca *Salva* per aggiungere l'identità.
Allo stesso modo, per aggiungere un'identità, clicca *Configurazione manuale e più opzioni*, clicca *Identità* e clicca il pulsante 'plus' in basso. Inserisci il nome che vuoi compaia nell'indirizzo del mittente delle email che invii e seleziona un profilo collegato. Tocca *Salva* per aggiungere l'identità.
Se l'account è stato configurato manualmente, è probabile che sia necessario configurare l'identità anche manualmente. Inserisci il nome del dominio, ad esempio *gmail.com* e tocca *Ottieni impostazioni*. Se il tuo provider supporta [l'auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail riempirà il nome host e il numero di porta, altrimenti controlla le istruzioni di installazione del tuo provider per il nome host SMTP corretto, il numero di porta e il protocollo (SSL/TLS o STARTTLS).
Se il profilo è stato configurato manualmente, potresti dover configurare manualmente anche l'identità. Inserisci il nome del dominio, ad esempio *gmail.com* e tocca *Ottieni impostazioni*. Se il tuo provider supporta [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail compilerà l'host name e il numero di porta, altrimenti controlla le istruzioni di configurazione del tuo provider per il giusto host name SMTP, il numero di porta e il protocollo di crittografia (SSL/TLS o STARTTLS).
Vedi [questa FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sull'utilizzo degli alias.
## Concedi permessi - per accedere alle informazioni di contatto
## Concedi i permessi - per accedere alle informazioni di contatto
Se vuoi cercare indirizzi email, visualizzare le foto dei contatto, ecc, dovrai concedere il permesso di lettura dei contatti a FairEmail. Basta toccare *Concedi permessi* e selezionare *Consenti*.
Se si desidera cercare gli indirizzi email, avere le foto di contatto mostrate, ecc, è necessario concedere l'autorizzazione per leggere le informazioni di contatto a FairEmail. Basta cliccare*Concedi permessi* e selezionare *Consenti*.
## Imposta ottimizzazioni batteria - per ricevere e-mail senza soluzione di continuità
## Configura le ottimizzazioni della batteria - per ricevere continuamente le email
Nelle versioni recenti di Android, Android metterà le app in standby quando lo schermo è spento per un certo tempo per ridurre l'uso della batteria. Se vuoi ricevere nuove email senza ritardi, dovresti disabilitare le ottimizzazioni della batteria per FairEmail. Tocca *Disabilita le ottimizzazioni della batteria* e segui le istruzioni.
Sulle versioni Android recenti, Android metterà in standby le app quando lo schermo è spento per un po' di tempo per ridurre l'uso della batteria. Se vuoi ricevere le nuove email senza ritardo, dovresti disabilitare le ottimizzazioni della batteria per FairEmail. Clicca *Gestisci* e segui le istruzioni.
## Domande o problemi
Se hai una domanda o un problema, per favore [vedi qui](https://github.com/M66B/FairEmail/blob/master/FAQ.md) per aiuto.
Se hai una domanda o un problema, sei pregato di [vedere qui](https://github.com/M66B/FairEmail/blob/master/FAQ.md) per aiuto.

View File

@ -1,6 +1,6 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# セットアップヘルプ
FairEmailのセットアップは非常に簡単です。 メールを受信するためにはIDを、送信する場合はアカウントをそれぞれ少なくとも1つ設定する必要があります。 クイックセットアップでは、ほとんどの主要プロバイダーでアカウントとIDが一度に追加できます。
FairEmailのセットアップは非常に簡単です。 メールを受信するためにはIDを、送信する場合はアカウントをそれぞれ少なくとも1つ設定する必要があります。 The quick setup will add an account and an identity in one go for most providers.
## 必要な条件
@ -8,33 +8,33 @@ FairEmailのセットアップは非常に簡単です。 メールを受信す
## クイックセットアップ
名前、メールアドレス、パスワードを入力して、*確認*ボタンを押すだけです。
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
ほとんどの主要なメールプロバイダーで機能します。
This will work for most email providers.
クイックセットアップが機能しない場合は、別の方法でアカウントとIDをセットアップする必要があります。手順については以下をご覧ください。
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## アカウントの設定 - メールを受信するために
アカウントを追加するには*アカウントの管理*をタップし、下部にあるオレンジ色の*追加*をタップします。 リストからプロバイダーを選択し、ユーザー名(ほとんどはメールアドレス)、パスワードを入力します。 *確認*をタップしてFairEmailがメールサーバーに接続し、システムフォルダーのリストを取得できるようにします。 システムフォルダーの選択を確認後、*保存*をタップしてアカウントを追加できます。
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). リストからプロバイダーを選択し、ユーザー名(ほとんどはメールアドレス)、パスワードを入力します。 *確認*をタップしてFairEmailがメールサーバーに接続し、システムフォルダーのリストを取得できるようにします。 システムフォルダーの選択を確認後、*保存*をタップしてアカウントを追加できます。
プロバイダーがリストにない場合は、*カスタム*を選択します。 *gmail.com*などのドメイン名を入力し、*設定を取得*をタップします。 プロバイダーが[自動検出](https://tools.ietf.org/html/rfc6186)をサポートしている場合、FairEmailはホスト名とポート番号を入力します。 それ以外の場合は、プロバイダーのセットアップ手順に従って正しいIMAPホスト名・ポート番号・プロトコル(SSL/TLS or STARTTLS)が入力されているか確認してください。 詳細は [こちら](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts)
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. *gmail.com*などのドメイン名を入力し、*設定を取得*をタップします。 If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). 詳細は [こちら](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts)
## IDの設定 - メールを送信するために
同様に、IDを追加するには*IDの管理*をタップし、下部のオレンジ色の*追加*をタップします。 送信するメールのアドレスから表示する名前を入力し、リンクされたアカウントを選択します。 *保存*をタップしてIDを追加します。
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. 送信するメールのアドレスから表示する名前を入力し、リンクされたアカウントを選択します。 *保存*をタップしてIDを追加します。
アカウントを手動で設定した場合、おそらくIDも手動で設定する必要があります。 *gmail.com*などのドメイン名を入力し、*設定を取得*をタップします。 プロバイダーが[自動検出](https://tools.ietf.org/html/rfc6186)をサポートしている場合、FairEmailはホスト名とポート番号を入力します。 それ以外の場合は、プロバイダーのセットアップ手順に従って正しいSMTPホスト名・ポート番号・プロトコル(SSL/TLS or STARTTLS)が入力されているか確認してください。
アカウントを手動で設定した場合、おそらくIDも手動で設定する必要があります。 *gmail.com*などのドメイン名を入力し、*設定を取得*をタップします。 If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
エイリアスの使用については [FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) を確認してください。
## 権限の許可 - 連絡先情報にアクセスするために
メールアドレスを検索したり、連絡先の写真を表示したりする場合はFairEmailに連絡先の読み取り許可をする必要があります。 *権限の許可*をタップして、*許可*を選択します。
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## 電池の最適化の設定 - 継続的にメールを受信するために
最近のAndroidバージョンでは、電池の消費を抑えるために画面オフ後しばらくするとアプリをスリープ状態にします。 新着メールを遅延なく受信するには、FairEmailの電池の最適化を無効にする必要があります。 *電池の最適化を無効にする*をタップし、指示に従います。
最近のAndroidバージョンでは、電池の消費を抑えるために画面オフ後しばらくするとアプリをスリープ状態にします。 新着メールを遅延なく受信するには、FairEmailの電池の最適化を無効にする必要があります。 Tap *Manage* and follow the instructions.
## 質問または問題

View File

@ -0,0 +1,41 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
An internet connection is required to set up accounts and identities.
## Quick setup
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most email providers.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems
If you have a question or problem, please [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for help.

View File

@ -0,0 +1,41 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
An internet connection is required to set up accounts and identities.
## Quick setup
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most email providers.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems
If you have a question or problem, please [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for help.

View File

@ -1,40 +1,40 @@
# Setup help
# 초기설정 도움말
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
FairEmail을 설정하는 것은 꽤 간단합니다. 이메일을 받으려면 계정을 하나 이상 추가해야 하며, 이메일을 보내려면 ID를 하나 이상 추가해야 합니다. The quick setup will add an account and an identity in one go for most providers.
## Requirements
## 요구 사항
An internet connection is required to set up accounts and identities.
계정과 신분을 설정하기 위해서는 인터넷 연결이 필요합니다.
## Quick setup
## 빠른 설정
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
## 계정 설정 - 전자 메일 수신
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# Hulp bij instellen
Het instellen van FairEmail is vrij eenvoudig. U moet ten minste één account toevoegen om e-mail te ontvangen en ten minste één identiteit om e-mail te verzenden. Snel instellen zal in één keer een account en een identiteit toevoegen voor de meeste grote providers.
Het instellen van FairEmail is vrij eenvoudig. U moet ten minste één account toevoegen om e-mail te ontvangen en ten minste één identiteit om e-mail te verzenden. Snel instellen zal in één keer een account en een identiteit toevoegen voor de meeste providers.
## Vereisten
@ -8,33 +8,33 @@ Een internetverbinding is vereist om accounts en identiteiten in te stellen.
## Snel instellen
Voer gewoon je naam, e-mailadres en wachtwoord in en tik op *Ga*.
Selecteer gewoon de juiste provider of *Andere provider* en voer uw naam, e-mailadres en wachtwoord in en tik *Controleer*.
Dit zal werken voor de meeste grote e-mailproviders.
Dit werkt voor de meeste e-mailproviders.
Als het snelle instellen niet werkt, moet je een account en een identiteit op een andere manier instellen, zie hieronder voor instructies.
## Account instellen - om e-mail te ontvangen
Om een account toe te voegen, tik op *Beheer accounts* en tik op de oranje *voeg toe* knop onderaan. Selecteer een provider uit de lijst, voer de gebruikersnaam in, meestal uw e-mailadres en voer uw wachtwoord in. Tik *Controleer* om FairEmail te laten verbinden met de e-mailserver en een lijst van systeemmappen op te laten halen. Na het controleren van de selectie van systeemmappen kunt u het account toevoegen door op *Bewaren* te klikken.
Om een account toe te voegen, tik op *Handmatige setup en meer opties*, tik *Accounts* en tik op de 'plus' knop onderaan en selecteer IMAP (of POP3). Selecteer een provider uit de lijst, voer de gebruikersnaam in, meestal uw e-mailadres en voer uw wachtwoord in. Tik *Controleer* om FairEmail te laten verbinden met de e-mailserver en een lijst van systeemmappen op te laten halen. Na het controleren van de selectie van systeemmappen kunt u het account toevoegen door op *Bewaren* te klikken.
Als uw provider niet in de lijst van providers staat, selecteer *Aangepast*. Voer de domeinnaam in, bijvoorbeeld *gmail.com* en tik op *Instellingen ophalen*. Als uw provider [auto-discovery](https://tools.ietf.org/html/rfc6186) ondersteunt, zal FairEmail de hostnaam en poortnummer invullen, controleer zonodig de instructies van uw provider voor de juiste IMAP host naam, poortnummer en protocol (SSL/TLS of STARTTLS). Voor meer informatie, zie [hier](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
Als uw provider niet in de lijst van providers staat (er zijn duizenden providers), selecteer dan *Aangepast*. Voer de domeinnaam in, bijvoorbeeld *gmail.com* en tik op *Instellingen ophalen*. Als uw provider [auto-discovery](https://tools.ietf.org/html/rfc6186)ondersteunt, zal FairEmail de hostnaam en poortnummer invullen, controleer anders de installatie-instructies van uw provider voor de juiste IMAP host naam, poortnummer en encryptie protocol (SSL/TLS of STARTTLS). Voor meer informatie, zie [hier](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Identiteit instellen - om e-mail te verzenden
Vergelijkbaar, om een identiteit toe te voegen, tik op *Beheer identiteit* en tik op de oranje *voeg toe* knop onderaan. Voer de naam in die u wilt laten verschijnen in het 'van' adres van de e-mails die u verzendt en selecteer een gekoppeld account. Tik op *Opslaan* om de identiteit toe te voegen.
Hetzelfde geldt voor het toevoegen van een identiteit, tik op *Handmatige setup en meer opties*, tik *Identiteiten* en tik onderaan op de knop 'plus'. Voer de naam in die u wilt laten verschijnen in het 'van' adres van de e-mails die u verzendt en selecteer een gekoppeld account. Tik op *Opslaan* om de identiteit toe te voegen.
Als het account handmatig werd geconfigureerd, moet u waarschijnlijk ook de identiteit handmatig configureren. Voer de domeinnaam in, bijvoorbeeld *gmail.com* en tik op *Instellingen ophalen*. Als uw provider [auto-discovery](https://tools.ietf.org/html/rfc6186) ondersteunt, zal FairEmail de hostnaam en poortnummer invullen, controleer anders de instructies van uw provider voor de juiste SMTP host naam, poortnummer en protocol (SSL/TLS of STARTTLS).
Als het account handmatig werd geconfigureerd, moet u waarschijnlijk ook de identiteit handmatig configureren. Voer de domeinnaam in, bijvoorbeeld *gmail.com* en tik op *Instellingen ophalen*. Als uw provider [auto-discovery](https://tools.ietf.org/html/rfc6186) ondersteunt, zal FairEmail de hostnaam en poortnummer invullen, controleer anders de installatie-instructies van uw provider voor de juiste SMTP host naam, poortnummer en encryptie protocol (SSL/TLS of STARTTLS).
Zie [deze FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) over het gebruik van aliassen.
## Toestemmingen verlenen - om contact informatie op te vragen
Als u e-mailadressen wilt opzoeken, contactfoto's wilt zien, enz. zult u aan FairEmail toestemmingen moeten verlenen om contacten te lezen. Tik op *Toestemmingen verlenen* en selecteer *Toestaan*.
Als u e-mailadressen wilt opzoeken, contactfoto's wilt weergeven, enz. moet u toestemming geven om contactinformatie te lezen aan FairEmail. Tik op *Toestemmingen verlenen* en selecteer *Toestaan*.
## Accuoptimalisaties instellen - om voortdurend e-mail te ontvangen
Recente Android versies zetten apps in de slaapstand wanneer het scherm enige tijd uit is om het accugebruik te verminderen. Als u nieuwe e-mails zonder vertraging wilt ontvangen, dan moet u de accuoptimalisaties voor FairEmail uitschakelen. Tik *Schakel accuoptimalisaties uit* en volg de instructies.
Recente Android versies zetten apps in de slaapstand wanneer het scherm enige tijd uit is om het accugebruik te verminderen. Als u nieuwe e-mails zonder vertraging wilt ontvangen, dan moet u de accuoptimalisaties voor FairEmail uitschakelen. Tik op *Beheren* en volg de instructies.
## Vragen of problemen

View File

@ -1,41 +1,41 @@
# Installasjonshjelp
# Hjelp til oppsett
Det er ganske enkelt å sette opp FairEmail. Du må legge til minst en konto for å motta e-post og minst en identitet hvis du vil sende e-post. Det raske oppsettet vil legge til en konto og en identitet på en gang for de fleste store leverandører.
Det er ganske enkelt å sette opp FairEmail. Du må legge til minst en konto for å motta e-post og minst en identitet hvis du vil sende e-post. The quick setup will add an account and an identity in one go for most providers.
## Krav
Det kreves en internettforbindelse for å konfigurere kontoer og identiteter.
## Hurtig oppsett
## Hurtigoppsett
Bare skriv inn navn, e-postadresse og passord og trykk *Gå*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Dette vil fungere for de fleste store e-postleverandører.
This will work for most email providers.
Hvis hurtigoppsettet ikke fungerer, må du konfigurere en konto og en identitet på en annen måte, se nedenfor for instruksjoner.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Oppsett av konto - for å motta e-post
For å legge til en konto, trykk på *Administrer kontoer* og trykk på den oransje *legg til* knappen nederst. Velg en leverandør fra listen, skriv inn brukernavnet, som for det meste er din e-postadresse, og skriv inn passordet ditt. Trykk på *Kontroller* for å la FairEmail koble til e-postserveren og hente en liste over systemmapper. Etter å ha gjennomgått valg av systemmappe, kan du legge til kontoen ved å trykke *Lagre*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Velg en leverandør fra listen, skriv inn brukernavn (vanligvis e-postadressen din), og skriv deretter inn passordet ditt. Trykk på *Kontroller* for å la FairEmail koble til e-posttjeneren og hente en liste over systemmapper. Etter å ha gjennomgått valg av systemmappe, kan du legge til kontoen ved å trykke *Lagre*.
Hvis leverandøren din ikke er på listen over leverandører, velger du *Tilpasset*. Skriv inn domenenavnet, for eksempel *gmail.com* og trykk *Hent innstillinger*. Hvis leverandøren din støtter [auto-oppdagelse](https://tools.ietf.org/html/rfc6186), vil FairEmail fylle ut vertsnavnet og portnummeret, ellers sjekk installasjonsinstruksjonene til leverandøren din for riktig IMAP-vertsnavn, portnummer og protokoll (SSL/TLS eller STARTTLS). For mer om dette, vennligst se [her](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Skriv inn domenenavnet, for eksempel *gmail.com* og trykk *Hent innstillinger*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For mer om dette, vennligst se [her](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Oppsett identitet - for å sende e-post
## Oppsett av identitet - for å sende e-post
For å legge til en identitet, trykk på *Administrer identitet* og trykk på den oransje *legg til* -knappen nederst. Skriv inn navnet du vil skal vises i fra adressen til e-postene du sender, og velg en lenket konto. Trykk på *Lagre* for å legge til identiteten.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Skriv inn navnet du vil skal vises i 'Fra-adressen' på e-postene du sender, og velg en tilkoblet konto. Trykk på *Lagre* for å legge til identiteten.
Hvis kontoen ble konfigurert manuelt, må du sannsynligvis konfigurere identiteten manuelt. Skriv inn domenenavnet, for eksempel *gmail.com* og trykk *Hent innstillinger*. Hvis leverandøren din støtter [auto-oppdagelse](https://tools.ietf.org/html/rfc6186), vil FairEmail fylle ut vertsnavnet og portnummeret, ellers sjekk installasjonsinstruksjonene til leverandøren din for riktig SMTP vertsnavn, portnummer og protokoll (SSL/TLS eller STARTTLS).
Hvis kontoen ble konfigurert manuelt, må du sannsynligvis konfigurere identiteten manuelt også. Skriv inn domenenavnet, for eksempel *gmail.com* og trykk *Hent innstillinger*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Se [denne FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) om bruk av aliaser.
Se [OSS](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) angående bruk av aliaser.
## Gi tillatelser - for å få tilgang til kontaktinformasjon
## Gi tillatelser - for tilgang til kontaktinformasjon
Hvis du vil slå opp e-postadresser, ha kontaktbilder vist osv., Må du gi tillatelse til å lese kontakter til FairEmail. Bare trykk på *Gi tillatelser* og velg *Tillat*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Konfigurer batterioptimaliseringer - for kontinuerlig å motta e-post
På nyere Android-versjoner vil Android legge appene i dvale når skjermen er slått av en stund for å redusere batteribruken. Hvis du vil motta nye e-postmeldinger uten forsinkelser, bør du deaktivere batterioptimaliseringer for FairEmail. Trykk på *Deaktiver batterioptimaliseringer* og følg instruksjonene.
I nyere versjoner av Android, legges apper automatisk i dvale når skjermen er slått av en stund for å redusere batteribruken. Hvis du vil motta nye e-postmeldinger uten forsinkelser, bør du deaktivere batterioptimaliseringer for FairEmail. Tap *Manage* and follow the instructions.
## Spørsmål eller problemer
Hvis du har et spørsmål eller et problem, kan du [se her](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for hjelp.
Hvis du har spørsmål eller problemer, kan du [se her](https://github.com/M66B/FairEmail/blob/master/FAQ.md) etter hjelp.

View File

@ -1,41 +1,41 @@
# Installasjonshjelp
# Hjelp til oppsett
Det er ganske enkelt å sette opp FairEmail. Du må legge til minst en konto for å motta e-post og minst en identitet hvis du vil sende e-post. Det raske oppsettet vil legge til en konto og en identitet på en gang for de fleste store leverandører.
Det er ganske enkelt å sette opp FairEmail. Du må legge til minst en konto for å motta e-post og minst en identitet hvis du vil sende e-post. The quick setup will add an account and an identity in one go for most providers.
## Krav
Det kreves en internettforbindelse for å konfigurere kontoer og identiteter.
## Hurtig oppsett
## Hurtigoppsett
Bare skriv inn navn, e-postadresse og passord og trykk *Gå*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Dette vil fungere for de fleste store e-postleverandører.
This will work for most email providers.
Hvis hurtigoppsettet ikke fungerer, må du konfigurere en konto og en identitet på en annen måte, se nedenfor for instruksjoner.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Oppsett av konto - for å motta e-post
For å legge til en konto, trykk på *Administrer kontoer* og trykk på den oransje *legg til* knappen nederst. Velg en leverandør fra listen, skriv inn brukernavnet, som for det meste er din e-postadresse, og skriv inn passordet ditt. Trykk på *Kontroller* for å la FairEmail koble til e-postserveren og hente en liste over systemmapper. Etter å ha gjennomgått valg av systemmappe, kan du legge til kontoen ved å trykke *Lagre*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Velg en leverandør fra listen, skriv inn brukernavn (vanligvis e-postadressen din), og skriv deretter inn passordet ditt. Trykk på *Kontroller* for å la FairEmail koble til e-posttjeneren og hente en liste over systemmapper. Etter å ha gjennomgått valg av systemmappe, kan du legge til kontoen ved å trykke *Lagre*.
Hvis leverandøren din ikke er på listen over leverandører, velger du *Tilpasset*. Skriv inn domenenavnet, for eksempel *gmail.com* og trykk *Hent innstillinger*. Hvis leverandøren din støtter [auto-oppdagelse](https://tools.ietf.org/html/rfc6186), vil FairEmail fylle ut vertsnavnet og portnummeret, ellers sjekk installasjonsinstruksjonene til leverandøren din for riktig IMAP-vertsnavn, portnummer og protokoll (SSL/TLS eller STARTTLS). For mer om dette, vennligst se [her](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Skriv inn domenenavnet, for eksempel *gmail.com* og trykk *Hent innstillinger*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For mer om dette, vennligst se [her](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Oppsett identitet - for å sende e-post
## Oppsett av identitet - for å sende e-post
For å legge til en identitet, trykk på *Administrer identitet* og trykk på den oransje *legg til* -knappen nederst. Skriv inn navnet du vil skal vises i fra adressen til e-postene du sender, og velg en lenket konto. Trykk på *Lagre* for å legge til identiteten.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Skriv inn navnet du vil skal vises i 'Fra-adressen' på e-postene du sender, og velg en tilkoblet konto. Trykk på *Lagre* for å legge til identiteten.
Hvis kontoen ble konfigurert manuelt, må du sannsynligvis konfigurere identiteten manuelt. Skriv inn domenenavnet, for eksempel *gmail.com* og trykk *Hent innstillinger*. Hvis leverandøren din støtter [auto-oppdagelse](https://tools.ietf.org/html/rfc6186), vil FairEmail fylle ut vertsnavnet og portnummeret, ellers sjekk installasjonsinstruksjonene til leverandøren din for riktig SMTP vertsnavn, portnummer og protokoll (SSL/TLS eller STARTTLS).
Hvis kontoen ble konfigurert manuelt, må du sannsynligvis konfigurere identiteten manuelt også. Skriv inn domenenavnet, for eksempel *gmail.com* og trykk *Hent innstillinger*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Se [denne FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) om bruk av aliaser.
Se [OSS](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) angående bruk av aliaser.
## Gi tillatelser - for å få tilgang til kontaktinformasjon
## Gi tillatelser - for tilgang til kontaktinformasjon
Hvis du vil slå opp e-postadresser, ha kontaktbilder vist osv., Må du gi tillatelse til å lese kontakter til FairEmail. Bare trykk på *Gi tillatelser* og velg *Tillat*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Konfigurer batterioptimaliseringer - for kontinuerlig å motta e-post
På nyere Android-versjoner vil Android legge appene i dvale når skjermen er slått av en stund for å redusere batteribruken. Hvis du vil motta nye e-postmeldinger uten forsinkelser, bør du deaktivere batterioptimaliseringer for FairEmail. Trykk på *Deaktiver batterioptimaliseringer* og følg instruksjonene.
I nyere versjoner av Android, legges apper automatisk i dvale når skjermen er slått av en stund for å redusere batteribruken. Hvis du vil motta nye e-postmeldinger uten forsinkelser, bør du deaktivere batterioptimaliseringer for FairEmail. Tap *Manage* and follow the instructions.
## Spørsmål eller problemer
Hvis du har et spørsmål eller et problem, kan du [se her](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for hjelp.
Hvis du har spørsmål eller problemer, kan du [se her](https://github.com/M66B/FairEmail/blob/master/FAQ.md) etter hjelp.

View File

@ -1,6 +1,6 @@
# Pomoc instalacyjna
Konfiguracja FairEmail jest całkiem prosta. Musisz dodać co najmniej jedno konto, aby otrzymywać wiadomości email i przynajmniej jedną tożsamość, jeśli chcesz wysłać wiadomości e-mail. Szybka konfiguracja doda konto i tożsamość za jednym razem dla większości głównych dostawców.
Konfiguracja FairEmail jest całkiem prosta. Musisz dodać co najmniej jedno konto, aby otrzymywać wiadomości email i przynajmniej jedną tożsamość, jeśli chcesz wysłać wiadomości e-mail. The quick setup will add an account and an identity in one go for most providers.
## Wymagania
@ -8,33 +8,33 @@ Do skonfigurowania kont i tożsamości wymagane jest połączenie internetowe.
## Szybka konfiguracja
Po prostu wpisz swoje imię i nazwisko, adres e-mail i hasło, a następnie naciśnij przycisk *Idź*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
To działa dla większości głównych dostawców poczty e-mail.
This will work for most email providers.
Jeśli szybka konfiguracja nie zadziała, musisz skonfigurować konto i tożsamość w inny sposób, patrz poniżej, aby uzyskać instrukcje.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Konfiguracja konta - aby odbierać wiadomości e-mail
Aby dodać konto, naciśnij *Zarządzaj kontami* i naciśnij pomarańczowy przycisk *dodaj* na dole. Wybierz dostawcę z listy, wprowadź nazwę użytkownika, która jest najczęściej Twoim adresem e-mail i wprowadź hasło. Naciśnij *Sprawdź*, aby FairEmail mógł połączyć się z serwerem e-mail i pobrać listę folderów systemowych. Po zapoznaniu się z wyborem folderu systemowego możesz dodać konto, naciskając *Zapisz*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Wybierz dostawcę z listy, wprowadź nazwę użytkownika, która jest najczęściej Twoim adresem e-mail i wprowadź hasło. Naciśnij *Sprawdź*, aby FairEmail mógł połączyć się z serwerem e-mail i pobrać listę folderów systemowych. Po zapoznaniu się z wyborem folderu systemowego możesz dodać konto, naciskając *Zapisz*.
Jeśli Twój dostawca nie znajduje się na liście dostawców, wybierz *Własne*. Wprowadź nazwę domeny, na przykład *gmail.com* i naciśnij *Pobierz ustawienia*. Jeśli Twój dostawca obsługuje [automatyczne wykrywanie](https://tools.ietf.org/html/rfc6186), FairEmail wypełni nazwę hosta i numer portu, w przeciwnym razie sprawdź instrukcje instalacji swojego dostawcy, aby uzyskać prawidłową nazwę hosta IMAP, numer portu i protokół (SSL/TLS lub STARTTLS). Więcej informacji na ten temat można znaleźć [tutaj](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Wprowadź nazwę domeny, na przykład *gmail.com* i naciśnij *Pobierz ustawienia*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Więcej informacji na ten temat można znaleźć [tutaj](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Konfiguracja tożsamości - aby wysyłać wiadomości e-mail
Podobnie, aby dodać tożsamość, naciśnij *Zarządzaj tożsamościami* i naciśnij pomarańczowy przycisk *dodaj* na dole. Wprowadź nazwę, która ma pojawiać się w adresie wysyłanych wiadomości e-mail i wybierz połączone konto. Doknij*Zapisz*, aby dodać tożsamość.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Wprowadź nazwę, która ma pojawiać się w adresie wysyłanych wiadomości e-mail i wybierz połączone konto. Doknij*Zapisz*, aby dodać tożsamość.
Jeśli konto zostało skonfigurowane ręcznie, prawdopodobnie musisz również ręcznie skonfigurować tożsamość. Wprowadź nazwę domeny, na przykład *gmail.com* i dotknij *Uzyskaj ustawienia*. Jeśli Twój dostawca obsługuje [automatyczne wykrywanie](https://tools.ietf.org/html/rfc6186), FairEmail wypełni nazwę hosta i numer portu, w przeciwnym razie sprawdź instrukcje konfiguracji swojego dostawcy dla właściwej nazwy hosta SMTP, numeru portu i protokołu (SSL/TLS lub STARTTLS).
Jeśli konto zostało skonfigurowane ręcznie, prawdopodobnie musisz również ręcznie skonfigurować tożsamość. Wprowadź nazwę domeny, na przykład *gmail.com* i dotknij *Uzyskaj ustawienia*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Zobacz [to FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) na temat używania aliasów.
## Udziel uprawnień - aby uzyskać dostęp do informacji kontaktowych
Jeśli chcesz wyszukiwać adresy e-mail, pokazywać zdjęcia kontaktów, itp. musisz udzielić FairEmail uprawnienia do odczytu kontaktów. Po prostu dotknij *Przyznaj uprawnienia* i wybierz *Zezwól*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Skonfiguruj optymalizacje baterii - aby otrzymywać e-maile bezzwłocznie
W najnowszych wersjach Android usypia aplikacje, gdy ekran jest wyłączony przez pewien czas, aby zmniejszyć zużycie baterii. Jeśli chcesz otrzymywać nowe wiadomości e-mail bez opóźnień, wyłącz optymalizacje baterii dla FairEmail. Dotknij *Wyłącz optymalizacje baterii* i postępuj zgodnie z instrukcjami.
W najnowszych wersjach Android usypia aplikacje, gdy ekran jest wyłączony przez pewien czas, aby zmniejszyć zużycie baterii. Jeśli chcesz otrzymywać nowe wiadomości e-mail bez opóźnień, wyłącz optymalizacje baterii dla FairEmail. Tap *Manage* and follow the instructions.
## Pytania lub problemy

View File

@ -1,6 +1,6 @@
# Configurar ajuda
# Ajuda de configuração
Configurar o FairEmail é bastante simples. Você precisará adicionar pelo menos uma conta para receber e-mail e pelo menos uma identidade se você quiser enviar e-mail. A instalação rápida irá adicionar uma conta e uma identidade de uma só vez para a maioria dos principais provedores.
Configurar o FairEmail é bastante simples. Você precisará adicionar pelo menos uma conta para receber e-mail e pelo menos uma identidade se você quiser enviar e-mail. The quick setup will add an account and an identity in one go for most providers.
## Requisitos
@ -8,34 +8,34 @@ Configurar o FairEmail é bastante simples. Você precisará adicionar pelo meno
## Configuração rápida
Apenas insira seu nome, endereço de e-mail e senha e toque *Vá*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Isto irá funcionar para a maioria dos principais fornecedores de e-mail.
This will work for most email providers.
Se a instalação rápida não funcionar, você precisará configurar uma conta e uma identidade de outra forma, ver abaixo para instruções.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Configurar conta - para receber e-mail
## Configurar conta - para receber e-mails
Para adicionar uma conta, toque em *Gerenciar contas* e toque no botão laranja *adicionar* na parte inferior. Selecione um provedor da lista, insira o nome de usuário, que é principalmente seu endereço de e-mail e insira sua senha. Toque *Verificar* para permitir que o FairEmail conecte ao servidor de e-mail e buscar uma lista de pastas do sistema. Após rever a seleção de pasta do sistema, você pode adicionar a conta tocando *Salvar*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Selecione um provedor da lista, insira o nome de usuário, que geralmente é seu endereço de e-mail, e insira sua senha. Toque em *Verificar* para permitir que o FairEmail conecte ao servidor de e-mail e possa buscar uma lista de pastas do sistema. Após rever a seleção de pasta do sistema, você pode adicionar a conta tocando em *Salvar*.
Se seu provedor não estiver na lista de provedores, selecione *Personalizado*. Digite o nome do domínio, por exemplo *gmail.com* e toque em *Obter configurações*. Se seu provedor suporta [auto-descoberta](https://tools.ietf.org/html/rfc6186), o FairEmail irá preencher o nome do host e número da porta, senão verifique as instruções de configuração do seu provedor para o nome de host IMAP, número de porta e protocolo (SSL/TLS ou STARTTLS). Para mais sobre isso, por favor veja [aqui](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Digite o nome do domínio, por exemplo *gmail.com* e toque em *Obter configurações*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Para saber mais sobre isso, por favor clique [aqui](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Configurar identidade - para enviar e-mail
## Configurar identidade - para enviar e-mails
Da mesma forma, para adicionar uma identidade, toque em *Gerenciar identidade* e toque no botão laranja *adicionar* na parte inferior. Digite o nome que você deseja aparecer no endereço dos e-mails que você envia e selecione uma conta vinculada. Toque *Salvar* para adicionar a identidade.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Digite o nome que você deseja que apareça no remetente dos e-mails que você envia e selecione uma conta vinculada. Toque em *Salvar* para adicionar a identidade.
Se a conta foi configurada manualmente, provavelmente você precisa configurar a identidade manualmente também. Digite o nome do domínio, por exemplo *gmail.com* e toque em *Obter configurações*. Se seu provedor suporta [auto-descoberta](https://tools.ietf.org/html/rfc6186), o FairEmail irá preencher o nome do host e número da porta, senão verifique as instruções de configuração do seu provedor para o nome de host SMTP certo, número de porta e protocolo (SSL/TLS ou STARTTLS).
Se a conta foi configurada manualmente, provavelmente você precisa configurar a identidade manualmente também. Digite o nome do domínio, por exemplo *gmail.com* e toque em *Obter configurações*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Veja [este FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sobre usar apelidos.
Veja [este FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sobre o uso de apelidos (aliases).
## Conceder permissões - para acessar informações de contato
Se você deseja procurar endereços de e-mail, tem fotos de contato mostradas, etc, você precisará conceder permissão de leitura de contatos para o FairEmail. Basta tocar *Conceder permissões* e selecionar *Permitir*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Configurar otimizações de bateria - para receber continuamente e-mails
## Configurar otimizações de bateria - para receber e-mails continuamente
Nas versões recentes do Android, o Android colocará aplicativos para dormir quando a tela estiver desligada por algum tempo para reduzir o uso de bateria. Se você deseja receber novos e-mails sem atrasos, você deve desativar as otimizações de bateria para o FairEmail. Toque *Desativar otimizações de bateria* e siga as instruções.
Nas versões recentes do Android, o Android colocará aplicativos para hibernar quando a tela estiver desligada por algum tempo para reduzir o uso de bateria. Se você deseja receber novos e-mails sem atrasos, você deve desativar as otimizações de bateria para o FairEmail. Tap *Manage* and follow the instructions.
## Perguntas ou problemas
Se você tiver dúvidas ou problemas, [veja aqui](https://github.com/M66B/FairEmail/blob/master/FAQ.md) para obter ajuda.
Se você tiver dúvidas ou problemas, por favor [clique aqui](https://github.com/M66B/FairEmail/blob/master/FAQ.md) para obter ajuda.

View File

@ -1,41 +1,41 @@
# Setup help
# Ajuda de configuração
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Configurar o FairMail é bastante simples. Irá precisar de pelo menos uma conta para receber email e pelo menos uma identidade se quiser enviar email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
## Requisitos
An internet connection is required to set up accounts and identities.
Uma ligação à internet é obrigatória para configurar contas e identidades.
## Quick setup
## Configurador rápido
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
## Configurar conta - para receber email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Selecione um provedor da lista, escreva o seu nome de utilizador, que é praticamente o seu endereço de email e escreva a sua palavra-passe. Pressione *Check* para o FairMail o ligar ao servidor de email para ir buscar a lista de pastas do sistema. Depois de rever a seleção da pasta de sistema pode adicionar a conta e pressionar *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Escreva o nome do domínio, por exemple *gmail.com* e pressione *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Para mais informações sobre isto, por favor [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
## Configurar identidade - para receber email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Escreva o nome que quiser que apareça no *from address* dos emails que enviar e selecione uma conta *linked*. Pressione *Save* para adicionar a identidade
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
Se a conta foi configurada manualmente, provavelmente precisará de configurar a identidade manualmente também. Escreva o nome do domínio, por exemplo *gmail.com* e pressione *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
Veja [este FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) sobre usar aliases.
## Grant permissions - to access contact information
## Conceder permissões - para aceder a informação de contacto
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
## Configurar otimizações de bateria - para continuamente receber emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
Nas versões mais recentes do Android, o Android põe as aplicações em modo de suspensão quando a tela estiver desligada durante algum tempo para reduzir uso da bateria. Se quiser receber novos emails sem atraso, terá que desabilitar as otimizações de bateria para o FairMail. Tap *Manage* and follow the instructions.
## Questions or problems
## Perguntas ou problemas
If you have a question or problem, please [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for help.
Se tiver uma pergunta ou um problema, por favor [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) para ajuda.

View File

@ -1,6 +1,6 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# Помощь по установке
Настройка FairEmail довольно проста. Вам нужно добавить хотя бы одну учётную запись для получения электронной почты и хотя бы один идентификатор, если вы хотите отправлять письма. Быстрая настройка сразу добавит учётную запись и идентификатор для большинства основных провайдеров.
Настройка FairEmail довольно проста. Вам нужно добавить хотя бы одну учётную запись для получения электронной почты и хотя бы один идентификатор, если вы хотите отправлять письма. Быстрая настройка за один раз добавит учётную запись и идентификатор для большинства провайдеров.
## Требования
@ -8,33 +8,33 @@
## Быстрая настройка
Просто введите имя, адрес электронной почты и пароль и нажмите *Перейти*.
Выберите подходящего провайдера или нажмите *Другой провайдер* и введите имя, адрес электронной почты и пароль, после чего нажмите *Проверить*.
Это сработает для большинства основных провайдеров электронной почты.
Это применимо для большинства провайдеров электронной почты.
Если быстрая настройка не работает, вам нужно будет настроить учётную запись и идентификатор другим способом, см. инструкции ниже.
Если быстрая настройка не работает, вам нужно будет настроить учётную запись и идентификатор вручную, см. инструкции ниже.
## Настройка учётной записи — для получения электронной почты
Чтобы добавить учётную запись, нажмите *Управление учётными записями* и нажмите на оранжевую кнопку *добавить* внизу. Выберите провайдера из списка, введите имя пользователя (в большинстве случаев это ваш адрес электронной почты) и пароль. Нажмите *Проверить*, чтобы FairEmail подключился к почтовому серверу и получил список системных папок. После просмотра списка системных папок можно добавить учётную запись, нажав *Сохранить*.
Чтобы добавить учётную запись, нажмите *Ручная настройка и другие функции*, затем *Учётные записи* и кнопку "плюс" внизу, после чего выберите IMAP (или POP3). Выберите провайдера из списка, введите имя пользователя (в большинстве случаев это ваш адрес электронной почты) и пароль. Нажмите *Проверить*, чтобы FairEmail подключился к почтовому серверу и получил список системных папок. После просмотра списка системных папок можно добавить учётную запись, нажав *Сохранить*.
Если ваш провайдер не входит в список провайдеров, выберите *Пользовательский*. Введите имя домена, например, *gmail.com* и нажмите *Получить настройки*. Если ваш провайдер поддерживает [автонастройку](https://tools.ietf.org/html/rfc6186), FairEmail заполнит имя хоста и номер порта, иначе прочтите инструкции по настройке вашего провайдера для правильного указания имени хоста IMAP, номера порта и протокола (SSL/TLS или STARTTLS). Подробнее об этом смотрите [здесь](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
Если вашего провайдера нет в списке (их тысячи), выберите пункт *Пользовательский*. Введите имя домена, например, *gmail.com* и нажмите *Получить настройки*. Если ваш провайдер поддерживает [автоматическое определение](https://tools.ietf.org/html/rfc6186), FairEmail заполнит имя хоста и номер порта, в противном случае проверьте инструкции по настройке вашего провайдера для правильного указания имени хоста IMAP, номера порта и протокола шифрования (SSL/TLS или STARTTLS). Подробнее об этом смотрите [здесь](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Настройка идентификатора — чтобы отправлять почту
Аналогичным образом, чтобы добавить идентификатор, нажмите *Управление идентификаторами* и нажмите на оранжевую кнопку *добавить* внизу. Введите имя, которое вы хотите вставлять в поле адреса "От:" отправляемых вами писем и выберите связанную учётную запись. Нажмите *Сохранить* для добавления идентификатора.
Аналогично, чтобы добавить идентификатор, нажмите *Ручная настройка и другие функции*, затем *Идентификаторы* и кнопку "плюс" внизу. Введите имя, которое вы хотите вставлять в поле адреса "От:" отправляемых вами писем и выберите связанную учётную запись. Нажмите *Сохранить* для добавления идентификатора.
Если учётная запись была настроена вручную, вам, вероятно, также нужно настроить идентификатор вручную. Введите имя домена, например, *gmail.com* и нажмите *Получить настройки*. Если ваш провайдер поддерживает [автонастройку](https://tools.ietf.org/html/rfc6186), FairEmail заполнит имя хоста и номер порта, иначе прочтите инструкции по настройке вашего провайдера для правильного указания имени хоста SMTP, номера порта и протокола (SSL/TLS или STARTTLS).
Если учётная запись была настроена вручную, вам, вероятно, также нужно настроить идентификатор вручную. Введите имя домена, например, *gmail.com* и нажмите *Получить настройки*. Если ваш провайдер поддерживает [автоматическое определение](https://tools.ietf.org/html/rfc6186), FairEmail заполнит имя хоста и номер порта, в противном случае проверьте инструкции по настройке вашего провайдера для правильного указания имени хоста SMTP, номера порта и протокола шифрования (SSL/TLS или STARTTLS).
Смотрите [этот FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) об использовании псевдонимов.
## Предоставление разрешений — доступ к контактной информации
Если вы хотите находить адреса электронной почты, видеть фотографии контактов, и т. д., вам нужно предоставить FairEmail разрешение на чтение контактов. Просто нажмите *Предоставить разрешения* и выберите *Разрешить*.
Если вы хотите находить адреса электронной почты, видеть фотографии контактов и т. д., нужно предоставить FairEmail разрешение на чтение контактной информации. Просто нажмите *Предоставить* и выберите *Разрешить*.
## Настройка оптимизации батареи — для непрерывного получения электронной почты
Android последних версий будет помещать приложения в спящий режим, когда экран выключен в течение некоторого времени, чтобы уменьшить потребление батареи. Если вы хотите получать новые письма без задержек, то вам следует отключить оптимизацию батареи для FairEmail. Нажмите *Отключить оптимизацию батареи* и следуйте инструкциям.
Android последних версий будет помещать приложения в спящий режим, когда экран выключен в течение некоторого времени, чтобы уменьшить потребление батареи. Если вы хотите получать новые письма без задержек, то вам следует отключить оптимизацию батареи для FairEmail. Нажмите *Редактировать* и следуйте инструкциям.
## Вопросы или проблемы

View File

@ -0,0 +1,41 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
An internet connection is required to set up accounts and identities.
## Quick setup
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most email providers.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems
If you have a question or problem, please [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for help.

View File

@ -1,6 +1,6 @@
# Pomoc s nastavením
Nastavenie FairEmail je veľmi jednoduché. Potrebujete pridať aspoň jeden účet pre príjem e-mailov a aspoň jednu identitu ak chcete odosielať e-maily. "Rýchle nastavenie" pridá účet a identitu naraz pre väčšinu známych poskytovateľov.
Nastavenie FairEmail je veľmi jednoduché. Potrebujete pridať aspoň jeden účet pre príjem e-mailov a aspoň jednu identitu ak chcete odosielať e-maily. The quick setup will add an account and an identity in one go for most providers.
## Požiadavky
@ -8,33 +8,33 @@ Internetové pripojenie je potrebné pre nastavenie účtov a identít.
## Rýchle nastavenie
Len vložte vaše meno, e-mailovú adresu a heslo a stlačte *Pokračovať*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Toto bude fungovať pre väčšinu známych e-mailových poskytovateľov.
This will work for most email providers.
Ak rýchle nastavenie nefunguje, budete potrebovať nastaviť účet a identitu iným spôsobom, viď nižšie pre postup.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Nastaviť účet - pre príjem e-mailov
Pre pridanie účtu, klepnite na *Spravovať účty* a klepnite na oranžové tlačidlo *Pridať* v dolnej časti. Zvoľte si poskytovateľa zo zoznamu, vložte používateľské meno, ktoré je väčšinou vaša e-mailová adresa a zadajte heslo. Klepnite na *Skontrolovať* aby sa mohol FairEmail pripojiť do e-mailového serveru a vyzdvihnúť zoznam systémových priečinkov. Po skontrolovaní voľby systémového priečinka môžete pridať účet klepnutím na *Uložiť*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Zvoľte si poskytovateľa zo zoznamu, vložte používateľské meno, ktoré je väčšinou vaša e-mailová adresa a zadajte heslo. Klepnite na *Skontrolovať* aby sa mohol FairEmail pripojiť do e-mailového serveru a vyzdvihnúť zoznam systémových priečinkov. Po skontrolovaní voľby systémového priečinka môžete pridať účet klepnutím na *Uložiť*.
Ak váš poskytovateľ nie je na zozname poskytovateľov, zvoľte *Vlastný*. Vložte názov domény, napríklad *gmail.com* a klepnite na *Získať nastavenia*. Ak váš poskytovateľ podporuje [automatické objavenie](https://tools.ietf.org/html/rfc6186), FairEmail vyplní názov hostiteľa a číslo portu, inak skontrolujte návod na nastavenie vášho poskytovateľa pre správny názov hostiteľa IMAP, číslo portu a protokol (SSL/TLS alebo STARTTLS). Pre viac informácií, pozrite [tu](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Vložte názov domény, napríklad *gmail.com* a klepnite na *Získať nastavenia*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Pre viac informácií, pozrite [tu](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Nastaviť identitu - pre odosielanie e-mailov
Podobne, pre pridanie identity, klepnite na *Spravovať účty* a klepnite na oranžové tlačidlo *Pridať* v dolnej časti. Vložte meno, ktoré sa má zobrazovať v adresnom poli "Od:" v e-mailoch, ktoré pošlete a zvoľte si pripojený účet. Klepnite na *Uložiť* pre uloženie identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Vložte meno, ktoré sa má zobrazovať v adresnom poli "Od:" v e-mailoch, ktoré pošlete a zvoľte si pripojený účet. Klepnite na *Uložiť* pre uloženie identity.
Ak bol účet nastavovaný ručne, pravdepodobne budete tiež musieť nastaviť identitu manuálne. Vložte názov domény, napríklad *gmail.com* a klepnite na *Získať nastavenia*. Ak váš poskytovateľ podporuje [automatické objavenie](https://tools.ietf.org/html/rfc6186), FairEmail vyplní názov hostiteľa a číslo portu, inak skontrolujte návod na nastavenie vášho poskytovateľa pre správny názov hostiteľa IMAP, číslo portu a protokol (SSL/TLS alebo STARTTLS).
Ak bol účet nastavovaný ručne, pravdepodobne budete tiež musieť nastaviť identitu manuálne. Vložte názov domény, napríklad *gmail.com* a klepnite na *Získať nastavenia*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Viď [tieto často kladené otázky](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) o používaní aliasov.
## Udeliť povolenia - pre prístup ku kontaktným informáciám
Pre hľadanie e-mailových adries, zobrazenie fotografií kontaktov, atď., musíte FairEmailu udeliť oprávnenie pre čítanie kontaktov. Len klepnite na *Udeliť povolenia* a vyberte *Povoliť*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Nastaviť optimalizáciu batérie - pre neustály príjem e-mailov
Na nedávnych verziách Androidu, systém uspí aplikácie pri zhasnutí obrazovky na dlhšiu dobu pre zníženie spotreby batérie. Ak chcete prijímať nové e-maily bez oneskorenia, mali by ste zakázať optimalizáciu batérie pre FairEmail. Klepnite na *Zakázať optimalizáciu batérie* a nasledujte postup.
Na nedávnych verziách Androidu, systém uspí aplikácie pri zhasnutí obrazovky na dlhšiu dobu pre zníženie spotreby batérie. Ak chcete prijímať nové e-maily bez oneskorenia, mali by ste zakázať optimalizáciu batérie pre FairEmail. Tap *Manage* and follow the instructions.
## Otázky alebo problémy

View File

@ -1,6 +1,6 @@
# Pomoč za nastavitev
Nastavitev FairEmaila je dokaj enostavna. Dodati boste morali vsaj en račun za prejemanje e-pošte in vsaj eno identiteto, če želite pošiljati e-pošto. Hitra nastavitev bo dodala račun in identiteto v enem koraku za vse glavne ponudnike.
Nastavitev FairEmaila je dokaj enostavna. Dodati boste morali vsaj en račun za prejemanje e-pošte in vsaj eno identiteto, če želite pošiljati e-pošto. The quick setup will add an account and an identity in one go for most providers.
## Zahteve
@ -8,33 +8,33 @@ Za nastavitev računov in identitet je zahtevana internetna povezava.
## Hitra nastavitev
Vnesite ime, e-poštni naslov in geslo, in se dotaknite *Pojdi*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
To bo delovalo za vse glavne e-poštne ponudnike.
This will work for most email providers.
Če hitra nastavitev ne deluje, boste morali račun in identiteto nastaviti na drug način. Glejte spodaj za navodila.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Nastavite račun - za prejemanje pošte
Za dodajanje računa se dotaknite *Upravljaj z računi* in se spodaj dotaknite oranžnega gumba *Dodaj*. S seznama izberite ponudnika, vnesite uporabniško ime, ki je običajno vaše e-poštni naslov, in vnesite geslo. Dotaknite se *Preveri*, da FairEmailu omogočite povezavo z e-poštnim strežnikom in pridobitev seznama sistemskih map. Po pregledu izbire sistemskih map lahko račun dodate tako, da se dotaknete *Shrani*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). S seznama izberite ponudnika, vnesite uporabniško ime, ki je običajno vaše e-poštni naslov, in vnesite geslo. Dotaknite se *Preveri*, da FairEmailu omogočite povezavo z e-poštnim strežnikom in pridobitev seznama sistemskih map. Po pregledu izbire sistemskih map lahko račun dodate tako, da se dotaknete *Shrani*.
Če vašega ponudnika ni na seznamu, izberite *Po meri*. Vnesite ime domene, na primer *gmail.com*, in se dotaknite *Dobi nastavitve*. Če vaš ponudnik podpira [samodejno odkrivanje](https://tools.ietf.org/html/rfc6186), bo FairEmail izpolnil ime gostitelja in število vrat. V nasprotnem primeru si za pravilno ime gostitelja IMAP, število vrat in protokol (SSL/TLS ali STARTTLS) oglejte navodila za nastavitev pri vašem ponudniku. Za več o tem glejte [tukaj](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Vnesite ime domene, na primer *gmail.com*, in se dotaknite *Dobi nastavitve*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Za več o tem glejte [tukaj](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Nastavite identiteto - za pošiljanje e-pošte
Podobno, kot za dodajanje računa, se za dodajanje identitete dotaknite *Upravljaj z identiteto* in se spodaj dotaknite oranžnega gumba *Dodaj*. Vnesite ime, ki ga želite prikazati v polju za pošiljatelja in izberite povezan račun. Dotaknite se *Shrani*, da dodate identiteto.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Vnesite ime, ki ga želite prikazati v polju za pošiljatelja in izberite povezan račun. Dotaknite se *Shrani*, da dodate identiteto.
Če ste račun ročno nastavili, boste verjetno morali ročno nastaviti tudi identiteto. Vnesite ime domene, na primer *gmail.com*, in se dotaknite *Dobi nastavitve*. Če vaš ponudnik podpira [samodejno odkrivanje](https://tools.ietf.org/html/rfc6186), bo FairEmail izpolnil ime gostitelja in število vrat. V nasprotnem primeru si za pravilno ime gostitelja SMTP, število vrat in protokol (SSL/TLS ali STARTTLS) oglejte navodila za nastavitev pri vašem ponudniku.
Če ste račun ročno nastavili, boste verjetno morali ročno nastaviti tudi identiteto. Vnesite ime domene, na primer *gmail.com*, in se dotaknite *Dobi nastavitve*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Glejte [ta pogosta vprašanja](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) za informacije o uporabi vzdevkov.
## Odobrite dovoljenja - za dostop do podatkov o stikih
Če želite iskati e-poštne naslove, prikazati slike stikov itd., boste morali FairEmailu odobriti dovoljenje za branje stikov. Dotaknite se *Odobri dovoljenja* in izberite *Dovoli*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Nastavite optimizacijo baterije - za neprekinjeno prejemanje e-pošte
V novejših različicah bo Android programe preklopil v spanje, kadar je zaslon za nekaj časa izklopljen, da zmanjša porabo energije. Če želite nova sporočila prejemati brez zakasnitev, onemogočite optimizacijo baterije za FairEmail. Dotaknite se *Onemogoči optimizacijo baterije* in sledite navodilom.
V novejših različicah bo Android programe preklopil v spanje, kadar je zaslon za nekaj časa izklopljen, da zmanjša porabo energije. Če želite nova sporočila prejemati brez zakasnitev, onemogočite optimizacijo baterije za FairEmail. Tap *Manage* and follow the instructions.
## Vprašanja ali težave

View File

@ -1,6 +1,6 @@
# Помоћ подешавања
Подешавање FairEmail апликације је крајње једноставно. Морате да додате бар један налог да примате поруке и бар један идентитет ако желите да их шаљете. Брзо подешавање ће за већину провајдера додати одједном и налог и идентитет.
Подешавање FairEmail апликације је крајње једноставно. Морате да додате бар један налог да примате поруке и бар један идентитет ако желите да их шаљете. The quick setup will add an account and an identity in one go for most providers.
## Захтеви
@ -8,33 +8,33 @@
## Брзо подешавање
Само унесите Ваше име, е-мејл адресу и лозинку и кликните *Напред*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Ово ће радити за већину провајдера.
This will work for most email providers.
Ако брзо подешавање не ради, можете подесити налог и идентетит на други начин, видите испод за упутства.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Подесите налог - да примате поруке
Да додате налог, кликните *Управљање налозима* и кликните на наранџасто *додај* дугме на дну. Одаберите провајдера са листе, унесите корисничко име, што је обично Ваша е-мејл адреса и унесите лозинку. Кликните *Провери* да пустите FairEmail да проба да се повеже на е-мејл сервер и дохвати листу системских фасцикли. После одабира системских фасцикли, можете додати налог кликом на *Сачувај*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Одаберите провајдера са листе, унесите корисничко име, што је обично Ваша е-мејл адреса и унесите лозинку. Кликните *Провери* да пустите FairEmail да проба да се повеже на е-мејл сервер и дохвати листу системских фасцикли. После одабира системских фасцикли, можете додати налог кликом на *Сачувај*.
Ако Ваш провајдер није на листи провајдера, одаберите *Произвољни*. Унесите име домена, нпр. *gmail.com* и кликните *Дохвати поставке*. Ако Ваш провајдер подржава [ауто-откривање](https://tools.ietf.org/html/rfc6186), FairEmail ће попунити име домаћина и број порта, а у супротном проверите упутства за подешавање Вашег провајдера за право име IMAP домаћина, број порта и протокол (SSL/TLS или STARTTLS). За више о овоме, погледајте [овде](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Унесите име домена, нпр. *gmail.com* и кликните *Дохвати поставке*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). За више о овоме, погледајте [овде](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Подесите идентитет - да шаљете поруке
Слично, да подесите идентитет, кликните *Управљање идентитетима* и кликните на наранџасто *додај* дугме на дну. Унесите име које желите да се појављује када други виде Ваш е-мејл и одаберите повезани налог. Кликните *Сачувај* да додате идентитет.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Унесите име које желите да се појављује када други виде Ваш е-мејл и одаберите повезани налог. Кликните *Сачувај* да додате идентитет.
Ако је налог ручно подешен, вероватно ћете требати да подесите и идентитет ручно. Унесите име домена, нпр. *gmail.com* и кликните *Дохвати поставке*. Ако Ваш провајдер подржава [ауто-откривање](https://tools.ietf.org/html/rfc6186), FairEmail ће попунити име домаћина и број порта, а у супротном проверите упутства за подешавање Вашег провајдера за право име SMTP домаћина, број порта и протокол (SSL/TLS или STARTTLS).
Ако је налог ручно подешен, вероватно ћете требати да подесите и идентитет ручно. Унесите име домена, нпр. *gmail.com* и кликните *Дохвати поставке*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Погледајте [често постављана питања](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) око коришћења алијаса.
## Одобрите овлашћења - да приступите информацијама о контактима
Ако желите да повежете адресу е-поште, да Вам се приказују слике контаката итд., морате одобрити право на читање контаката за FairEmail апликацију. Само кликните *Одобри овлашћења* и одаберите *Дозволи*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Подесите оптимизацију батерије - да стално примате е-мејлове
На скорашњим верзијама Андроида, апликација ће бити стављене у режим спавања ако је екран угашен неко време да би се смањила потрошња батерије. Ако желите да примате нове поруке без задршке, треба да искључите оптимизацију батерије за FairEmail апликацију. Кликните *Искључи оптимизацију батерије* и пратите упутства.
На скорашњим верзијама Андроида, апликација ће бити стављене у режим спавања ако је екран угашен неко време да би се смањила потрошња батерије. Ако желите да примате нове поруке без задршке, треба да искључите оптимизацију батерије за FairEmail апликацију. Tap *Manage* and follow the instructions.
## Имате питања или проблем

View File

@ -1,6 +1,6 @@
# Hjälp med installation
Att ställa in FairEmail är ganska enkelt. Du måste lägga till minst ett konto för att få e-post och minst en identitet om du vill skicka e-post. Snabbinstallationen kommer att lägga till ett konto och en identitet på en gång för de flesta stora leverantörer.
Att ställa in FairEmail är ganska enkelt. Du måste lägga till minst ett konto för att få e-post och minst en identitet om du vill skicka e-post. The quick setup will add an account and an identity in one go for most providers.
## Krav
@ -8,33 +8,33 @@ En Internetanslutning krävs för att ställa in konton och identiteter.
## Snabbinstallation
Skriv bara in ditt namn, e-postadress och lösenord och tryck på *Kör*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Detta kommer att fungera för de flesta stora e-postleverantörer.
This will work for most email providers.
Om snabbinstallationen inte fungerar måste du konfigurera ett konto och en identitet på ett annat sätt, se nedan för instruktioner.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Ställ in konto - för att ta emot e-post
Om du vill lägga till ett konto trycker du på *Hantera konton* och trycker på den orange knappen *lägg till* längst ner. Välj en leverantör från listan, ange användarnamnet, vilket är mestadels din e-postadress och ange ditt lösenord. Tryck på *Kontrollera* för att låta FairEmail ansluta till e-postservern och hämta en lista över systemmappar. Efter att ha granskat valet av systemmapp kan du lägga till kontot genom att trycka på *Spara*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Välj en leverantör från listan, ange användarnamnet, vilket är mestadels din e-postadress och ange ditt lösenord. Tryck på *Kontrollera* för att låta FairEmail ansluta till e-postservern och hämta en lista över systemmappar. Efter att ha granskat valet av systemmapp kan du lägga till kontot genom att trycka på *Spara*.
Om din leverantör inte finns i listan över leverantörer väljer du *Anpassad*. Ange domännamnet, till exempel *gmail.com* och tryck på *Hämta inställningar*. Om din leverantör stödjer [automatisk upptäckt](https://tools.ietf.org/html/rfc6186), fyller FairEmail i värdnamnet och portnumret, annars kontrollerar du installationsinstruktionerna för din leverantör för rätt IMAP-värdnamn, portnummer och protokoll (SSL/TLS eller STARTTLS). För mer information om detta, vänligen se [här](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Ange domännamnet, till exempel *gmail.com* och tryck på *Hämta inställningar*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). För mer information om detta, vänligen se [här](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Ställ in identitet - för att skicka e-post
På samma sätt trycker du på *Hantera identitet* om du vill lägga till en identitet och trycker på den orange knappen *lägg till* längst ner. Ange det namn du vill visa i de från adressen till de e-postmeddelanden du skickar och välj ett länkat konto. Tryck på *Spara* för att lägga till identiteten.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Ange det namn du vill visa i de från adressen till de e-postmeddelanden du skickar och välj ett länkat konto. Tryck på *Spara* för att lägga till identiteten.
Om kontot konfigurerades manuellt behöver du troligen också konfigurera identiteten manuellt. Ange domännamnet, till exempel *gmail.com* och tryck på *Hämta inställningar*. Om din leverantör stödjer [automatisk upptäckt](https://tools.ietf.org/html/rfc6186), fyller FairEmail i värdnamnet och portnumret, annars kontrollerar du installationsinstruktionerna för din leverantör för rätt SMTP-värdnamn, portnummer och protokoll (SSL/TLS eller STARTTLS).
Om kontot konfigurerades manuellt behöver du troligen också konfigurera identiteten manuellt. Ange domännamnet, till exempel *gmail.com* och tryck på *Hämta inställningar*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Se [Vanliga frågor](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) om hur du använder alias.
## Bevilja behörigheter - för att få tillgång till kontaktinformation
Om du vill slå upp e-postadresser, att kontaktfoton visas, o.s.v, måste du bevilja tillstånd för läsning av kontakter av FairEmail. Tryck bara på *Bevilja behörigheter* och välj *Tillåt*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Ställ in batterioptimeringar - för att kontinuerligt ta emot e-post
På de senaste Android-versionerna kommer Android att sätta appar i viloläge när skärmen är avstängd under en tid för att minska batterianvändningen. Om du vill ta emot nya e-postmeddelanden utan förseningar bör du inaktivera batterioptimeringar för FairEmail. Tryck på *Inaktivera batterioptimeringar* och följ instruktionerna.
På de senaste Android-versionerna kommer Android att sätta appar i viloläge när skärmen är avstängd under en tid för att minska batterianvändningen. Om du vill ta emot nya e-postmeddelanden utan förseningar bör du inaktivera batterioptimeringar för FairEmail. Tap *Manage* and follow the instructions.
## Frågor eller problem

View File

@ -0,0 +1,41 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
An internet connection is required to set up accounts and identities.
## Quick setup
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most email providers.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems
If you have a question or problem, please [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for help.

View File

@ -1,6 +1,6 @@
# Kurulum yardımı
FairEmail'i kurmak oldukça basittir. E-posta almak için en az bir hesap, e-posta göndermek istiyorsanız en az bir kimlik eklemeniz gerekir. Hızlı kurulum, çoğu büyük sağlayıcı için tek seferde bir hesap ve bir kimlik ekleyecektir.
FairEmail'i kurmak oldukça basittir. E-posta almak için en az bir hesap, e-posta göndermek istiyorsanız en az bir kimlik eklemeniz gerekir. The quick setup will add an account and an identity in one go for most providers.
## Gereksinimler
@ -8,33 +8,33 @@ Hesapları ve kimlikleri ayarlamak için bir internet bağlantısı gereklidir.
## Hızlı Kurulum
Sadece adınızı, e-posta adresinizi ve parolanızı girin ve *Devam* 'a dokunun.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
Bu, birçok büyük e-posta sağlayıcısı için işe yarar.
This will work for most email providers.
Hızlı kurulum işe yaramazsa, başka bir şekilde bir hesap ve kimlik kurmanız gerekir, yönergeler için aşağıya bakın.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Hesap kurulumu - e-posta almak için
Bir hesap eklemek için *Hesapları yönet* ve alttaki turuncu *ekle* düğmesine dokunun. Listeden bir sağlayıcı seçin, çoğunlukla e-posta adresiniz olan kullanıcı adını ve şifrenizi girin. FairEmail'in e-posta sunucusuna bağlanmasını ve sistem klasörlerinin bir listesini almasını sağlamak için *Denetle* düğmesine dokunun. Sistem klasörü seçimini inceledikten sonra *Kaydet* düğmesine dokunarak hesabı ekleyebilirsiniz.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Listeden bir sağlayıcı seçin, çoğunlukla e-posta adresiniz olan kullanıcı adını ve şifrenizi girin. FairEmail'in e-posta sunucusuna bağlanmasını ve sistem klasörlerinin bir listesini almasını sağlamak için *Denetle* düğmesine dokunun. Sistem klasörü seçimini inceledikten sonra *Kaydet* düğmesine dokunarak hesabı ekleyebilirsiniz.
Eğer e-posta sağlayıcınız listede yoksa *Özel*'i seçin. Alan adını girin, örneğin *gmail.com* ve *Ayarları al* düğmesine dokunun. Eğer sağlayıcınız [otomatik tanıma](https://tools.ietf.org/html/rfc6186)'yı destekliyorsa FairEmail, ana bilgisayar adını ve bağlantı noktası numarasını dolduracak. Ayrıca doğru IMAP ana bilgisayar adı, bağlantı noktası numarası ve protokolü (SSL / TLS veya STARTTLS) için sağlayıcınızın kurulum yönergelerini inceleyin. Bunun hakkında daha fazlası için lütfen [burada](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts)'ya bakın.
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Alan adını girin, örneğin *gmail.com* ve *Ayarları al* düğmesine dokunun. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Bunun hakkında daha fazlası için lütfen [burada](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts)'ya bakın.
## Kimlik kurulumu - e-posta göndermek için
Benzer şekilde, bir kimlik eklemek için *Hesabı yönet* ve alttaki turuncu *ekle* düğmesine dokunun. Göndermek istediğiniz e-posta adresinden karşıda görünmesini istediğiniz adı girin ve bağlı bir hesap seçin. Kimliği eklemek için *Kaydet*'e dokunun.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Göndermek istediğiniz e-posta adresinden karşıda görünmesini istediğiniz adı girin ve bağlı bir hesap seçin. Kimliği eklemek için *Kaydet*'e dokunun.
Hesap elle yapılandırıldıysa, kimliği de elle yapılandırmanız gerekir. Alan adını girin, örneğin *gmail.com* ve *Ayarları al* düğmesine dokunun. Eğer sağlayıcınız [otomatik tanıma](https://tools.ietf.org/html/rfc6186)'yı destekliyorsa FairEmail, ana bilgisayar adını ve bağlantı noktası numarasını dolduracak. Ayrıca doğru IMAP ana bilgisayar adı, bağlantı noktası numarası ve protokolü (SSL / TLS veya STARTTLS) için sağlayıcınızın kurulum yönergelerini inceleyin.
Hesap elle yapılandırıldıysa, kimliği de elle yapılandırmanız gerekir. Alan adını girin, örneğin *gmail.com* ve *Ayarları al* düğmesine dokunun. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
Takma ad kullanma hakkında [bu SSS](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9)'a bakın.
## Verilen izinler - kişi bilgilerine erişmek için
E-posta adreslerine bakmak, kişi fotoğraflarını göstermek vs. istiyorsanız, FairEmail'e kişileri okuma izni vermeniz gerekir. Sadece *Verilen izinler*'e dokunun ve *İzin ver*'i seçin.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Pil eniyileştirme ayarları - sürekli e-posta almak için
Son Android sürümlerinde batarya kullanımını azaltmak için ekran bir süre kapalı kaldığında uygulamalar uyku moduna geçer. Gecikmesiz yeni e-postalar almak istiyorsanız, FairEmail için pil eniyileştirmelerini devre dışı bırakmalısınız. *Pil eniyileştirmeleri devre dışı* düğmesine dokunun ve yönergeleri izleyin.
Son Android sürümlerinde batarya kullanımını azaltmak için ekran bir süre kapalı kaldığında uygulamalar uyku moduna geçer. Gecikmesiz yeni e-postalar almak istiyorsanız, FairEmail için pil eniyileştirmelerini devre dışı bırakmalısınız. Tap *Manage* and follow the instructions.
## Sorular veya sorunlar

View File

@ -1,41 +1,41 @@
# Setup help
# Довідка з налаштування
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Налаштування FairEmail досить просте. Вам потрібно буде додати принаймні один обліковий запис для отримання електронної пошти та принаймні одну особу, якщо ви хочете надіслати електронну пошту. The quick setup will add an account and an identity in one go for most providers.
## Requirements
## Вимоги
An internet connection is required to set up accounts and identities.
Для налаштування облікових записів та ідентифікаційних даних потрібне з’єднання з Інтернетом.
## Quick setup
## Швидке налаштування
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
## Налаштування облікового запису - для отримання електронної пошти
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Виберіть постачальника зі списку, введіть ім’я користувача, яке в основному є вашою адресою електронної пошти, і введіть пароль. Натисніть * Перевірити *, щоб дозволити FairEmail підключитися до сервера електронної пошти та отримати список системних папок. Переглянувши вибір системної папки, ви можете додати обліковий запис, натиснувши * Зберегти *.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Введіть ім'я домену, наприклад * gmail.com *, і торкніться * Отримати налаштування *. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Докладніше про це див. [ тут ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
## Встановити ідентифікатор - для надсилання електронного листа
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Введіть ім’я, яке потрібно відобразити в адресі електронної пошти, яку ви надсилаєте, і виберіть пов’язаний обліковий запис. Торкніться * Зберегти *, щоб додати особу.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
Якщо обліковий запис було налаштовано вручну, вам, ймовірно, також потрібно налаштувати ідентифікатор вручну. Введіть ім'я домену, наприклад * gmail.com *, і торкніться * Отримати налаштування *. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
Див. [ це поширене запитання ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) про використання псевдонімів.
## Grant permissions - to access contact information
## Надати дозволи - для доступу до контактної інформації
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
## Налаштування оптимізації батареї - для постійного отримання електронних листів
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
В останніх версіях Android Android переводить програми в режим сну, коли екран на якийсь час вимкнено, щоб зменшити споживання батареї. Якщо ви хочете отримувати нові електронні листи без затримок, слід відключити оптимізацію батареї для FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems
## Запитання чи Проблеми
If you have a question or problem, please [see here](https://github.com/M66B/FairEmail/blob/master/FAQ.md) for help.
Якщо у вас є питання чи проблема, [ див. Тут ](https://github.com/M66B/FairEmail/blob/master/FAQ.md) за допомогою.

View File

@ -1,6 +1,6 @@
# Setup help
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers.
Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most providers.
## Requirements
@ -8,33 +8,33 @@ An internet connection is required to set up accounts and identities.
## Quick setup
Just enter your name, email address and password and tap *Go*.
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
This will work for most major email providers.
This will work for most email providers.
If the quick setup doesn't work, you'll need to setup an account and an identity in another way, see below for instructions.
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## Set up account - to receive email
To add an account, tap *Manage accounts* and tap the orange *add* button at the bottom. Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions.
## Questions or problems

View File

@ -1,6 +1,6 @@
# 设置帮助
设置 FairEmail 相当简单。 要想发送邮件,您需要至少添加一个接收邮件的账户以及至少一个身份。 快速设置可一次性为大多数主要电邮服务提供商添加一个账户和一个身份。
设置 FairEmail 相当简单。 要想发送邮件,您需要至少添加一个接收邮件的账户以及至少一个身份。 快速设置可一口气为大多数主要电邮服务提供商添加一个账户和一个身份。
## 要求
@ -8,33 +8,33 @@
## 快速设置
只需输入您的姓名、电子邮件地址和密码,并点击*跳转到*
只需选择合适的提供商或 *其他提供商*输入您的姓名、电子邮件地址和密码,然后点击 *检查*
对大多数主要的电子邮件服务供应商行之有效
适用于大多数电子邮件服务供应商
如果快速设置不起作用,您需要以另一种方式设置一个帐户和身份,见下文说明。
如果快速设置不起作用,您需要手动设置一个帐户和身份,见下文说明。
## 设置帐户 - 接收电子邮件
要添加一个帐户,点击*管理帐户*并点击底部橙色的 *添加*按钮。 从列表中选择一个供应商,输入用户名,大多为您的电子邮件地址,并输入您的密码。 点击 *检查* 让FairEmail连接到电子邮件服务器并获取系统文件夹列表。 在检查过系统文件夹选择后,您可以通过点击 *保存*添加账户。
要添加一个账户,点击*手动设置和更多选项*,点击*账户*,再点击底部的'加号'按钮并选择 IMAP (或 POP3)。 从列表中选择一个供应商,输入用户名,大多为您的电子邮件地址,并输入您的密码。 点击 *检查* 让FairEmail连接到电子邮件服务器并获取系统文件夹列表。 在检查过系统文件夹选择后,您可以通过点击 *保存*添加账户。
如果您的提供商不在名单中,请选择 *自定义*。 输入域名,例如 *gmail.com*,并点击*获取设置*。 如果你的供应商支持 [自动发现](https://tools.ietf.org/html/rfc6186)FairEmail将填写主机名和端口号请您查IMAP主机名、端口号和协议(SSL/TLS 或 STARTLS)是否正确。 关于这一问题的更多内容,请见[此处](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts)。
如果你的提供商不在供应商列表中 (有数千个提供商),请选择 *自定义*。 输入域名,例如 *gmail.com*,并点击*获取设置*。 如果你的供应商支持 [自动发现](https://tools.ietf.org/html/rfc6186)FairEmail 将填写主机名和端口号,否则,请您查看供应商的安装说明获取正确的 IMAP 主机名、端口号和加密协议 (SSL/TLS 或 STARTTLS)。 关于这一问题的更多内容,请见[此处](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts)。
## 设置身份 - 发送电子邮件
类似的,要添加一个帐户,点击*管理身份*并点击底部橙色的 *添加*按钮。 输入您想要在您发送的电子邮件的发件人一栏中出现的名称,并选择一个链接的帐户。 点击 *保存* 来添加身份。
类似地,要添加一个身份,点击 *手动设置和更多选项*,点击*身份*,再点击底部的'加号'按钮。 输入您想要在您发送的电子邮件的发件人一栏中出现的名称,并选择一个链接的帐户。 点击 *保存* 来添加身份。
如果手动配置了帐户,您也可能需要手动配置身份。 输入域名,例如 *gmail.com*并点击*获取设置*。 如果你的供应商支持 [自动发现](https://tools.ietf.org/html/rfc6186)FairEmail将填写主机名和端口号请您检查SMTP主机名、端口号和协议(SSL/TLS 或 STARTLS)是否正确
如果手动配置了帐户,您也可能需要手动配置身份。 输入域名,例如 *gmail.com*并点击*获取设置*。 如果你的供应商支持 [自动发现](https://tools.ietf.org/html/rfc6186)FairEmail 将填写主机名和端口号,否则,请您查看供应商的安装说明获取正确的 IMAP 主机名、端口号和加密协议 (SSL/TLS 或 STARTTLS)
有关使用邮件别名,请参阅此 [FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9)
## 授予权限-访问联系人信息
如果您想要查找邮件地址、显示联系人照片等,您需要授予 FairEmail 读取联系人的权限。 只需点击 *授权*并选择 *允许*
如果您想要查找邮件地址、显示联系人照片等,您需要授予 FairEmail 读取联系人信息的权限。 只需点击 *授权*并选择 *允许*
## 设置电池优化 - 持续接收电子邮件
在最近的 Android 版本中,当屏幕关闭一段时间后,系统会让应用进入休眠状态减少电池使用。 如果您希望在无延迟地接收新邮件您应该禁用针对FairEmail的电量优化。 点击*禁用电池优化*并遵循指示
在最近的 Android 版本中,当屏幕关闭一段时间后,系统会让应用进入休眠状态减少电池使用。 如果您希望在无延迟地接收新邮件您应该禁用针对FairEmail的电量优化。 点击 *管理* 并按照说明操作
## 疑问或问题

View File

@ -1,6 +1,6 @@
# 設定說明
設定FairEmail相當簡單。 你需要新增至少一個帳號來接收電子郵件,如果想要寄電子郵件則需要新增至少一個身分。 這個快速設定將會新增一個適用於大部分電子郵件服務商的帳戶和身分。
設定FairEmail相當簡單。 你需要新增至少一個帳號來接收電子郵件,如果想要寄電子郵件則需要新增至少一個身分。 The quick setup will add an account and an identity in one go for most providers.
## 需求
@ -8,33 +8,33 @@
## 快速設定
只需要輸入你的名字、電子郵件地址和密碼然後按一下*Go*。
Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
這將適用於大部分的電子郵件服務商。
This will work for most email providers.
如果快速設定失敗,你則需要用其他方法來設定帳戶和身分,請看以下說明。
If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
## 設定帳戶以接收電子郵件
若要增加一個帳戶,按一下*帳戶管理*然後點一下位於下方的橘色*新增*按鈕。 Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*.
To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). 從列表中選擇一個提供商,輸入用戶名(主要是您的電子郵件地址)並輸入密碼。 點擊*檢查*以使FairEmail連接到電子郵件服務器並獲取系統文件夾列表。 查看系統文件夾選擇後,您可以通過點擊*保存*添加帳戶。
If your provider is not in the list of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right IMAP hostname, port number and protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
If your provider is not in the list of providers (there are thousands of providers), select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
## Set up identity - to send email
## 設置顯示名稱 - 寄送電子郵件
Similarly, to add an identity, tap *Manage identity* and tap the orange *add* button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity.
Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. 輕觸 *保存* 完成新增顯示名稱。
If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the hostname and port number, else check the setup instructions of your provider for the right SMTP hostname, port number and protocol (SSL/TLS or STARTTLS).
如果帳號為手動設定,您也需要手動設定顯示名稱。 輸入網域名稱,例如 *gmail.com* 之後輕觸 *設定*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases.
## Grant permissions - to access contact information
## 取得權限 - 存取聯絡人資訊
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant read contacts permission to FairEmail. Just tap *Grant permissions* and select *Allow*.
If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
## Setup battery optimizations - to continuously receive emails
## 關閉電池效能最佳化 - 持續接收電子郵件
On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Disable battery optimizations* and follow the instructions.
在近期Android版本中為了減少電池使用量Android在關閉螢幕後有時會使應用程式進入睡眠。 如果您想要實時接收新電子郵件通知您應關閉FailEmail的電池最佳化設定。 Tap *Manage* and follow the instructions.
## 問題

View File

@ -926,6 +926,7 @@
<string name="title_attachment_keywords">вкладені, вкладення, вкладення, включене</string>
<string name="title_attachment_reminder">Ви мали намір додати вкладення?</string>
<string name="title_plain_reminder">Все форматування буде втрачено</string>
<string name="title_dsn_reminder">Постійні, або жорсткі, відмови від повідомлень про стан доставлення шкодять репутації оригінальному відправнику електронної пошти!</string>
<string name="title_size_reminder">Розмір повідомлення (%1$s) більше за ліміт встановлений сервером (%2$s)</string>
<string name="title_attachments_missing">Не всі вкладення завантажено</string>
<string name="title_dialog_hint">Це діалогове вікно може бути знову ввімкнено через меню трьох крапок в верхній панелі дій</string>

View File

@ -613,165 +613,165 @@ Beskedtekster/vedhæftninger, som skal krypteres/er dekrypterede gemmes kun loka
**Vigtigt**: OpenKeychain-appen er kendt for at gå ned (upåagtet), når den kaldende app (FairEmail) endnu ikke er godkendt og får en eksisterende offentlig nøgle. Dette kan løses ved at prøve at sende en signeret/krypteret besked til en afsender med en ukendt offentlig nøgle.
**Important**: if the OpenKeychain app cannot find a key (anymore), you might need to reset a previously selected key. This can be done by long pressing an identity in the list of identities (Settings, tap Manual setup and more options, tap Identities).
**Vigtigt**: Kan OpenKeychain-appen ikke finde en nøgle (længere), skal den tidligere valgt nøgle muligvis nulstilles. Dette kan gøres via at langt tryk på en identitet i identitetslisten (Indstillinger, Manuel opsætning, flere valg, Identiteter).
**Important**: to let apps like FairEmail reliably connect to the OpenKeychain service to encrypt/decrypt messages, it might be necessary to disable battery optimizations for the OpenKeychain app.
**Vigtigt**: For at lade en app som FairEmail forbinde pålideligt til OpenKeychain-tjenesten for at kryptere/dekryptere beskeder, kan deaktivering af batterioptimering for OpenKeychain-appen være nødvendig.
**Important**: the OpenKeychain app reportedly needs contacts permission to work correctly.
**Vigtigt**: OpenKeychain-appen har angiveligt behov for kontakttilladelse for at fungere korrekt.
**Important**: on some Android versions / devices it is necessary to enable *Show popups while running in background* in the additional permissions of the Android app settings of the OpenKeychain app. Without this permission the draft will be saved, but the OpenKeychain popup to confirm/select might not appear.
**Vigtigt**: På visse Android-versioner/-enheder er det nødvendigt at aktivere *Vis popups i baggrundstilstand * i de udvidede tilladelser i Androids app-indstillinger til OpenKeychain-appen. Uden denne tilladelse, gemmes udkastet, men OpenKeychain-popup'en til bekræftelse/valg vises muligvis ikke.
FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message.
FairEmail vil sende [Autocrypt](https://autocrypt.org/)-headeren til brug for andre e-mailklienter, men kun for signerede og krypterede beskeder, da for mange e-mailservere har problemer med den ofte lange Autocrypt-header. Bemærk, at den mest sikre måde at starte en krypteret e-mailudveksling er ved først at sende signerede beskeder. Modtagne Autocrypt-headers sendes til og lagres af OpenKeychain-appen til brug for fremtidige signaturbekræftelser eller beskeddekrypteringer.
All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys.
Al nøglehåndtering uddelegeres af sikkerhedshensyn til OpenKeychain-appen. FairEmail gemmer derfor ingen PGP-nøgler.
Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not.
Inline-krypteret PGP i modtagne beskeder understøttes, men inline PGP-signaturer og inline PGP i udgående beskeder understøttes ikke. Tjek [hér](https://josefsson.org/inline-openpgp-considered-harmful.html) ang. årsagen.
Signed-only or encrypted-only messages are not a good idea, please see here about why not:
Kun signerede eller kun krypterede beskeder er en dårlig idé. Tjek her ang. årsagen:
* [Overvejelser vedr. OpenPGP, del I](https://k9mail.github.io/2016/11/24/OpenPGP-Considerations-Part-I.html)
* [Overvejelser vedr. OpenPGP, del II](https://k9mail.github.io/2017/01/30/OpenPGP-Considerations-Part-II.html)
* [Overvejelser vedr. OpenPGP, del III, Autocrypt](https://k9mail.github.io/2018/02/26/OpenPGP-Considerations-Part-III-Autocrypt.html)
Signed-only messages are supported, encrypted-only messages are not supported.
Kun signarede beskeder understøttes, men ikke kun krypterede beskeder.
Common errors:
Almindelige fejl:
* *Ingen nøgle*: Ingen PGP-nøgle tilgængelig for en af de angivne e-mailadresser
* *Manglende krypteringsnøgle*: Der er sandsynligvis valgt en nøgle i FairEmail, der ikke længere forefindes i OpenKeychain-appen. Nulstilling af nøglen (se ovenfor) løser sandsynligvis dette problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
De(n) offentlige modtagernøgle(r) kræves ved beskedkryptering. Den private nøgle kræves ved beskedsignering.
Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/).
Private nøgler gemmes af Android og kan importeres via Androids avancerede sikkerhedsindstillinger. Der er en genvejsknap til dette under fortrolighedsindstillingerne. Android anmoder om opsætning af PIN-kode, mønster eller adgangskode, hvis dette ikke allerede er gjort. Benyttes en Nokia-enhed med Android 9, så [læs først dette](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/).
Note that certificates can contains multiple keys for multiple purposes, for example for authentication, encryption and signing. Android only imports the first key, so to import all the keys, the certificate must first be split. This is not very trivial and you are advised to ask the certificate supplier for support.
Bemærk, at certifikater kan indeholde flere nøgler til flere formål, f.eks. til godkendelse, kryptering og signering. Android importerer kun den første nøgle. For at importere alle nøgler, skal certifikatet først opdeles. Dette er ikke en almindeligt forekommende handling, så assistance fra certifikatleverandøren tilrådes.
Note that S/MIME signing with other algorithms than RSA is supported, but be aware that other email clients might not support this. S/MIME encryption is possible with symmetric algorithms only, which means in practice using RSA.
Bemærk, at S/MIME-signering med andre algoritmer end RSA understøttes, hvilket muligvis ikke gælder andre e-mailklienter. S/MIME-kryptering er kun mulig med symmetriske algoritmer, hvilket i praksis betyder brug af RSA.
The default encryption method is PGP, but the last used encryption method will be remembered for the selected identity for the next time. You might need to enable the send options in the three dots menu again to be able to select the encryption method.
Standardkrypteringsmetoden er PGP, men den sidst anvendte krypteringsmetode huskes til næste gang for den valgte identitet. Det kan være nødvendigt igen at aktivere Send-mulighederne i trepriksmenuen for at kunne vælge krypteringsmetode.
To allow different private keys for the same email address, FairEmail will always let you select a key when there are multiple identities with the same email address for the same account.
For at tillade forskellige private nøgler til samme e-mailadresse, giver FairEmail altid mulighed for valg af nøgle i tilfælde af flere identiteter til samme e-mailadresse for samme konto.
Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format).
Offentlige nøgler gemmes af FairEmail og kan importeres ifm. førstegangsbekræftelse af en signatur eller via fortrolighedsindstillingerne (PEM- eller DER-format).
FairEmail verifies both the signature and the complete certificate chain.
FairEmail foretager bekræftelse af både signaturen og den komplette certifikatkæde.
Common errors:
Almindelige fejl:
* *Intet certifikat fundet, der matcher targetContraints*: Dette betyder sandsynligvis, at en gammel version af FairEmail benyttes
* *kunne ikke finde en gyldig certificeringssti til det anmodede mål*: Dette betyder grundlæggende, at der ikke blev fundet en eller flere mellem- eller rodcertifikater
* *Privat nøgle matcher ikke nogle krypteringsnøgler*: Den valgte nøgle kan ikke anvendes til beskeddekrypteringen, da den sandsynligvis ikke er den korrekte nøgle
* *Ingen privat nøgle*: Intet certifikat er valgt eller intet certifikat var tilgængeligt i Android-nøglelageret
In case the certificate chain is incorrect, you can tap on the little info button to show the all certificates. After the certificate details the issuer or "selfSign" is shown. A certificate is self signed when the subject and the issuer are the same. Certificates from a certificate authority (CA) are marked with "[keyCertSign](https://tools.ietf.org/html/rfc5280#section-4.2.1.3)". Certificates found in the Android key store are marked with "Android".
Er certifikatkæden forkert, kan alle certifikater vises med et tryk på den lille infoknap. Efter certifikatoplysninger fremgår udstederen eller "selfSign". Er certifikat er selvsigneret, når både emne og udsteder er identiske. Certifikater fra en certifikatmyndighed (CA) er mærket "[keyCertSign](https://tools.ietf.org/html/rfc5280#section-4.2.1.3)". Certifikater i Android-nøglelageret er markeret "Android".
A valid chain looks like this:
En gyldig kæde ser således ud:
```
Dit certifikat > nul eller flere mellemliggende certifikater > CA (root) certifikat markeret med "Android"
```
Note that a certificate chain will always be invalid when no anchor certificate can be found in the Android key store, which is fundamental to S/MIME certificate validation.
Bemærk, at en certifikatkæde altid er ugyldig, hvis intet ankercertifikat findes i Android-nøglelageret, hvilket er fundamentalt for S/MIME-certifikatbekræftelse.
Please see [here](https://support.google.com/pixelphone/answer/2844832?hl=en) how you can import certificates into the Android key store.
Tjek [hér](https://support.google.com/pixelphone/answer/2844832?hl=en), hvordan certifikater kan importeres til Android-nøglelageret.
The use of expired keys, inline encrypted/signed messages and hardware security tokens is not supported.
Brug af udløbne nøgler, inline-krypterede/signerede beskeder samt hardwaresikkerhedstokens er uunderstøttet.
If you are looking for a free (test) S/MIME certificate, see [here](http://kb.mozillazine.org/Getting_an_SMIME_certificate) for the options. Please be sure to [read this first](https://davidroessli.com/logs/2019/09/free-smime-certificates-in-2019/#update20191219) if you want to request an S/MIME Actalis certificate. If you are looking for a cheap S/MIME certificate, I had a good experience with [Certum](https://www.certum.eu/en/smime-certificates/).
Søges et gratis (test) S MIME-certifikat, tjek [hér](http://kb.mozillazine.org/Getting_an_SMIME_certificate) for muligheder. Husk [først at læse dette](https://davidroessli.com/logs/2019/09/free-smime-certificates-in-2019/#update20191219) ved anmodning om et S/MIME Actalis-certifikat. Søges et billigt S/MIME-certifikat, havde udvikleren en god oplevelse med [Certum](https://www.certum.eu/en/smime-certificates/).
How to extract a public key from a S/MIME certificate:
Sådan udpakkes en offentlig nøgle fra et S/MIME-certifikat:
```
openssl pkcs12 -in filenavn.pfx/p12 -clcerts -nokeys -out cert.pem
```
You can decode S/MIME signatures, etc, [here](https://lapo.it/asn1js/).
S/MIME-signaturer mv. kan afkodes [hér](https://lapo.it/asn1js/).
S/MIME sign/encrypt is a pro feature, but all other PGP and S/MIME operations are free to use.
S/MIME-signering/-kryptering er en Pro-funktion, alle øvrige PGP- og S/MIME-operationer er dog gratis at bruge.
<br />
<a name="faq13"></a>
**(13) How does search on device/server work?**
**(13) Hvordan fungerer søgning på en enhed/server?**
You can start searching for messages on sender (from), recipient (to, cc, bcc), subject, keywords or message text by using the magnify glass in the action bar of a folder. You can also search from any app by selecting *Search email* in the copy/paste popup menu.
Beskedsøgninger efter Afsender (fra), Modtager (til, kopi, bcc), Emne, nøgleord eller beskedtekst sker vha. forstørrelsesglasset i handlingslbjælken i en mappe. Der kan også søges fra enhver app ved at vælge *Søg e-mail * i popup-menuen kopiér/indsæt.
Searching in the unified inbox will search in all folders of all accounts, searching in the folder list will search in the associated account only and searching in a folder will search in that folder only.
Søgning i den fælles indbakke udføres i alle mapper på alle konti, søgning i mappelisten udføres kun for den tilknyttede konto og søgning i en mappe udføres kun i dén mappe.
Messages will be searched for on the device first. There will be an action button with a search again icon at the bottom to continue searching on the server. You can select in which folder to continue the search.
Beskedsøgning sker først på enheden. En handlingsknap med et Søg igen-ikon vises i nederst for at fortsætte søgningen på serveren. Der kan vælges, i hvilken mappe søgningen skal fortsætte.
The IMAP protocol doesn't support searching in more than one folder at the same time. Searching on the server is an expensive operation, therefore it is not possible to select multiple folders.
IMAP-protokollen understøtter kun søgning i én mappe ad gangen. Søgning på serveren er ressourcekrævende, hvorfor flere mapper ikke kan vælges.
Searching local messages is case insensitive and on partial text. The message text of local messages will not be searched if the message text was not downloaded yet. Searching on the server might be case sensitive or case insensitive and might be on partial text or whole words, depending on the provider.
Søgning i lokale beskeder er versal/minuskel ufølsom og på deltekst. Lokale beskedtekster gennemsøges kun, hvis selve beskedteksterne er blevet downloadet. Søgning på serveren kan være både versal/minuskel følsom eller ufølsom og kan, afhængigt af udbyderen, være på deltekst eller hele ord.
Some servers cannot handle searching in the message text when there are a large number of messages. For this case there is an option to disable searching in the message text.
Visse servere kan ikke håndtere søgning i beskedtekster ifm. et stort beskedantal. I så tilfælde kan søgning i beskedteksten deaktiveres.
It is possible to use Gmail search operators by prefixing a search command with *raw:*. If you configured just one Gmail account, you can start a raw search directly on the server by searching from the unified inbox. If you configured multiple Gmail accounts, you'll first need to navigate to the folder list or the archive (all messages) folder of the Gmail account you want to search in. Please [see here](https://support.google.com/mail/answer/7190) for the possible search operators. For example:
Det er muligt at bruge Gmail-søgeoperatører vha. søgekommandopræfikset *raw:*. Er kun én Gmail-konto opsat, kan en raw søgning ske direkte på serveren ved at søge fra den fælles indbakke. Er flere Gmail-konti opsat, skal man først gå til mappelisten eller arkivmappen (alle beskeder) for den Gmail-konto, der skal gennemsøges. [Tjek hér](https://support.google.com/mail/answer/7190) ang. tilgængelige søgeoperatører. F.eks.:
`
raw:larger:10M`
Searching through a large number of messages on the device is not very fast because of two limitations:
Gennemsøgning af et stort beskedantal på enheden sker ikke særligt hurtigt grundet to begrænsninger:
* [sqlite](https://www.sqlite.org/), Androids databasemotor har en poststørrelsesbegrænsning, der forhindrer, at beskedtekster gemmes i databasen
* Android-apps får kun begrænset hukommelse at arbejde med, selv hvis enheden har masser af hukommelse til rådighed
This means that searching for a message text requires that files containing the message texts need to be opened one by one to check if the searched text is contained in the file, which is a relatively expensive process.
Det betyder, at søgning efter en beskedtekst kræver, at filer indeholdende beskedteksterne skal åbnes én efter én for at tjekke, om den søgte tekst optræder i filen, hvilket er en relativt ressourcekrævende proces.
In the *miscellaneous settings* you can enable *Build search index* to significantly increase the speed of searching on the device, but be aware that this will increase battery and storage space usage. The search index is based on words, so searching for partial text is not possible. Searching using the search index is by default AND, so searching for *apple orange* will search for apple AND orange. Words separated by commas result in searching for OR, so for example *apple, orange* will search for apple OR orange. Both can be combined, so searching for *apple, orange banana* will search for apple OR (orange AND banana). Using the search index is a pro feature.
Under *Diverse indstillinger* kan *Byg søgeindeks* aktiveres for markant at øge søgehastigheden på enheden. Det vil dog samtidig øge både strøm- og lagerpladsforbrug. Søgeindekset er baseret på ord, så deltekstssøgning er ikke muligt. Søgning vha. søgeindekset er som standard OG (AND), så søgning efter f.eks. *æble appelsin* vil søge efter både æble OG appelsin. Ord adskilt med komma resulterer i en ELLER (OR) søgning, så f.eks. *æble, appelsin* vil søge efter enten æble ELLER appelsin. Begge kan kombineres, så søgning efter f.eks. *æble, appelsin banan* vil søge efter æble ELLER (appelsin OG banan). Brug af søgeindekset er en Pro-funktion.
From version 1.1315 it is possible to use search expressions like this:
Fra version 1.1315 er det muligt at benytte søgeudtryk såsom:
```
æble +banan-kirsebær?nødder
```
This will result in searching like this:
Dette vil resultere i en søgning som denne:
```
("æble" OG "banana" OG IKKE "kirsebær") ELLER "nødder"
```
Search expressions can be used for searching on the device via the search index and for searching on the email server, but not for searching on the device without search index for performance reasons.
Søgeudtryk kan benyttes ved søgning på enheden via søgeindekset samt ved søgning på e-mailserveren, men af ydelsesårsager ikke til søgning på enheden uden søgeindeks.
Searching on the device is a free feature, using the search index and searching on the server is a pro feature.
Søgning på enheden er en gratis funktion vha. søgeindekset, mens søgning på serveren er en Pro-funktion.
<br />
<a name="faq14"></a>
**(14) How can I set up an Outlook / Live / Hotmail account?**
**(14) Hvordan opsættes en Outlook-/Live-/Hotmail-konto?**
An Outlook / Live / Hotmail account can be set up via the quick setup wizard and selecting *Outlook*.
En Outlook-/Live-/Hotmail-konto kan opsættes via hurtigopsætningsguiden ved at vælg *Outlook*.
To use an Outlook, Live or Hotmail account with two factor authentication enabled, you need to create an app password. See [here](https://support.microsoft.com/en-us/help/12409/microsoft-account-app-passwords-two-step-verification) for the details.
Anvendelse af en Outlook-, Live- eller Hotmail-konto med tofaktorgodkendelse aktiveret kræver oprettelse af en app-adgangskode. Tjek informationen [hér](https://support.microsoft.com/en-us/help/12409/microsoft-account-app-passwords-two-step-verification).
See [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for Microsoft's instructions.
Tjek Microsoft-instruktionerne [hér](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040).
For setting up an Office 365 account, please see [this FAQ](#user-content-faq156).
Tjek [denne FAQ](#user-content-faq156) vedr. Office365-kontoopsætnig.
<br />
<a name="faq15"></a>
**(15) Why does the message text keep loading?**
**(15) Hvorfor genindlæses beskedteksten hele tiden?**
The message header and message body are fetched separately from the server. The message text of larger messages is not being pre-fetched on metered connections and will be fetched on demand on expanding a message. The message text will keep loading if there is no connection to the account, see also the next question, or if there other operations, like synchronizing messages, are being executed.
Beskedhovede og -brødtekst hentes separat fra serveren. Brødteksten i større beskeder forudindlæses ikke på takserede forbindelser, men hentes efter behov, når en besked udfoldes. Beskedteksten vil fortsætte med at blive genindlæst ved manglende forbindelse til en konto. Tjek også næste spørgsmål, eller hvorvidt andre operationer, såsom beskedsynk, afvikles.
You can check the account and folder list for the account and folder state (see the legend for the meaning of the icons) and the operation list accessible via the main navigation menu for pending operations (see [this FAQ](#user-content-faq3) for the meaning of the operations).
Man kan tjekke kontoen, dens mappeliste og mappetilstand (tjek forklaringen til betydningen af ikonerne) og operationslisten, tilgængelig via hovednavigeringsmenuen, for afventende operationer (tjek [denne FAQ](#user-content-faq3) for betydningen af operationerne).
If FairEmail is holding off because of prior connectivity issues, please see [this FAQ](#user-content-faq123), you can force synchronization via the three dots menu.
Har FairEmail stoppet synk grundet forudgående konnektivitetsproblemer, så tjek [denne FAQ](#user-content-faq123). Synk kan også gennemtvinges via trepriksmenuen.
In the receive settings you can set the maximum size for automatically downloading of messages on metered connections.
I modtagelsesindstillingerne kan maksimalstørrelsen for automatisk besked-download på takserede forbindelser indstilles.
Mobile connections are almost always metered and some (paid) Wi-Fi hotspots are too.
Mobilforbindelser er typisk takserede, og det samme er visse Wi-Fi hotspots.
<br />
<a name="faq16"></a>
**(16) Why are messages not being synchronized?**
**(16) Hvorfor synkes beskeder ikke?**
Possible causes of messages not being synchronized (sent or received) are:
Mulige årsager til fejl i beskedsynk (sendte eller modtagne):
* Konto eller mappe(r) er ikke opsat til at synkronisere
* Der er indstillet for få synkroniseringsdage
@ -779,80 +779,80 @@ Possible causes of messages not being synchronized (sent or received) are:
* E-mailserveren er midlertidigt utilgængelig
* Android har stoppet synkroniseringstjenesten
So, check your account and folder settings and check if the accounts/folders are connected (see the legend in the navigation menu for the meaning of the icons).
Tjek derfor konto- og mappeindstillinger samt at konti/mapper er forbundne (tjek forklaringen i navigeringsmenuen ang. ikonbetydninger).
If there are any error messages, please see [this FAQ](#user-content-faq22).
Er der evt. fejlmeddelelser, så tjek [denne FAQ](#user-content-faq22).
On some devices, where there are lots of applications competing for memory, Android may stop the synchronization service as a last resort.
På enheder med en masse hukommelsehungrende apps, vil Android muligvis stoppe synk-tjenesten grundet ressourcemangel.
Some Android versions stop apps and services too aggressively. See [this dedicated website](https://dontkillmyapp.com/) and [this Android issue](https://issuetracker.google.com/issues/122098785) for more information.
Visse Android-versioner stopper apps og tjenester for aggressivt. Tjek [dette dedikerede websted](https://dontkillmyapp.com/) samt [dette Android-problem](https://issuetracker.google.com/issues/122098785) for yderligere information.
Disabling battery optimizations (setup step 3) reduces the chance Android will stop the synchronization service.
Deaktivering af batterioptimering (opsætningstrin 3) mindsker risikoen for, at Android stopper synktjenesten.
In case of successive connection errors, FairEmail will hold off increasingly longer to not drain the battery of your device. This is described in [this FAQ](#user-content-faq123).
Ved gentagne forbindelsesfejl pauser FairEmail synk i stadigt længere intervaller for ikke at dræne enhedens batteri. Dette beskrives i [denne FAQ](#user-content-faq123).
<br />
<a name="faq17"></a>
**~~(17) Why does manual synchronize not work?~~**
**~~(17) Hvorfor fungerer manuel synk ikke?~~**
~~If the *Synchronize now* menu is dimmed, there is no connection to the account.~~
~~Er menuen *Synkronisér nu* nedtonet, er der ingen forbindelse til kontoen.~~
~~See the previous question for more information.~~
~~Tjek foregående spørgsmål for yderligere info.~~
<br />
<a name="faq18"></a>
**(18) Why is the message preview not always shown?**
**(18) Hvorfor ses beskedforhåndsvisning ikke altid?**
The preview of the message text cannot be shown if the message body has not been downloaded yet. See also [this FAQ](#user-content-faq15).
Beskedforhåndsvisning kan ikke ske, hvis beskedteksten endnu ikke er downloadet. Tjek også [denne FAQ](#user-content-faq15).
<br />
<a name="faq19"></a>
**(19) Why are the pro features so expensive?**
**(19) Hvorfor er Pro-funktionerne så dyre?**
The right question is "*why are there so many taxes and fees?*":
Det rette spørgsmål er, "*hvorfor er der så mange skatter og afgifter?*":
* Moms: 25 % (afhængigt af land)
* Google-gebyr: 30 %
* Inkomstskat: 50 %
* <sub>Paypal-gebyr: 5-10 % afhængigt af land/beløb</sub>
So, what is left for the developer is just a fraction of what you pay.
Dét, der er tilbage til udvikleren, er blot en brøkdel af salgsprisen.
Note that only some convenience and advanced features need to be purchased which means that FairEmail is basically free to use.
Bemærk, at det kun er nødvendigt at købe visse bekvemmeligheds og avancerede funktioner, hvilket betyder, at FairEmail grundlæggende kan bruges gratis.
Also note that most free apps will appear not to be sustainable in the end, whereas FairEmail is properly maintained and supported, and that free apps may have a catch, like sending privacy sensitive information to the internet.
Bemærk også, at de fleste gratis apps ikke ser ud til at være bæredygtige i længden, hvorimod FairEmail vedligeholdes og understøttes korrekt, samt at gratis apps kan have faldgruber, såsom læk af fortrolige oplysninger.
I have been working on FairEmail almost every day for more than two years, so I think the price is more than reasonable. For this reason there won't be discounts either.
Der er arbejdet på FairEmail næsten dagligt i flere end to år, så prisen synes er mere end rimelig. Af samme årsag vil der heller ikke være rabatter.
<br />
<a name="faq20"></a>
**(20) Can I get a refund?**
**(20) Kan man få refusion?**
If a purchased pro feature doesn't work as intended and this isn't caused by a problem in the free features and I cannot fix the problem in a timely manner, you can get a refund. In all other cases there is no refund possible. In no circumstances there is a refund possible for any problem related to the free features, since there wasn't paid anything for them and because they can be evaluated without any limitation. I take my responsibility as seller to deliver what has been promised and I expect that you take responsibility for informing yourself of what you are buying.
Fungerer en købt Pro-funktion ikke som tilsigtet, og dette ikke skyldes et problem i de gratis funktioner, og kan jeg ikke løse problemet rettidigt, så gives der refusion. I alle øvrigee tilfælde er refusion ikke mulig. Under ingen omstændigheder er der mulighed for refusion for noget problem relateret til de gratis funktioner, da der ikke blev betalt noget for dem, og da de kan evalueres helt uden begrænsninger. Jeg tager som sælger ansvar for at levere dét, der er blevet lovet, og jeg forventer, at du tager ansvar for at informere dig om, hvad du reelt køber.
<a name="faq21"></a>
**(21) How do I enable the notification light?**
**(21) Hvordan aktiveres notifikationslyset?**
Before Android 8 Oreo: there is an advanced option in the notification settings of the app for this.
Før Android 8 Oreo: Der findes en avanceret indstilling i opsætningen til dette.
Android 8 Oreo and later: please see [here](https://developer.android.com/training/notify-user/channels) about how to configure notification channels. You can use the button *Default channel* in the notification settings of the app to directly go to the right Android notification channel settings.
Android 8 Oreo og senere: Tjek [hér](https://developer.android.com/training/notify-user/channels), hvordan notifikationskanaler opsættes. Man kan via knappen *Standard kanal* i appens notifikationsindstillinger gå direkte til de relaterede Android-notifikationskanalindstillinger.
Note that apps cannot change notification settings, including the notification light setting, on Android 8 Oreo and later anymore.
Bemærk, at apps ikke længere kan ændre notifikationsindstillinger, herunder indstillinger for notifikationslys, i Android 8 Oreo og senere.
Sometimes it is necessary to disable the setting *Show message preview in notifications* or to enable the settings *Show notifications with a preview text only* to workaround bugs in Android. This might apply to notification sounds and vibrations too.
Det er undertiden nødvendigt at deaktivere indstillingen *Vis beskedforhåndsvisning i notifikationer* eller at aktivere indstillingerne *Vis kun notifikationer med en forhåndsvisningstekst* for at omgå fejl i Android. Dette gælder muligvis også notifikationslyde og -vibrationer.
Setting a light color before Android 8 is not supported and on Android 8 and later not possible.
Indstilling af lysfarven før Android 8 understøttes ikke og er ikke muligt på Android 8 og senere.
<br />
<a name="faq22"></a>
**(22) What does account/folder error ... mean?**
**(22) Hvad betyder konto-/mappefejl ...?**
FairEmail does not hide errors like similar apps often do, so it is easier to diagnose problems.
FairEmail skjuler ikke fejl (hvilket lignende apps ofte gør) for lettere at diagnosticere problemer.
FairEmail will automatically try to connect again after a delay. This delay will be doubled after each failed attempt to prevent draining the battery and to prevent from being locked out permanently.