mirror of https://github.com/M66B/FairEmail.git
parent
834f9c6570
commit
f425cbf3fa
@ -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.
|
@ -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.
|
@ -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.
|
@ -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.
|
@ -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.
|
@ -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.
|
@ -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
|
||||
|
||||
|
@ -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.
|
@ -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.
|
@ -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.
|
@ -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.
|
@ -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.
|
Loading…
Reference in new issue