mirror of https://github.com/M66B/FairEmail.git
parent
4dbdf62a97
commit
2b04d7a9c8
@ -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 major 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,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_search">Փնտրել FairEmail-ի միջոցով</string>
|
||||||
|
<string name="app_changelog">Փոփոխությունների ցուցակ</string>
|
||||||
|
<string name="app_welcome">FairEmail-ը դա բաց կոդով փոստային հավելված է, որը կենտրոնացած է գաղտնիության և անվտանգության վրա։ Դրա համար, որոշ գործառույթներ կարող են այլ կերպ աշխատել, քան դուք սովոր եք:</string>
|
||||||
|
<string name="app_limitations">Օրինակ, նամակները ըստ նախնականի վերաֆորմատավորվում են այնպես, որ հանրավոր լինի ջնջել կասկածելի էլեմենտները եւ բարելավել կարդացողությունը, իսկ հղումների բացումը անվտանգությունից ելնելով պետք է հաստատել։ Այս երկու ֆունկցիաները կարելի է անջատել։</string>
|
||||||
|
<string name="app_unsupported">Android տարբերակի այս սարքավորանքի սխալմունքները հանգեցնում են խափանումների</string>
|
||||||
|
<string name="app_continue">Ամեն դեպքում շարունակել</string>
|
||||||
|
<string name="app_exit">Դուրս գալու համար նորից \"հետ\" գնացեք</string>
|
||||||
|
<string name="app_cake">Չկա բավարար պահեստային տարածք</string>
|
||||||
|
<string name="app_updated">Վերջին թարմացումը` %1$s</string>
|
||||||
|
<string name="channel_service">Ստացում</string>
|
||||||
|
<string name="channel_send">Ուղարկում</string>
|
||||||
|
<string name="channel_notification">Էլ.հասցե</string>
|
||||||
|
<string name="channel_progress">Ընթանում է</string>
|
||||||
|
<string name="channel_update">Թարմացումներ</string>
|
||||||
|
<string name="channel_warning">Զգուշացումներ</string>
|
||||||
|
<string name="channel_error">Սխալմունքներ</string>
|
||||||
|
<string name="channel_alert">Սերվերի զգուշացումներ</string>
|
||||||
|
<string name="channel_group_contacts">Կոնտակտներ</string>
|
||||||
|
<string name="channel_service_description">Հաշիվների համաժամացում և մոնիտորինգ</string>
|
||||||
|
<string name="channel_send_description">Նամակների ուղարկում</string>
|
||||||
|
<string name="channel_notification_description">Նոր նամակների ծանուցումներ</string>
|
||||||
|
<string name="channel_progress_description">Ծանուցում գործողության երկար ընթանալու մասին</string>
|
||||||
|
<plurals name="page_conversation">
|
||||||
|
<item quantity="one">Դիալոգ</item>
|
||||||
|
<item quantity="other">Դիալոգներ</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="page_message">
|
||||||
|
<item quantity="one">Նամակ</item>
|
||||||
|
<item quantity="other">Նամակներ</item>
|
||||||
|
</plurals>
|
||||||
|
<string name="page_folders">Թղթապանակներ</string>
|
||||||
|
<string name="page_compose">Գրել</string>
|
||||||
|
<string name="tile_synchronize">Համաժամեցում</string>
|
||||||
|
<string name="tile_unseen">Նոր նամակներ</string>
|
||||||
|
<string name="shortcut_refresh">Թարմացնել</string>
|
||||||
|
<string name="shortcut_compose">Գրել</string>
|
||||||
|
<string name="shortcut_setup">Կարգավորումներ</string>
|
||||||
|
<plurals name="title_notification_synchronizing">
|
||||||
|
<item quantity="one">%1$d հաշվի մոնիտորինգ</item>
|
||||||
|
<item quantity="other">%1$d հաշիվների մոնիտորինգ</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="title_notification_operations">
|
||||||
|
<item quantity="one">%1$d գործողությունը հերթի մեջ է</item>
|
||||||
|
<item quantity="other">%1$d գործողությունները հերթի մեջ են</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="title_notification_unseen">
|
||||||
|
<item quantity="one">%1$d նոր նամակ</item>
|
||||||
|
<item quantity="other">%1$d նոր նամակներ</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="title_notification_unsent">
|
||||||
|
<item quantity="one">%1$d նամակ ուղարկելու համար</item>
|
||||||
|
<item quantity="other">%1$d նամակներ ուղարկելու համար</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="title_tile_unseen">
|
||||||
|
<item quantity="one">%1$d նոր</item>
|
||||||
|
<item quantity="other">%1$d նորեր</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="title_moving_messages">
|
||||||
|
<item quantity="one">տե՞ղաշարժել %1$d նամակը</item>
|
||||||
|
<item quantity="other">տե՞ղաշարժել %1$d նամակները</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="title_deleting_messages">
|
||||||
|
<item quantity="one">Անվերադարձ ջնջե՞լ %1$d նամակը </item>
|
||||||
|
<item quantity="other">Անվերադարձ ջնջե՞լ %1$d նամակները</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="title_ask_spam">
|
||||||
|
<item quantity="one">%1$d նամակը համարել որպես սպա՞մ</item>
|
||||||
|
<item quantity="other">%1$d նամակները համարել որպես սպա՞մ</item>
|
||||||
|
</plurals>
|
||||||
|
<string name="title_ask_spam_who">%1$d -ի նամակը համարել որպես սպա՞մ</string>
|
||||||
|
<string name="menu_setup">Կարգավորումներ</string>
|
||||||
|
<string name="title_setup">Կարգավորումներ</string>
|
||||||
|
<string name="title_advanced_section_synchronize">Ստացում</string>
|
||||||
|
<string name="title_advanced_section_send">Ուղարկում</string>
|
||||||
|
<string name="title_advanced_caption_conversation">Դիալոգ</string>
|
||||||
|
<string name="title_advanced_caption_message">Նամակ</string>
|
||||||
|
<string name="title_synchronize_enabled">Համաժամեցում</string>
|
||||||
|
<string name="title_raw_send_message">Նամակ</string>
|
||||||
|
<string name="title_raw_send_thread">Դիալոգ</string>
|
||||||
|
<string name="title_compose">Գրել</string>
|
||||||
|
<string name="title_send">Ուղարկում</string>
|
||||||
|
<string name="title_legend_section_synchronize">Համաժամեցում</string>
|
||||||
|
<string name="title_legend_section_folders">Թղթապանակներ</string>
|
||||||
|
<string name="title_legend_section_messages">Նամակներ</string>
|
||||||
|
<string name="title_legend_section_compose">Գրել</string>
|
||||||
|
<string name="title_legend_thread">Դիալոգ</string>
|
||||||
|
<string name="title_legend_c">Գրել</string>
|
||||||
|
<!-- Thunderbird -->
|
||||||
|
<!-- https://en.wikipedia.org/wiki/Display_resolution -->
|
||||||
|
<!-- https://en.wikipedia.org/wiki/Comparison_of_high-definition_smartphone_displays -->
|
||||||
|
<!-- https://www.w3.org/TR/css-fonts-4/#generic-font-families -->
|
||||||
|
<!-- https://www.bouncycastle.org/specifications.html -->
|
||||||
|
<!-- https://datatracker.ietf.org/doc/html/rfc5751#page-29 -->
|
||||||
|
<!-- https://datatracker.ietf.org/doc/html/rfc5751#section-2.7 -->
|
||||||
|
</resources>
|
Loading…
Reference in new issue