FairEmail/FAQ.md

1691 lines
80 KiB
Markdown
Raw Normal View History

2018-12-04 09:08:27 +00:00
# FairEmail support
2018-08-02 13:33:06 +00:00
2018-09-26 14:03:03 +00:00
If you have a question, please check the frequently asked questions below first.
At the bottom you can find how to ask other questions, request features and report bugs.
2018-09-07 11:08:20 +00:00
2018-11-14 10:32:15 +00:00
2018-11-09 09:56:18 +00:00
## Authorizing accounts
2018-11-03 09:44:18 +00:00
For support on authorizing an account you should consult the documentation of your provider.
2018-11-09 11:25:51 +00:00
Searching for *IMAP* and the name of the provider is mostly sufficient to find the right documentation.
2019-01-15 18:24:52 +00:00
To setup an account (to receive email) and an identity (to send email)
you need the IMAP and SMTP server addresses and port numbers, whether STARTTLS should be used
and your username (mostly, but not always, your email address) and your password.
2018-11-09 11:25:51 +00:00
In some cases you'll need to enable external access to your account and/or to use a special (app) password,
for instance when two factor authentication is enabled.
2018-12-17 12:46:14 +00:00
For authorizing:
2018-11-03 09:44:18 +00:00
2018-11-07 16:20:12 +00:00
* Gmail / G suite: see [question 6](#user-content-faq6)
2019-03-02 18:06:17 +00:00
* Outlook / Hotmail: see [question 14](#user-content-faq14)
2018-11-08 08:37:15 +00:00
* Microsoft Exchange: see [question 8](#user-content-faq8)
2019-04-11 10:44:55 +00:00
* Yahoo!: see [question 88](#user-content-faq88)
2018-11-14 10:32:15 +00:00
2019-01-15 18:24:52 +00:00
## Known problems
2018-11-14 10:32:15 +00:00
2019-02-14 16:36:47 +00:00
* ~~A [bug in Android](https://issuetracker.google.com/issues/78495471) lets FairEmail occasionally crash on long pressing or swiping.~~
* ~~A [bug in Android 5.1 and 6](https://issuetracker.google.com/issues/37054851) causes apps to sometimes show a wrong time format. Toggling the Android setting *Use 24-hour format* might temporarily solve the issue.~~
2019-04-18 14:25:17 +00:00
* ~~A [bug in Google Drive](https://issuetracker.google.com/issues/126362828) causes files exported to Google Drive to be empty.~~
* "*... Couldn't read row ...*" causes sometimes a crash. This could be caused by a bug in the [Room Persistence Library](https://developer.android.com/topic/libraries/architecture/room) but more likely indicates a corrupt database.
2019-04-23 12:16:48 +00:00
* A [bug in Android](https://issuetracker.google.com/issues/119872129) "*... Bad notification posted ...*" lets FairEmail crash on some devices after updating FairEmail and tapping on a notification.
* A [bug in Android](https://issuetracker.google.com/issues/62427912) "*... ActivityRecord not found for ...*" sometimes causes a crash after updating FairEmail.
2019-04-24 17:57:30 +00:00
* Encryption with [YubiKey](https://www.yubico.com/) results into an infinite loop. FairEmail follows the latest version of the [OpenKeychain API](https://github.com/open-keychain/openpgp-api), so this is likely being caused by an external bug.
2018-11-14 10:32:15 +00:00
2019-01-15 18:24:52 +00:00
## Planned features
2018-11-16 15:08:01 +00:00
2019-02-20 15:51:06 +00:00
* ~~Synchronize on demand (manual)~~
2019-02-18 17:12:51 +00:00
* ~~Semi-automatic encryption~~
2019-03-02 14:32:19 +00:00
* ~~Copy message~~
2019-05-05 16:01:55 +00:00
* Notification settings per folder
* Select local images for signatures
2019-05-09 13:16:23 +00:00
* Color label messages
2018-11-16 15:08:01 +00:00
2019-01-15 18:24:52 +00:00
Anything on this list is in random order and *might* be added in the near future.
2018-11-16 15:08:01 +00:00
2018-11-09 09:56:18 +00:00
## Frequently requested features
2018-11-03 08:21:02 +00:00
2019-05-01 19:48:53 +00:00
* *Widget to read messages*: widgets can have limited user interaction only, so a widget to read conversations would not be very convenient. Moreover, it would be not very useful to duplicate functions which are already available in the app.
2019-04-18 14:25:17 +00:00
* *Design*: the design is based on many discussions and if you like you can discuss about it [in this forum](https://forum.xda-developers.com/android/apps-games/source-email-t3824168) too. See below for the design goals.
2019-04-17 16:57:03 +00:00
* *ActiveSync*: using the Exchange ActiveSync protocol requires [a license](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing), so this cannot be added.
2018-11-03 08:21:02 +00:00
2019-05-01 20:39:08 +00:00
The goal of the design is to be minimalistic (no unnecessary menus, buttons, etc) and non distracting (no fancy colors, animations, etc).
2019-04-17 07:45:26 +00:00
All displayed things should be useful in one or another way and should be carefully positioned for easy usage.
2019-04-18 17:52:32 +00:00
Fonts, sizes, colors, etc should be material design wherever possible.
2019-04-17 07:45:26 +00:00
2018-11-03 08:21:02 +00:00
Since FairEmail is meant to be privacy friendly, the following will not be added:
* Open links without confirmation
2019-04-07 06:21:30 +00:00
* Show original messages from unknown senders without confirmation, see also [this FAQ](#user-content-faq35)
* Direct file/folder access: for security/privacy reasons (other) apps should use the [Storage Access Framework](https://developer.android.com/guide/topics/providers/document-provider), see also [this FAQ](#user-content-faq49)
2018-11-03 08:21:02 +00:00
2019-01-09 15:02:54 +00:00
Confirmation is just one tap, which is just a small price for better privacy.
2018-11-08 08:37:15 +00:00
Note that your contacts could unknowingly send malicious messages if they got infected with malware.
2018-11-04 14:42:04 +00:00
2019-04-18 14:25:17 +00:00
Stripped and reformatted messages are often better readable than original messages because the margins are removed, and font colors and sizes are standardized.
2018-11-14 10:32:15 +00:00
2019-01-15 17:00:13 +00:00
FairEmail does not allow other apps access to your messages and attachments without your approval.
2019-01-16 13:56:30 +00:00
FairEmail follows all the best practices for an email client as decribed in [this EFF article](https://www.eff.org/deeplinks/2019/01/stop-tracking-my-emails).
2019-01-15 18:24:52 +00:00
2018-09-07 10:22:55 +00:00
## Frequently Asked Questions
2018-08-02 13:33:06 +00:00
2018-12-25 10:40:43 +00:00
* [(1) Which permissions are needed and why?](#user-content-faq1)
* [(2) Why is there a permanent notification shown?](#user-content-faq2)
* [(3) What are operations and why are they pending?](#user-content-faq3)
* [(4) How can I use an invalid security certificate / IMAP STARTTLS / an empty password?](#user-content-faq4)
* [(5) How can I customize the message view?](#user-content-faq5)
* [(6) How can I login to Gmail / G suite?](#user-content-faq6)
2019-04-30 16:08:16 +00:00
* [(7) Why are sent messages not appearing sent folder?](#user-content-faq7)
2018-12-25 10:40:43 +00:00
* [(8) Can I use a Microsoft Exchange account?](#user-content-faq8)
* [(9) What are identities?](#user-content-faq9)
* [(11) Why is POP not supported?](#user-content-faq11)
* [~~(10) What does 'UIDPLUS not supported' mean?~~](#user-content-faq10)
* [(12) How does encryption/decryption work?](#user-content-faq12)
2019-01-23 12:45:41 +00:00
* [(13) How does search on device/server work?](#user-content-faq13)
2019-03-02 18:06:17 +00:00
* [(14) How can I setup Outlook / Hotmail with 2FA?](#user-content-faq14)
2018-12-25 10:40:43 +00:00
* [(15) Why does the message text keep loading?](#user-content-faq15)
* [(16) Why are messages not being synchronized?](#user-content-faq16)
* [~~(17) Why does manual synchronize not work?~~](#user-content-faq17)
* [(18) Why is the message preview not always shown?](#user-content-faq18)
* [(19) Why are the pro features so expensive?](#user-content-faq19)
* [(20) Can I get a refund?](#user-content-faq20)
* [(21) How do I enable the notification light?](#user-content-faq21)
2019-03-30 08:28:12 +00:00
* [(22) What do 'Couldn't connect to host', 'Connection refused', 'Network unreachable', 'Software caused connection abort', 'Connection reset by peer' and 'Read timed out' mean?](#user-content-faq22)
2018-12-25 10:40:43 +00:00
* [(23) Why do I get 'Too many simultaneous connections' ?](#user-content-faq23)
* [(24) What is browse messages on the server?](#user-content-faq24)
* [(25) Why can't I select/open/save an image, attachment or a file?](#user-content-faq25)
* [(26) Can I help to translate FairEmail in my own language?](#user-content-faq26)
* [(27) How can I differentiate external and embedded images?](#user-content-faq27)
* [(28) How can I manage status bar notifications?](#user-content-faq28)
* [(29) How can I get new message notifications for other folders?](#user-content-faq29)
* [(30) How can I use the provided quick settings?](#user-content-faq30)
* [(31) How can I use the provided shortcuts?](#user-content-faq31)
* [(32) How can I check if reading email is really safe?](#user-content-faq32)
* [(33) Why are edited sender addresses not working?](#user-content-faq33)
* [(34) How are identities matched?](#user-content-faq34)
* [(35) Why should I be careful with viewing images, attachments and the original message?](#user-content-faq35)
* [(36) How are settings files encrypted?](#user-content-faq36)
* [(37) How are passwords stored?](#user-content-faq37)
* [(38) Can you help me restore my Play store purchase?](#user-content-faq38)
* [(39) How can I reduce the battery usage of FairEmail?](#user-content-faq39)
* [(40) How can I reduce the network usage of FairEmail?](#user-content-faq40)
* [(41) How can I fix the error 'Handshake failed' ?](#user-content-faq41)
* [(42) Can you add a new provider to the list of providers?](#user-content-faq42)
* [(43) Can you show the original ... ?](#user-content-faq43)
* [(44) Can you show contact photos / identicons in the sent folder?](#user-content-faq44)
* [(45) How can I fix 'This key is not available. To use it, you must import it as one of your own!' ?](#user-content-faq45)
* [(46) Why does the message list keep refreshing?](#user-content-faq46)
* [(47) How can I solve 'No primary account or no drafts folder' ?](#user-content-faq47)
2018-12-28 16:11:41 +00:00
* [~~(48) How can I solve 'No primary account or no archive folder' ?~~](#user-content-faq48)
2019-01-05 19:26:45 +00:00
* [(49) How can I fix 'An outdated app sent a file path instead of a file stream' ?](#user-content-faq49)
2018-12-25 10:40:43 +00:00
* [(50) Can you add an option to synchronize all messages?](#user-content-faq50)
* [(51) How are folders sorted?](#user-content-faq51)
2018-12-25 14:18:20 +00:00
* [(52) Why does it take some time to reconnect to an account?](#user-content-faq52)
2018-12-27 08:02:58 +00:00
* [(53) Can you stick the message action bar to the top/bottom?](#user-content-faq53)
2018-12-27 14:57:32 +00:00
* [(54) How do I use a namespace prefix?](#user-content-faq54)
2018-12-28 10:23:47 +00:00
* [(55) How can I mark all messages as read / move or delete all messages?](#user-content-faq55)
2018-12-29 08:27:09 +00:00
* [(56) Can you add support for JMAP?](#user-content-faq56)
2019-01-03 19:01:23 +00:00
* [(57) Can I use HTML in signatures?](#user-content-faq57)
2019-01-05 17:23:57 +00:00
* [(58) What does an open/closed email icon mean?](#user-content-faq58)
2019-01-06 11:35:32 +00:00
* [(59) Can original messages be opened in the browser?](#user-content-faq59)
* [(60) Did you known ...?](#user-content-faq60)
2019-01-07 09:36:28 +00:00
* [(61) Why are some messages shown dimmed?](#user-content-faq61)
2019-01-08 11:01:05 +00:00
* [(62) Which authentication methods are supported?](#user-content-faq62)
* [(63) How are images resized for displaying on screens?](#user-content-faq63)
2019-01-09 08:09:03 +00:00
* [(64) Can you add custom actions for swipe left/right?](#user-content-faq64)
2019-01-10 10:51:11 +00:00
* [(65) Why are some attachments shown dimmed?](#user-content-faq65)
2019-01-10 19:15:55 +00:00
* [(66) Is FairEmail available in the Google Play Family Library?](#user-content-faq66)
2019-01-13 08:50:35 +00:00
* [(67) How can I snooze conversations?](#user-content-faq67)
2019-03-14 20:59:12 +00:00
* [~~(68) Why can Adobe Acrobat reader not open PDF attachments / Microsoft apps not open attached documents?~~](#user-content-faq68)
2019-01-15 17:00:13 +00:00
* [(69) Can you add auto scroll up on new message?](#user-content-faq69)
2019-01-16 13:50:18 +00:00
* [(70) When will messages be auto expanded?](#user-content-faq70)
2019-01-18 15:20:44 +00:00
* [(71) How do I use filter rules?](#user-content-faq71)
2019-01-25 17:08:19 +00:00
* [(72) What are primary accounts/identities?](#user-content-faq72)
2019-01-25 18:55:11 +00:00
* [(73) Is moving messages across accounts safe/efficient?](#user-content-faq73)
2019-02-04 09:35:58 +00:00
* [(74) Why do I see duplicate messages?](#user-content-faq74)
2019-05-02 09:31:34 +00:00
* [(75) Can you make an iOS, Windows, Linux, etc version?](#user-content-faq75)
2019-02-05 17:19:33 +00:00
* [(76) What does 'Clear local messages' ?](#user-content-faq76)
2019-02-14 13:28:14 +00:00
* [(77) Why are messages sometimes shown with a small delay?](#user-content-faq77)
* [(78) How do I use schedules?](#user-content-faq78)
2019-02-20 15:51:06 +00:00
* [(79) How do I use synchronize on demand (manual)?](#user-content-faq79)
2019-02-28 20:32:42 +00:00
* [(80) How can I fix 'Unable to load BODYSTRUCTURE'?](#user-content-faq80)
* [~~(81) Can you make the background of the original message dark in the dark theme?~~](#user-content-faq81)
2019-03-13 07:26:53 +00:00
* [(82) What is a tracking image?](#user-content-faq82)
2019-03-14 20:59:12 +00:00
* [(83) What does 'User is authenticated but not connected' mean?](#user-content-faq83)
2019-03-16 18:56:58 +00:00
* [(84) What are local contacts for?](#user-content-faq84)
2019-03-27 07:20:53 +00:00
* [(85) Why is an identity not available?](#user-content-faq85)
* [(86) What are 'extra privacy features'?](#user-content-faq86)
2019-04-04 12:59:23 +00:00
* [(87) What does 'invalid credentials' mean?](#user-content-faq87)
2019-04-11 10:44:55 +00:00
* [(88) How can I use a Yahoo! account?](#user-content-faq88)
2019-04-11 16:26:02 +00:00
* [(89) How can I send plain text only messages?](#user-content-faq89)
* [(90) Why are some texts linked while not being a link?](#user-content-faq90)
2019-04-26 11:01:18 +00:00
* [~~(91) Can you add periodical synchronization to save battery power?~~](#user-content-faq91)
2019-04-12 08:14:58 +00:00
* [(92) Can you add spam filtering, verification of the DKIM signature and SPF authorization?](#user-content-faq92)
* [(93) Can you allow installation on external storage?](#user-content-faq93)
* [(94) What does the red/orange stripe at the end of the header mean?](#user-content-faq94)
2019-04-20 07:54:15 +00:00
* [(95) Why are not all apps shown when selecting an attachment or image?](#user-content-faq95)
2019-04-20 14:52:36 +00:00
* [(96) Where can I find the IMAP and SMTP settings?](#user-content-faq96)
2019-04-27 16:23:09 +00:00
* [(97) What is 'cleanup' ?](#user-content-faq97)
2019-04-30 19:42:31 +00:00
* [(98) Why can I still pick contacts after revoking contacts permissions?](#user-content-faq98)
2019-05-01 19:48:53 +00:00
* [(99) Can you add a rich text or markdown editor?](#user-content-faq99)
2019-05-05 10:14:05 +00:00
* [(100) How can I synchronize Gmail categories?](#user-content-faq100)
2019-05-08 07:11:38 +00:00
* [(101) What does the blue/orange dot at the bottom of the conversations mean?](#user-content-faq101)
2019-05-09 11:20:05 +00:00
* [(102) How can I enable auto rotation of images?](#user-content-faq102)
* [(103) How can I record audio?](#user-content-faq103)
2018-12-25 10:40:43 +00:00
[I have another question.](#support)
2018-11-07 17:57:31 +00:00
<a name="faq1"></a>
2018-08-03 04:28:37 +00:00
**(1) Which permissions are needed and why?**
2018-08-02 13:33:06 +00:00
2019-01-13 13:04:17 +00:00
* *have full network access* (INTERNET): to send and receive email
* *view network connections* (ACCESS_NETWORK_STATE): to monitor internet connectivity changes
* *run at startup* (RECEIVE_BOOT_COMPLETED): to start monitoring on device start
* *in-app billing* (BILLING): to allow in-app purchases
* *foreground service* (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later, see also the next question
* *prevent device from sleeping* (WAKE_LOCK): to keep the device awake while synchronizing messages
* Optional: *read your contacts* (READ_CONTACTS): to autocomplete addresses and to show photos
* Optional: *find accounts on the device* (GET_ACCOUNTS): to use [OAuth](https://en.wikipedia.org/wiki/OAuth) instead of passwords
2019-02-07 09:25:11 +00:00
* Optional: *read the contents of your SD card* (READ_EXTERNAL_STORAGE): to accept files from other, outdated apps, see also [this FAQ](#user-content-faq49)
2019-01-13 13:04:17 +00:00
* Android 5.1 Lollipop and before: *use accounts on the device* (USE_CREDENTIALS): needed to select accounts (not used/needed on later Android versions)
2018-08-02 13:33:06 +00:00
2019-02-13 21:18:17 +00:00
FairEmail will keep a list of addresses you receive messages from and send messages to
and will use this list for contact suggestions when no contacts permissions is granted to FairEmail.
This means you can use FairEmail without the Android contacts provider (address book).
Note that you can still pick contacts without granting contacts permissions to FairEmail,
only suggesting contacts won't work without contacts permissions.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq2"></a>
2018-08-08 09:08:41 +00:00
**(2) Why is there a permanent notification shown?**
2019-04-20 06:15:09 +00:00
A permanent status bar notification with the number of accounts being synchronized and the number of operations pending (see next question) is shown
2018-08-08 09:08:41 +00:00
to prevent Android from killing the service that takes care of receiving and sending email.
2019-02-18 12:39:27 +00:00
Most, if not all, other email apps don't show a notification
with the "side effect" that new messages are often not or late being reported and that messages are not or late being sent.
2018-08-08 09:08:41 +00:00
2018-11-08 08:37:15 +00:00
Background: this is necessary because of the introduction of [doze mode](https://developer.android.com/training/monitoring-device-state/doze-standby) in Android 6 Marshmallow.
2018-10-07 11:14:41 +00:00
2018-11-10 12:17:22 +00:00
If you came here by clicking on the notification, you should known that the next click will open the unified inbox.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq3"></a>
2018-09-12 09:24:58 +00:00
**(3) What are operations and why are they pending?**
2018-08-02 18:20:36 +00:00
The low priority status bar notification shows the number of pending operations, which can be:
2018-12-16 12:50:10 +00:00
* *add*: add message to remote folder
* *move*: move message to another remote folder
2019-03-02 14:32:19 +00:00
* *copy*: copy message to another remote folder
2018-12-16 12:50:10 +00:00
* *delete*: delete message from remote folder
* *send*: send message
* *seen*: mark message as read/unread in remote folder
* *answered*: mark message as answered in remote folder
* *flag*: add/remove star in remote folder
* *keyword*: add/remove IMAP flag in remote folder
* *headers*: download message headers
* *raw*: download raw message
2018-12-16 12:50:10 +00:00
* *body*: download message text
* *attachment*: download attachment
2019-02-28 17:59:09 +00:00
* *sync*: synchronize local and remote messages
2019-04-25 16:47:52 +00:00
* *subscribe*: subscribe to remote folder
2018-08-02 18:20:36 +00:00
2018-09-12 09:24:58 +00:00
Operations are processed only when there is a connection to the email server or when manually synchronizing.
2018-11-07 16:20:12 +00:00
See also [this FAQ](#user-content-faq16).
2018-09-12 09:24:58 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq4"></a>
2018-11-05 07:30:29 +00:00
**(4) How can I use an invalid security certificate / IMAP STARTTLS / an empty password?**
2018-08-03 04:28:37 +00:00
2019-04-21 05:35:32 +00:00
Invalid security certificate (*Can't verify identity of server*): you should try to fix this by contacting your provider or by getting a valid security certificate
2018-11-05 07:30:29 +00:00
because invalid security certificates are insecure and allow [man-in-the-middle attacks](https://en.wikipedia.org/wiki/Man-in-the-middle_attack).
If money is an obstacle, you can get free security certificates from [Lets Encrypt](https://letsencrypt.org).
IMAP STARTTLS: the EFF [writes](https://www.eff.org/nl/deeplinks/2018/06/announcing-starttls-everywhere-securing-hop-hop-email-delivery):
"*Additionally, even if you configure STARTTLS perfectly and use a valid certificate, theres still no guarantee your communication will be encrypted.*"
Empty password: your username is likely easily guessed, so this is very insecure.
If you still want to use an invalid security certificate, IMAP STARTTLS or an empty password,
2018-12-27 07:48:59 +00:00
you'll need to enable insecure connections in the account and/or identity settings.
2018-08-02 18:20:36 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq5"></a>
2018-11-05 09:24:53 +00:00
**(5) How can I customize the message view?**
2018-08-04 09:55:34 +00:00
2019-01-15 19:03:45 +00:00
In the three dot overflow menu you can enable or disable or select:
* *text size*: for three different font sizes
* *compact view*: for more condensed message items and a smaller message text font
2019-03-03 13:25:42 +00:00
In the display section of the advanced options you can enable or disable:
2018-11-05 09:24:53 +00:00
2019-01-21 18:12:22 +00:00
* *Unified inbox*: to disable the unified inbox and to list the folders selected for the unified inbox instead
* *Group by date*: show date header above messages with the same date
* *Conversation threading*: to disable conversation threading and to show individual messages instead
* *Show contact photos*: to hide contact photos
* *Show identicons*: to show generated contact avatars
2019-03-09 07:36:45 +00:00
* *Show names and email addresses*: to show names or to show names and email addresses
* *Show subject italic*: to show the message subject as normal text
2019-03-02 15:54:38 +00:00
* *Show stars*: to hide stars (favorites)
2019-01-21 18:12:22 +00:00
* *Show message preview*: to show two lines of the message text
2019-04-20 06:15:09 +00:00
* *Show address details by default*: to expand the addresses section by default
2019-03-27 09:22:27 +00:00
* *Use monospaced font for message text*: to use a fixed width typeface for message texts
2019-02-03 17:26:39 +00:00
* *Automatically show original message for known contacts*: to automatically show original messages for contacts on your device, please read [this FAQ](#user-content-faq35)
* *Automatically show images for known contacts*: to automatically show images for contacts on your device, please read [this FAQ](#user-content-faq35)
2019-04-20 06:15:09 +00:00
* *Conversation action bar*: to disable the bottom navigation bar
2018-11-05 09:24:53 +00:00
2019-01-22 17:41:13 +00:00
Note that messages can be previewed only when the message text was downloaded.
Larger message texts are not downloaded by default on metered (generally mobile) networks.
You can change this in the advanced options.
2018-11-05 09:24:53 +00:00
If the list of addresses is long, you can collapse the addresses section with the *less* icon at the top of the addresses section.
2019-03-03 13:25:42 +00:00
Some people ask:
* to show the subject bold, but bold is already being used to highlight unread messages
* to show the address or subject larger/smaller, but this would interfere with the text size option
* to move the star to the left, but it is much easier to operate the star on the right side
2018-11-05 09:24:53 +00:00
Unfortunately, it is impossible to make everybody happy and adding lots of settings would not only be confusing, but also never be sufficient.
2018-08-02 18:20:36 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq6"></a>
2018-08-24 16:41:22 +00:00
**(6) How can I login to Gmail / G suite?**
2018-08-23 18:49:29 +00:00
2018-09-15 06:26:39 +00:00
Preferably select Gmail as provider and select an account on your device.
2019-01-15 09:46:25 +00:00
If you want/need to use a username/password instead of selecting an account, you'll need to enable access for "less secure" apps,
see [here](https://support.google.com/accounts/answer/6010255) for Google's instructions
or go [directy to the setting](https://www.google.com/settings/security/lesssecureapps).
2019-02-14 07:09:16 +00:00
You can solve the error *535-5.7.8 Username and Password not accepted* by enabling "less secure" apps.
2019-01-15 09:46:25 +00:00
2019-02-21 08:59:00 +00:00
To login to Gmail / G suite you'll sometimes need an app specific password, for example when two factor authentication is enabled.
2018-08-23 18:49:29 +00:00
See here for instructions: [https://support.google.com/accounts/answer/185833](https://support.google.com/accounts/answer/185833).
2018-08-26 10:32:56 +00:00
If this doesn't work, see here for more solutions: [https://support.google.com/mail/accounts/answer/78754](https://support.google.com/mail/accounts/answer/78754)
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq7"></a>
2019-04-30 16:08:16 +00:00
**(7) Why are sent messages not appearing sent folder?**
2018-08-25 09:19:20 +00:00
2019-04-30 16:08:16 +00:00
Sent messages are normally added to the sent folder as soon as your provider adds the messages to the sent folder.
2019-03-02 19:06:28 +00:00
This requires a sent folder to be selected in the account settings and the sent folder to be set to synchronizing.
2018-08-25 09:19:20 +00:00
If this doesn't happen, your provider might not keep track of sent messages or you might be using an SMTP server not related to the provider.
2019-03-02 19:06:28 +00:00
In these cases you can enable the advanced identity setting *Store sent messages* to workaround this.
2018-08-25 09:19:20 +00:00
2019-04-30 16:08:16 +00:00
Note that FairEmail will automatically add sent messages to the sent folder when performing a full synchronize,
2019-04-30 17:42:13 +00:00
which happens when reconnecting or if you synchronize manually.
2019-04-30 16:08:16 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq8"></a>
2018-09-23 07:00:13 +00:00
**(8) Can I use a Microsoft Exchange account?**
2018-08-25 11:28:28 +00:00
2018-09-23 07:00:13 +00:00
You can use a Microsoft Exchange account if it is accessible via IMAP.
2018-08-25 11:28:28 +00:00
See here for more information: [https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793)
2018-12-06 09:32:27 +00:00
Please see [here](#frequently-requested-features) about ActiveSync support.
2018-12-29 08:31:35 +00:00
<br />
2018-12-06 09:32:27 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq9"></a>
2018-08-25 14:23:53 +00:00
**(9) What are identities?**
Identities represent email addresses you are sending *from*.
Some providers allow you to have multiple email aliases.
2018-08-25 14:36:23 +00:00
You can configure these by setting the email address field to the alias address and setting the user name field to your main email address.
2018-08-25 11:28:28 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-11-07 17:57:31 +00:00
<a name="faq10"></a>
2018-12-01 09:08:17 +00:00
**~~(10) What does 'UIDPLUS not supported' mean?~~**
2018-08-26 13:23:07 +00:00
2018-12-28 16:11:41 +00:00
~~The error message *UIDPLUS not supported* means that your email provider does not provide the IMAP [UIDPLUS extension](https://tools.ietf.org/html/rfc4315).
This IMAP extension is required to implement two way synchronization, which is not an optional feature.
So, unless your provider can enable this extension, you cannot use FairEmail for this provider.~~
2018-08-26 13:23:07 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq11"></a>
2018-11-06 08:26:25 +00:00
**(11) Why is POP not supported?**
2018-08-27 05:17:08 +00:00
2018-11-06 08:26:25 +00:00
Besides that any decent email provider supports [IMAP](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol) these days,
2019-02-02 20:48:59 +00:00
using [POP](https://en.wikipedia.org/wiki/Post_Office_Protocol) will result in unnecessary extra battery usage and delayed new message notifications.
2019-02-03 12:50:11 +00:00
Moreover, POP is unsuitable for two way synchronization and more often than not people read and write messages on different devices these days.
2019-02-09 14:44:19 +00:00
Basically, POP supports only downloading and deleting messages from the inbox.
2019-02-03 12:50:11 +00:00
So, common operations like setting message attributes (read, starred, answered, etc), adding (backing up) and moving messages is not possible.
2018-08-27 05:17:08 +00:00
2019-02-02 20:48:59 +00:00
See also [what Google writes about it](https://support.google.com/mail/answer/7104828).
2019-02-02 19:39:02 +00:00
2019-02-13 20:39:02 +00:00
For example [Gmail can import messages](https://support.google.com/mail/answer/21289) from another POP account,
which can be used as a workaround for when your provider doesn't support IMAP.
2019-04-20 06:15:09 +00:00
tl;dr; consider to switch to IMAP.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq12"></a>
2018-10-29 17:35:37 +00:00
**(12) How does encryption/decryption work?**
First of all you need to install and configure [OpenKeychain](https://f-droid.org/en/packages/org.sufficientlysecure.keychain/).
2019-02-18 17:35:01 +00:00
To encrypt and send a message just check the menu *Encrypt* and the message will be encrypted on sending.
Similarly, to decrypt a received message, just select the menu *Decrypt* in the expanded message view.
2019-04-29 04:58:29 +00:00
You can enable *Encrypt by default* in the identity settings, which replaces *Send* by *Encrypt and send*.
2019-02-18 17:35:01 +00:00
2019-04-29 04:58:29 +00:00
FairEmail will send the [Autocrypt](https://autocrypt.org/) headers for other email clients.
2019-04-05 09:15:30 +00:00
Received messages are not decrypted automatically because of security reasons and because often manual interaction is required.
2018-10-29 17:35:37 +00:00
2019-04-04 15:54:05 +00:00
The decrypted message text and decrypted attachments are stored. If you want to undo this, you can use the *resync* message 'more' menu.
2019-01-07 16:07:01 +00:00
Inline PGP in received messages is supported, but inline PGP in outgoing messages is not supported,
see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not.
2018-11-10 14:55:16 +00:00
2018-11-27 09:08:56 +00:00
S/MIME is not supported because it is not used much and because key management is complex.
There are also [security concerns](https://security.stackexchange.com/a/83752).
2019-02-18 17:35:01 +00:00
Note that signed only or encrypted only messages are not supported, see here about why not:
2018-11-07 16:20:12 +00:00
* [OpenPGP Considerations Part I](https://k9mail.github.io/2016/11/24/OpenPGP-Considerations-Part-I.html)
* [OpenPGP Considerations Part II](https://k9mail.github.io/2017/01/30/OpenPGP-Considerations-Part-II.html)
* [OpenPGP Considerations Part III Autocrypt](https://k9mail.github.io/2018/02/26/OpenPGP-Considerations-Part-III-Autocrypt.html)
2019-01-07 16:07:01 +00:00
If you want, you can verify a signature by opening the *signature.asc* attachment.
2018-11-07 16:20:12 +00:00
2019-02-18 17:35:01 +00:00
Encryption/decryption is a pro feature.
2019-04-24 17:57:30 +00:00
Please see the [known problems](#known-problems) about YubiKey.
2019-05-08 14:21:23 +00:00
Please see [this comment](https://forum.xda-developers.com/showpost.php?p=79444379&postcount=5609)
about [these vulnerabilities](https://amp.thehackernews.com/thn/2019/04/email-signature-spoofing.html).
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq13"></a>
2019-01-23 12:45:41 +00:00
**(13) How does search on device/server work?**
2018-08-27 16:40:26 +00:00
2019-01-23 12:45:41 +00:00
You can start searching for messages on sender, recipient, subject, keyword or message text by using the magnify glass in the action bar of a folder.
First on device messages will be searched and after that the search will be executed on the server,
except if the unified inbox is a collection of more than one folder.
2018-11-04 08:59:09 +00:00
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.
2019-01-23 12:45:41 +00:00
Searching on the server might be case sensitive or case insensitive and might be on partial text or whole words, depending on the provider.
2018-11-04 08:59:09 +00:00
Searching messages is a pro feature.
2018-08-27 16:40:26 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq14"></a>
2019-03-02 18:06:17 +00:00
**(14) How can I setup Outlook / Hotmail with 2FA?**
2018-08-29 05:54:05 +00:00
2019-03-02 18:06:17 +00:00
To use Outlook or Hotmail with two factor authentication enabled, you need to create an app password.
2018-09-06 11:06:57 +00:00
See [here](https://support.microsoft.com/en-us/help/12409/microsoft-account-app-passwords-two-step-verification) for the details.
2018-09-04 11:37:55 +00:00
2019-03-02 18:06:17 +00:00
Unfortunately, Outlook and Hotmail do not properly support OAuth for IMAP/SMTP connections, so there is no other way.
2018-12-23 11:41:44 +00:00
2019-01-13 11:27:39 +00:00
Technical background: [MSAL](https://github.com/AzureAD/microsoft-authentication-library-for-android) is supported for business accounts only
and OAuth requires embedding a client secret in the app.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq15"></a>
2018-11-04 11:29:28 +00:00
**(15) Why does the message text keep loading?**
2018-11-04 13:30:27 +00:00
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 need to be fetched on opening the message.
2018-11-04 11:29:28 +00:00
The message text will keep loading if there is no connection to the account, see also the next question.
2018-11-05 09:24:53 +00:00
In the advanced settings you can set the maximum size for automatically downloading of messages on metered connections.
2018-11-08 08:37:15 +00:00
Mobile connections are almost always metered and some (paid) Wi-Fi hotspots are too.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq16"></a>
2018-09-09 08:54:18 +00:00
**(16) Why are messages not being synchronized?**
Possible causes of messages not being synchronized (sent or received) are:
2018-10-26 07:34:23 +00:00
* The account or folder(s) are not set to synchronize
2018-09-09 08:54:18 +00:00
* The number of days to synchronize is set to low
* There is no usable internet connection
* The email server is temporarily not available
2018-09-14 16:50:20 +00:00
* Android stopped the synchronization service
2018-09-09 08:54:18 +00:00
So, check your account and folder settings and check if the accounts/folders are connected (see the legend menu for the meaning of the icons).
2018-09-14 16:50:20 +00:00
On some devices, where there are lots of applications competing for memory, Android may stop the synchronization service as a last resort.
Some Android versions,
in particular of Huawei (see [here](https://www.forbes.com/sites/bensin/2016/07/04/push-notifications-not-coming-through-to-your-huawei-phone-heres-how-to-fix-it/) for a fix)
or Xiaomi (see [here](https://www.forbes.com/sites/bensin/2016/11/17/how-to-fix-push-notifications-on-xiaomis-miui-8-for-real/) for a fix)
stop apps and services too aggressively.
2019-01-13 08:50:35 +00:00
See also [this dedicated website](https://dontkillmyapp.com/).
2018-09-14 16:50:20 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq17"></a>
2018-12-25 10:40:43 +00:00
**~~(17) Why does manual synchronize not work?~~**
2018-09-09 08:54:18 +00:00
2018-12-03 19:02:36 +00:00
~~If the *Synchronize now* menu is dimmed, there is no connection to the account.~~
2018-09-09 08:54:18 +00:00
2018-12-03 19:02:36 +00:00
~~See the previous question for more information.~~
2018-09-09 08:54:18 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq18"></a>
2018-11-04 13:30:27 +00:00
**(18) Why is the message preview not always shown?**
The preview of the message text cannot be shown if the message body has not been downloaded yet.
2018-11-07 16:20:12 +00:00
See also [this FAQ](#user-content-faq15).
2018-11-04 13:30:27 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq19"></a>
2018-09-13 05:51:28 +00:00
**(19) Why are the pro features so expensive?**
The right question is "*why are there so many taxes and fees?*":
2019-01-10 19:15:55 +00:00
* VAT: 25 % (depending on your country)
* Google fee: 30 %
* Income tax: 50 %
2018-09-13 05:51:28 +00:00
So, what is left for the developer is just a fraction of what you pay.
2019-03-13 07:26:53 +00:00
Note that only some convenience and advanced features need to be purchased which means that FairEmail is basically free to use.
2018-09-13 05:51:28 +00:00
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.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq20"></a>
2018-09-13 05:51:28 +00:00
**(20) Can I get a refund?**
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.
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq21"></a>
2018-09-14 14:33:14 +00:00
**(21) How do I enable the notification light?**
Before Android 8 Oreo: there is an advanced option in the setup for this.
Android 8 Oreo and later: see [here](https://developer.android.com/training/notify-user/channels) about how to configure notification channels.
2018-11-08 08:37:15 +00:00
You can use the button *Manage notifications* in the setup to directly go to the Android notification settings.
2019-03-09 09:14:34 +00:00
Note that apps cannot change notification settings, including the notification light setting, on Android 8 Oreo and later anymore.
2018-09-14 14:33:14 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq22"></a>
2019-03-30 08:28:12 +00:00
**(22) What do 'Couldn't connect to host', 'Connection refused', 'Network unreachable', 'Software caused connection abort', 'Connection reset by peer' and 'Read timed out' mean?**
2018-09-19 10:54:08 +00:00
2019-03-12 16:11:04 +00:00
The messages *... Couldn't connect to host ...*, *... Connection refused ...* or *... Network unreachable ...*
2019-02-18 12:39:27 +00:00
mean that FairEmail was not able to connect to the email server.
2018-09-19 10:54:08 +00:00
2019-03-12 16:11:04 +00:00
The message *... Software caused connection abort ...*
2019-03-12 19:48:52 +00:00
means that the email server or something between FairEmail and the email server actively terminated an existing connection.
2019-03-12 19:25:52 +00:00
This can for example happen when connectivity was abruptly lost. A typical example is turning on flight mode.
2019-03-12 16:11:04 +00:00
2019-03-15 21:21:20 +00:00
The message *... Connection reset by peer ...* means that the email server actively terminated an existing connection.
2019-03-30 08:28:12 +00:00
The message *... Read timed out ...* means that the email server is not responding anymore or that the internet connction is bad.
2018-09-19 10:54:08 +00:00
Possible causes are:
2019-03-12 16:11:04 +00:00
* A firewall or router is blocking connections to the server
2018-09-19 10:54:08 +00:00
* The host name or port number is invalid
* The are problems with the internet connection
2019-03-15 21:21:20 +00:00
* The email server is refusing to accept connections
* There are too many connections to the server, see also the next question
2018-09-19 10:54:08 +00:00
If you are using a VPN, the VPN provider might block the connection because it is too aggressively trying to prevent spam.
2019-03-12 16:11:04 +00:00
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.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq23"></a>
2018-09-22 07:02:37 +00:00
**(23) Why do I get 'Too many simultaneous connections' ?**
The message *Too many simultaneous connections* is sent by the email server
when there are too many folder connections for the same email account at the same time.
2018-09-22 07:02:37 +00:00
Possible causes are:
* There are multiple email clients connected to the same account
* The same email client is connected multiple times to the same account
* The previous connection was terminated abruptly for example by abruptly losing internet connectivity, for example when turning on flight mode
2018-09-22 07:02:37 +00:00
2018-12-04 19:14:19 +00:00
If only FairEmail is connecting to the email server, first try to wait half an hour to see if the problem resolves itself,
2019-03-16 14:46:29 +00:00
else enable the folder setting '*Poll instead of synchronize*' for some folders.
2018-12-06 14:54:41 +00:00
The poll interval can be configured in the account settings.
2018-12-04 19:14:19 +00:00
The maximum number of simultaneous folder connections for Gmail is 15,
2018-12-05 07:58:33 +00:00
so you can synchronize at most 15 folders simultaneously on *all* your devices at the same time.
See [here](https://support.google.com/mail/answer/7126229) for details.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq24"></a>
2018-09-23 07:00:13 +00:00
**(24) What is browse messages on the server?**
Browse messages on the server will fetch messages from the email server in real time
when you reach the end of the list of synchronized messages, even when the folder is set to not synchronize.
2019-01-09 15:02:54 +00:00
You can disable this feature in the advanced account settings.
2018-09-23 07:00:13 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq25"></a>
2018-11-03 17:39:58 +00:00
**(25) Why can't I select/open/save an image, attachment or a file?**
2018-10-07 12:57:20 +00:00
2018-12-01 16:20:29 +00:00
If a menu item to select/open/save a file is disabled (dimmed) or not available,
2018-11-03 17:39:58 +00:00
the [storage access framework](https://developer.android.com/guide/topics/providers/document-provider),
a standard Android component, is probably not present,
2018-10-07 12:57:20 +00:00
for example because your custom ROM does not include it or because it was removed.
FairEmail does not request storage permissions, so this framework is required to select files and folders.
2018-11-03 08:21:02 +00:00
No app, except maybe file managers, targeting Android 4.4 KitKat or later should ask for storage permissions because it would allow access to *all* files.
2018-10-07 12:57:20 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq26"></a>
2018-10-17 18:23:38 +00:00
**(26) Can I help to translate FairEmail in my own language?**
Yes, you can translate the texts of FairEmail in your own language [here](https://crowdin.com/project/open-source-email).
Registration is free.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq27"></a>
**(27) How can I differentiate external and embedded images?**
2018-11-06 08:17:59 +00:00
External image:
2018-11-06 08:17:59 +00:00
![External image](https://raw.githubusercontent.com/google/material-design-icons/master/image/1x_web/ic_image_black_48dp.png)
2018-11-06 08:17:59 +00:00
Embedded image:
![Embedded image](https://raw.githubusercontent.com/google/material-design-icons/master/image/1x_web/ic_photo_library_black_48dp.png)
Broken image:
![Broken image](https://raw.githubusercontent.com/google/material-design-icons/master/image/1x_web/ic_broken_image_black_48dp.png)
Note that downloading external images from a remote server can be used to record you did see a message, which you likely don't want if the message is spam or malicious.
2018-11-06 08:17:59 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq28"></a>
2018-11-06 15:03:31 +00:00
**(28) How can I manage status bar notifications?**
In the setup you'll find a button *Manage notifications* to directly navigate to the Android notifications settings for FairEmail.
On Android 8.0 Oreo and later you can manage the properties of the individual notification channels,
for example to set a specific notification sound or to show notifications on the lock screen.
FairEmail has the following notification channels:
2018-11-07 16:20:12 +00:00
* Service: used for the foreground service notification, see also [this FAQ](#user-content-faq2)
2018-11-06 15:03:31 +00:00
* Notifications: used for new message notifications
* Error: used for error notifications
See [here](https://developer.android.com/guide/topics/ui/notifiers/notifications#ManageChannels) for details on notification channels.
In short: tap on the notification channel name to access the channel settings.
2018-12-09 10:43:51 +00:00
On Android before Android 8 Oreo you can set the notification sound in the advanced options.
2018-11-07 16:20:12 +00:00
See [this FAQ](#user-content-faq21) if your device has a notification light.
2018-11-06 15:03:31 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-07 17:57:31 +00:00
<a name="faq29"></a>
2018-11-07 14:02:56 +00:00
**(29) How can I get new message notifications for other folders?**
Just long press a folder, select *Edit properties*,
and enable either *Show in unified inbox*
or *Notify new messages* (available on Android 7 Nougat and later only)
and tap *Save*.
2018-11-07 14:02:56 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-08 06:47:49 +00:00
<a name="faq30"></a>
**(30) How can I use the provided quick settings?**
There are quick settings (settings tiles) available to:
* globally enable/disable synchronization
* show the number of new messages and marking them as seen (not read)
Quick settings require Android 7.0 Nougat or later.
The usage of settings tiles is explained [here](https://support.google.com/android/answer/9083864).
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-08 06:47:49 +00:00
<a name="faq31"></a>
**(31) How can I use the provided shortcuts?**
There are shortcuts available to:
2019-03-15 09:03:04 +00:00
* compose a new message to a favorite contact
2018-11-08 06:47:49 +00:00
* setup accounts, identities, etc
Shortcuts require Android 7.1 Nougat or later.
The usage of shortcuts is explained [here](https://support.google.com/android/answer/2781850).
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-09 08:33:22 +00:00
<a name="faq32"></a>
**(32) How can I check if reading email is really safe?**
You can use the [Email Privacy Tester](https://www.emailprivacytester.com/) for this.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-09 09:52:36 +00:00
<a name="faq33"></a>
**(33) Why are edited sender addresses not working?**
Most providers accept validated addresses only when sending messages to prevent spam.
For example Google modifies the message headers like this:
```
From: Somebody <somebody@example.org>
X-Google-Original-From: Somebody <somebody+extra@example.org>
```
2018-11-09 11:25:51 +00:00
This means that the edited sender address was automatically replaced by a validated address before sending the message.
2018-11-09 09:52:36 +00:00
Note that this is independent of receiving messages.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-10 19:48:35 +00:00
<a name="faq34"></a>
**(34) How are identities matched?**
2019-03-31 06:35:31 +00:00
Identities are as expected matched by account.
For incoming messages the *to* and *cc* address will be checked and for outgoing messages the *from* addresses will be checked.
2019-03-31 06:35:31 +00:00
Archived messages will be considered as incoming messages, but additionally the *from* address will be checked.
2018-11-10 19:48:35 +00:00
2019-03-31 06:35:31 +00:00
The matched address will be shown as *via* in the addresses section.
2018-11-10 19:48:35 +00:00
Matched identities can be used to color code messages.
The identity color takes precedence over the account color.
Setting identity colors is a pro feature.
2018-11-10 19:48:35 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-11 12:03:01 +00:00
<a name="faq35"></a>
**(35) Why should I be careful with viewing images, attachments and the original message?**
Viewing remotely stored images (see also [this FAQ](#user-content-faq27)) might not only tell the sender that you have seen the message,
but will also leak your IP address.
Opening attachments or viewing an original message might execute scripts,
that might not only cause privacy sensitive information to leak, but can also be a security risk.
Note that your contacts could unknowingly send malicious messages if they got infected with malware.
2019-04-07 06:21:30 +00:00
The Gmail app shows images by default by downloading the images through a Google proxy server.
Since the images are downloaded from the source server [in real-time](https://blog.filippo.io/how-the-new-gmail-image-proxy-works-and-what-this-means-for-you/),
this is even less secure because Google is involved too without providing much benefit.
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-14 19:36:43 +00:00
<a name="faq36"></a>
**(36) How are settings files encrypted?**
Short version: AES 256 bit
Long version:
* The 256 bit key is generated with *PBKDF2WithHmacSHA1* using a 128 bit secure random salt and 65536 iterations
* The cipher is *AES/CBC/PKCS5Padding*
2018-12-29 08:31:35 +00:00
<br />
2018-12-23 11:41:44 +00:00
2018-11-14 19:36:43 +00:00
<a name="faq37"></a>
**(37) How are passwords stored?**
2019-03-11 15:01:19 +00:00
All supported Android versions [encrypt all user data](https://source.android.com/security/encryption/full-disk.html),
so all data, including usernames, passwords, messages, etc, is stored encrypted.
2018-11-14 10:32:15 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-11-24 17:27:11 +00:00
<a name="faq38"></a>
**(38) Can you help me restore my Play store purchase?**
Google manages all purchases, so as developer I have no control over purchases.
So, the only thing I can do, is give some advice:
* Make sure you have an active, working internet connection
* Make sure the Google Play store / Play services are not blocked in any way, for example by a firewall
* Make sure you are logged in with the right Google account and that there is nothing wrong with your Google account
* Open the Play store application and wait at least a minute to give it time to synchronize with the Google servers
* Open FairEmail to check the purchase again
Note that:
* Purchases are stored in the Google cloud and cannot get lost
* There is no time limit on purchases, so they cannot expire
* Google does not expose details (name, e-mail, etc) about buyers to developers
* An application like FairEmail cannot select which Google account to use
If you cannot solve the problem with the purchase, you will have to contact Google about it.
2018-12-29 08:31:35 +00:00
<br />
2018-11-24 17:27:11 +00:00
2018-11-26 18:15:53 +00:00
<a name="faq39"></a>
**(39) How can I reduce the battery usage of FairEmail?**
2018-12-12 08:22:59 +00:00
First of all, update to [the latest version](https://github.com/M66B/open-source-email/releases/).
It is inevitable that synchronizing messages will use battery power because it requires network access and accessing the messages database.
2018-12-12 09:16:35 +00:00
Reconnecting to an email server will use extra battery power, so an unstable internet connection will result in extra battery usage.
2018-12-12 08:22:59 +00:00
Recent Android versions by default report *app usage* as a percentage in the Android battery settings screen.
Confusingly, *app usage* is not the same as *battery usage*.
The app usage will be very high because FairEmail is using a foreground service which is considered as constant app usage by Android.
However, this doesn't mean that FairEmail is constantly using battery power.
The real battery usage can be seen by using the three dot overflow menu *Show full device usage*.
2018-12-12 09:16:35 +00:00
As a rule of thumb the battery usage should be below or in any case not be much higher than *Mobile network standby*.
2018-12-12 08:22:59 +00:00
If this isn't the case, please let me know.
2018-11-26 18:15:53 +00:00
Most of the battery usage, not considering viewing messages, is due to synchronization (receiving and sending) of messages.
So, to reduce the battery usage, set the number of days to synchronize message for to a lower value,
especially if there are a lot of recent messages in a folder.
Long press a folder name in the folders list to access this setting.
2018-12-04 09:45:30 +00:00
If you have at least once a day internet connectivity, it is sufficient to synchronize messages just for one day.
2018-11-26 18:15:53 +00:00
Note that you can set the number of days to *keep* messages for to a higher number than to *synchronize* messages for.
You could for example initially synchronize messages for a large number of days and after this has been completed
reduce the number of days to synchronize messages for, but leave the number of days to keep messages for.
2018-12-04 09:45:30 +00:00
Starred messages will always be synchronized,
which will allow you to keep older messages around while synchronizing messages for a limited number of days.
2018-12-14 18:31:34 +00:00
Disabling the folder option *Automatically download message texts and attachments*
will result in less network traffic and thus less battery usage.
You could disable this option for example for the sent folder and the archive.
2019-04-06 13:11:28 +00:00
Synchronizing messages at night is mostly not useful, so you can save on battery usage by not synchronizing at night.
In the advanced options you can set a schedule for message synchronization (this is a pro feature). See also [this FAQ](#user-content-faq78).
2018-11-27 06:08:34 +00:00
If you got the message *This provider does not support push messages* while configuring an account,
consider switching to a modern provider which supports push messages (IMAP IDLE) to reduce battery usage.
2018-11-27 12:02:47 +00:00
If your device has an [AMOLED](https://en.wikipedia.org/wiki/AMOLED) screen,
2019-04-06 13:11:28 +00:00
you can save battery usage while viewing messages by switching to the black theme.
2018-11-27 12:02:47 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-11-27 12:02:47 +00:00
2018-11-27 10:14:51 +00:00
<a name="faq40"></a>
2018-11-27 12:02:47 +00:00
**(40) How can I reduce the network usage of FairEmail?**
You can reduce the network usage basically in the same way as reducing battery usage, see the previous question for suggestions.
2018-12-05 07:58:33 +00:00
Additionally, you can set FairEmail to download small messages and attachments on a metered (mobile, paid) connection only
or let FairEmail connect via unmetered connections only.
These advanced settings are accessible via *Setup* > *Advanced options*.
2018-11-27 12:02:47 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-11-27 12:02:47 +00:00
<a name="faq41"></a>
2018-11-29 16:51:33 +00:00
**(41) How can I fix the error 'Handshake failed' ?**
2018-11-27 10:14:51 +00:00
2018-12-05 07:58:33 +00:00
There are several possible causes, so please read to the end of this answer.
2018-11-29 16:51:33 +00:00
The error '*Handshake failed ... WRONG_VERSION_NUMBER*' might mean that you are trying to connect to an IMAP or SMTP server
without an encrypted connection, typically using port 143 (IMAP) and port 25 (SMTP).
Most providers provide encrypted connections using different ports, typically port 993 (IMAP) and port 465/587 (SMTP).
If your provider doesn't support encrypted connections, you should ask to make this possible.
If this isn't an option, you could enable *Allow insecure connections* both in the advanced settings AND the account/identity settings.
2018-11-27 10:14:51 +00:00
2018-12-01 09:08:17 +00:00
See also [this FAQ](#user-content-faq4).
2018-12-05 07:58:33 +00:00
The error '*Handshake failed ... SSLV3_ALERT_ILLEGAL_PARAMETER*' is either caused by a bug in the SSL protocol implementation
or by a too short DH key on the email server and can unfortunately not be fixed by FairEmail.
2018-12-29 08:31:35 +00:00
<br />
2018-11-26 18:15:53 +00:00
2018-12-04 09:08:27 +00:00
<a name="faq42"></a>
**(42) Can you add a new provider to the list of providers?**
If the provider is used by more than a few people, yes, with pleasure.
The following information is needed:
```
<provider
name="Gmail"
link="https://support.google.com/mail/answer/7126229" // setup instructions
type="com.google"> // this is not needed
<imap
host="imap.gmail.com"
port="993"
starttls="false" />
<smtp
host="smtp.gmail.com"
port="465"
starttls="false" />
```
2019-03-18 07:13:45 +00:00
The EFF [writes](https://www.eff.org/nl/deeplinks/2018/06/announcing-starttls-everywhere-securing-hop-hop-email-delivery):
"*Additionally, even if you configure STARTTLS perfectly and use a valid certificate, theres still no guarantee your communication will be encrypted.*"
So, pure SSL connections are safer than using [STARTTLS](https://en.wikipedia.org/wiki/Opportunistic_TLS) and therefore preferred.
2018-12-04 09:08:27 +00:00
2019-03-18 07:13:45 +00:00
Please make sure receiving and sending messages works properly before contacting me to add a provider.
2018-12-04 09:08:27 +00:00
See below about how to contact me.
2018-12-29 08:31:35 +00:00
<br />
2018-12-04 09:08:27 +00:00
2018-12-08 07:21:15 +00:00
<a name="faq43"></a>
**(43) Can you show the original ... ?**
2019-04-26 06:43:39 +00:00
Show original, shows the original message as the sender has sent it, including original fonts, colors, margins, etc.
FairEmail does and will not alter this in any way,
except for requesting [TEXT_AUTOSIZING](https://developer.android.com/reference/android/webkit/WebSettings.LayoutAlgorithm),
which will *attempt* to make small text more readable.
2018-12-08 07:21:15 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-04 09:08:27 +00:00
2018-12-09 15:24:35 +00:00
<a name="faq44"></a>
2019-04-20 06:15:09 +00:00
**~~(44) Can you show contact photos / identicons in the sent folder?~~**
2018-12-09 15:24:35 +00:00
2019-04-20 06:15:09 +00:00
~~Contact photos and identicons are always shown for the sender because this is necessary for conversation threads.~~
~~Getting contact photos for both the sender and receiver is not really an option because getting contact photo is an expensive operation.~~
2018-12-09 15:24:35 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-09 15:24:35 +00:00
2018-12-10 07:30:58 +00:00
<a name="faq45"></a>
**(45) How can I fix 'This key is not available. To use it, you must import it as one of your own!' ?**
You'll get the message *This key is not available. To use it, you must import it as one of your own!*
when trying to decrypt a message with a public key. To fix this you'll need to import the private key.
2018-12-29 08:31:35 +00:00
<br />
2018-12-10 07:30:58 +00:00
2018-12-11 06:26:40 +00:00
<a name="faq46"></a>
**(46) Why does the message list keep refreshing?**
If you see a 'spinner' at the top of the message list, the folder is still being synchronized with the remote server.
You can see the progress of the synchronization in the folder list. See the legend about what the icons and numbers mean.
The speed of your device and internet connection and the number of days to synchronize messages for determine how long synchronization will take.
Note that you shouldn't set the number of days to synchronize messages for to more than one day in most cases, see also [this FAQ](#user-content-faq39).
2018-12-29 08:31:35 +00:00
<br />
2018-12-11 06:26:40 +00:00
2018-12-12 14:43:14 +00:00
<a name="faq47"></a>
**(47) How can I solve 'No primary account or no drafts folder' ?**
You'll get the error message *No primary account or no drafts folder* when trying to compose a message
while there is no account set to be the primary account or when there is no drafts folder selected for the primary account.
This can happen for example when you start FairEmail to compose a message from another app.
FairEmail needs to know where to store the draft,
so you'll need to select one account to be the primary account and/or you'll need to select a drafts folder for the primary account.
2019-02-28 19:41:56 +00:00
This can also happen when you try to reply to a message or to forward a message from an account with no drafts folder
while there is no primary account or when the primary account does not have a drafts folder.
2018-12-29 08:31:35 +00:00
<br />
2018-12-12 14:43:14 +00:00
<a name="faq48"></a>
2018-12-28 16:11:41 +00:00
**~~(48) How can I solve 'No primary account or no archive folder' ?~~**
2018-12-12 14:43:14 +00:00
2018-12-28 16:11:41 +00:00
~~You'll get the error message *No primary account or no archive folder* when searching for messages from another app.
2018-12-12 14:43:14 +00:00
FairEmail needs to know where to search,
2018-12-28 16:11:41 +00:00
so you'll need to select one account to be the primary account and/or you'll need to select a archive folder for the primary account.~~
2018-12-12 14:43:14 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-12 14:43:14 +00:00
2018-12-13 08:59:03 +00:00
<a name="faq49"></a>
2019-01-05 19:26:45 +00:00
**(49) How can I fix 'An outdated app sent a file path instead of a file stream' ?**
2018-12-13 08:59:03 +00:00
You likely selected or sent an attachment or image with an outdated file manager
or an outdated app which assumes all apps still have storage permissions.
2018-12-13 08:59:03 +00:00
For security and privacy reasons modern apps like FairEmail have no full access to all files anymore.
2019-01-05 19:26:45 +00:00
This can result into the error message *An outdated app sent a file path instead of a file stream*
if a file name instead of a file stream is being shared with FairEmail because FairEmail cannot randomly open files.
2019-04-07 06:21:30 +00:00
2019-01-05 19:26:45 +00:00
You can fix this by switching to an up-to-date file manager or an app designed for recent Android versions.
2019-02-07 09:25:11 +00:00
Alternatively, you can grant FairEmail read access to the storage space on your device in the Android app settings.
2019-04-07 06:21:30 +00:00
Note that this workaround [won't work on Android Q](https://developer.android.com/preview/privacy/scoped-storage) anymore.
2018-12-13 08:59:03 +00:00
2019-02-06 11:16:15 +00:00
See also [question 25](#user-content-faq25)
and [what Google writes about it](https://developer.android.com/training/secure-file-sharing/share-file#RespondToRequest).
2018-12-13 08:59:03 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-13 08:59:03 +00:00
2018-12-14 08:16:19 +00:00
<a name="faq50"></a>
**(50) Can you add an option to synchronize all messages?**
A synchronize all (download all) messages will not be added
because it can easily result in out of memory errors and the available storage space filling up.
It can also easily result in a lot of battery and data usage.
Mobile devices are just not very suitable to download and store years of messages.
You can better use the search on server function (see [question 13](#user-content-faq13)), which is faster and more efficient.
Note that searching through a lot of messages stored locally would only delay searching and use extra battery power.
2018-12-29 08:31:35 +00:00
<br />
2018-12-14 08:16:19 +00:00
2018-12-22 15:14:01 +00:00
<a name="faq51"></a>
**(51) How are folders sorted?**
2019-05-06 20:34:18 +00:00
Folders are first sorted on account order (by default on account name)
and within an account with special, system folders on top, followed by folders set to synchronize.
Within each category the folders are sorted on (display) name.
You can set the display name by long pressing a folder in the folder list and selecting *Edit properties*.
2018-12-22 15:14:01 +00:00
2019-05-06 20:34:18 +00:00
The navigation (hamburger) menu item *Order folders* in the setup can be used to manually order the folders.
2018-12-22 15:14:01 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-22 15:14:01 +00:00
2018-12-25 14:18:20 +00:00
<a name="faq52"></a>
**(52) Why does it take some time to reconnect to an account?**
There is no reliable way to know if an account connection was terminated gracefully or forcefully.
Trying to reconnect to an account while the account connection was terminated forcefully too often can result in problems
like [too many simultaneous connections](#user-content-faq23) or even the account being blocked.
To prevent such problems, FairEmail waits 90 seconds until trying to reconnect again.
2019-04-20 06:15:09 +00:00
You can long press *Settings* in the navigation menu to reconnect immediately.
2018-12-29 08:31:35 +00:00
<br />
2018-12-25 14:18:20 +00:00
2018-12-27 08:02:58 +00:00
<a name="faq53"></a>
**(53) Can you stick the message action bar to the top/bottom?**
2019-04-20 06:15:09 +00:00
The message action bar works on a single message and the bottom action bar works on all the messages in the conversation.
2018-12-27 08:02:58 +00:00
Since there is often more than one message in a conversation, this is not possible.
2019-04-20 06:15:09 +00:00
Moreover, there are quite some message specific actions, like forwarding.
2018-12-27 08:02:58 +00:00
2019-05-09 19:20:23 +00:00
You can use the *Home* button to quickly go to the top of the message.
2018-12-29 08:31:35 +00:00
<br />
2018-12-27 08:02:58 +00:00
<a name="faq54"></a>
2018-12-27 14:57:32 +00:00
**(54) How do I use a namespace prefix?**
A namespace prefix is used to automatically remove the prefix providers sometimes add to folder names.
2018-12-27 08:02:58 +00:00
For example the Gmail spam folder is called:
```
[Gmail]/Spam
```
By setting the namespace prefix to *[Gmail]* FairEmail will automatically remove *[Gmail]/* from all folder names.
2018-12-29 08:31:35 +00:00
<br />
2018-12-27 08:02:58 +00:00
2018-12-28 10:23:47 +00:00
<a name="faq55"></a>
**(55) How can I mark all messages as read / move or delete all messages?**
You can use multiple select for this.
Long press the first message, don't lift your finger and slide down to the last message.
Then use the three dot action button to execute the desired action.
2018-12-29 08:31:35 +00:00
<br />
2018-12-28 10:23:47 +00:00
2018-12-29 08:27:09 +00:00
<a name="faq56"></a>
**(56) Can you add support for JMAP?**
There are almost no providers offering the [JMAP](https://jmap.io/) protocol,
2019-04-20 06:15:09 +00:00
so it is not worth a lot of effort to add support for this to FairEmail.
2018-12-29 08:27:09 +00:00
2018-12-29 08:31:35 +00:00
<br />
2018-12-29 08:27:09 +00:00
2019-01-03 19:01:23 +00:00
<a name="faq57"></a>
**(57) Can I use HTML in signatures?**
2019-01-05 17:23:57 +00:00
Yes, you can use HTML in signatures if you paste HTML formatted text into the signature field or use the *Edit as HTML* button.
2019-01-03 19:01:23 +00:00
See [here](https://stackoverflow.com/questions/44410675/supported-html-tags-on-android-textview) for which HTML tags are supported.
2019-04-20 06:15:09 +00:00
You can for example paste this into the signature field:
2019-01-04 09:52:41 +00:00
This is *italic*, this is *bold* and this is [a link](https://example.org).
2019-04-20 06:15:09 +00:00
Alternatively, you can use the button *Edit as HTML*.
2019-01-03 19:01:23 +00:00
<br />
2019-01-05 17:23:57 +00:00
<a name="faq58"></a>
**(58) What does an open/closed email icon mean?**
The email icon in the folder list can be open (outlined) or closed (solid):
![External image](https://raw.githubusercontent.com/google/material-design-icons/master/communication/1x_web/ic_mail_outline_black_48dp.png)
Message bodies and attachments are not downloaded by default.
![External image](https://raw.githubusercontent.com/google/material-design-icons/master/communication/1x_web/ic_email_black_48dp.png)
Message bodies and attachments are downloaded by default.
<br />
2019-01-06 11:35:32 +00:00
<a name="faq59"></a>
**(59) Can original messages be opened in the browser?**
For security reasons the files with the original message texts are not accessible to other apps, so this is not possible.
In theory the [Storage Access Framework](https://developer.android.com/guide/topics/providers/document-provider) could be used to share these files,
but even Google's Chrome cannot handle this.
<br />
<a name="faq60"></a>
**(60) Did you know ... ?**
2019-01-07 15:06:42 +00:00
* Did you know that starred messages are always synchronized/kept?
2019-01-06 11:35:32 +00:00
* Did you know that you can long press the 'write message' icon to go to the drafts folder?
* Did you know that you can long press the account name in the navigation menu to go to the inbox of that account?
* Did you know there is an advanced option to mark messages read when they are moved and that archiving and trashing is also moving?
* Did you know that you can select text (or an email address) in any app on recent Android versions and let FairEmail search for it? You'll need to set a primary account and an archive folder for this to work, so FairEmail knows where to search. There will be 'FairEmail' in the menu with copy, cut, etc.
* Did you know that FairEmail has a tablet mode? Rotate your device in landscape mode and conversation threads will be opened in a second column if there is enough screen space.
2019-01-09 18:45:53 +00:00
* Did you know that you can long press a reply template to create a draft message from the template?
2019-01-29 17:23:14 +00:00
* Did you know that you can long press, hold and swipe to select a range of messages?
2019-01-30 11:55:44 +00:00
* Did you know that you can retry sending messages by using pull-down-to-refresh in the outbox?
2019-01-30 19:46:56 +00:00
* Did you know that you can swipe a conversation left or right to go to the next or previous conversation?
2019-03-15 09:03:04 +00:00
* Did you know that you can tap on an image to see where it will be downloaded from?
* Did you know that you can long press the bell icon to delete the notification channel for the email address?
2019-04-28 09:58:23 +00:00
* Did you know that you can long press the folder icon in the action bar to select an account?
2019-01-06 11:35:32 +00:00
<br />
2019-01-07 09:36:28 +00:00
<a name="faq61"></a>
**(61) Why are some messages shown dimmed?**
Messages shown dimmed are locally moved messages for which the move is not confirmed by the server yet.
2019-01-19 18:13:48 +00:00
This can happen when the folder is set to not synchronize, when there is no connection to the server or when the messages are too old to be synchronized.
2019-01-07 09:36:28 +00:00
Eventually, these messages will be synchronized when the connection to the server is restored or will be deleted if they are too old to be synchronized.
You can view these messages, but you cannot move these messages again until the previous move has been confirmed by the server.
2019-01-19 18:13:48 +00:00
Some providers don't keep track of sent messages or you might be using an SMTP server not related to the provider.
This will result in messages in the sent folder never to be synchronized.
2019-03-02 19:06:28 +00:00
See [this FAQ](#user-content-faq7) for more information on this.
2019-01-19 18:13:48 +00:00
2019-01-07 09:36:28 +00:00
<br />
2018-12-29 08:27:09 +00:00
2019-01-07 20:42:42 +00:00
<a name="faq62"></a>
2019-01-08 11:01:05 +00:00
**(62) Which authentication methods are supported?**
2019-01-07 20:42:42 +00:00
2019-01-08 11:01:05 +00:00
The following authentication methods are supported and used in this order:
* LOGIN
* PLAIN
2019-01-13 12:33:30 +00:00
* NTLM (untested)
2019-04-20 06:15:09 +00:00
* XOAUTH2 (used when a Google account is selected)
2019-01-08 11:01:05 +00:00
SASL authentication methods, like CRAM-MD5, are not supported
because [JavaMail for Android](https://javaee.github.io/javamail/Android) does not support SASL authentication.
2019-01-13 11:27:39 +00:00
If using secure connections, a must today, there is little value in using CRAM-MD5 anyway.
2019-01-08 11:01:05 +00:00
2019-01-10 14:05:44 +00:00
If your provider requires an unsupported authentication method, you'll likely get the error message *authentication failed*.
2019-01-08 11:01:05 +00:00
<br />
<a name="faq63"></a>
**(63) How are images resized for displaying on screens?**
2019-01-13 08:50:35 +00:00
Large inline or attached [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) and [JPEG](https://en.wikipedia.org/wiki/JPEG) images
will automatically be resized for displaying on screens.
This is because email messages are limited in size, depending on the provider mostly between 10 and 50 MB.
2019-04-17 15:34:01 +00:00
Images will by default be resized to a maximum width and height of about 1440 pixels and saved with a compression ratio of 90 %.
2019-01-08 11:01:05 +00:00
Images are scaled down using whole number factors to reduce memory usage and to retain image quality.
2019-04-17 10:54:46 +00:00
There is an advanced option to disable automatically resizing and to set the target image size.
2019-01-07 20:42:42 +00:00
<br />
2019-01-09 08:09:03 +00:00
<a name="faq64"></a>
**(64) Can you add custom actions for swipe left/right?**
The most natural thing to do when swiping a list entry left or right is to remove the entry from the list.
2019-01-20 15:22:21 +00:00
The most natural action in the context of an email app is moving the message out of the folder to another folder.
You can select the folder to move to in the account settings.
2019-04-23 10:35:24 +00:00
2019-03-31 16:28:11 +00:00
Other actions, like marking messages read and snoozing messages are available via multiple selection.
2019-04-06 13:11:28 +00:00
You can long press a message to start multiple selection. See also [this question](#user-content-faq55).
Swiping left or right to mark a message read or unread is unnatural because the message first goes away and later comes back in a different shape.
Note that there is an advanced option to mark messages automatically read on moving,
which is in most cases a perfect replacement for the sequence mark read and move to some folder.
2019-04-23 10:35:24 +00:00
You can also mark messages read from new message notifications.
2019-04-06 13:11:28 +00:00
If you want to read a message later, you can hide it until a specific time by using the *snooze* menu.
2019-01-09 08:09:03 +00:00
<br />
2019-01-10 10:51:11 +00:00
<a name="faq65"></a>
**(65) Why are some attachments shown dimmed?**
Inline (image) attachments are shown dimmed.
2019-01-10 11:39:33 +00:00
[Inline attachments](https://tools.ietf.org/html/rfc2183) are supposed to be downloaded and shown automatically,
2019-01-10 10:51:11 +00:00
but since FairEmail doesn't always download attachments automatically, see also [this FAQ](#user-content-faq40),
FairEmail shows all attachment types. To distinguish inline and regular attachments, inline attachments are shown dimmed.
<br />
2019-01-10 19:15:55 +00:00
<a name="faq66"></a>
**(66) Is FairEmail available in the Google Play Family Library?**
There are [too many fees and taxes](#user-content-faq19), Google alone already takes 30 %,
to justify making FairEmail available in the [Google Play Family Library](https://support.google.com/googleone/answer/7007852).
<br />
2019-01-10 10:51:11 +00:00
2019-01-13 08:50:35 +00:00
<a name="faq67"></a>
**(67) How can I snooze conversations?**
Multiple select one of more conversations (long press to start multiple selecting), tap the three dot button and select *Snooze ...*.
Alternatively, use the *Snooze ...* 'more' menu in the expanded message view.
2019-01-13 08:50:35 +00:00
Select the time the conversation(s) should snooze and confirm by tapping OK.
The conversations will be hidden for the selected time and shown again afterwards.
You will receive a new message notification as reminder.
You can show snoozed messages by using the *Snoozed* item in the three dot overflow menu.
You can tap on the small snooze icon to see until when a conversation is snoozed.
By selecting a zero snooze duration you can cancel snoozing.
<br />
2019-01-14 08:32:42 +00:00
<a name="faq68"></a>
2019-03-14 20:59:12 +00:00
**~~(68) Why can Adobe Acrobat reader not open PDF attachments / Microsoft apps not open attached documents?~~**
2019-01-14 08:32:42 +00:00
2019-03-14 20:59:12 +00:00
~~Adobe Acrobat reader and Microsoft apps still expects full access to all stored files,~~
~~while apps should use the [Storage Access Framework](https://developer.android.com/guide/topics/providers/document-provider) since Android KitKat (2013)~~
~~to have access to actively shared files only. This is for privacy and security reasons.~~
2019-01-14 08:32:42 +00:00
2019-03-14 20:59:12 +00:00
~~You can workaround this by saving the attachment and opening it from the Adobe Acrobat reader / Microsoft app,~~
~~but you are advised to install an up-to-date and preferably open source PDF reader / document viewer,~~
~~for example one listed [here](https://github.com/offa/android-foss#-document--pdf-viewer).~~
2019-01-14 08:32:42 +00:00
<br />
2019-01-15 17:00:13 +00:00
<a name="faq69"></a>
**(69) Can you add auto scroll up on new message?**
2019-03-01 20:03:39 +00:00
The message list is automatically scrolled up when navigating from a new message notification or after a manual refresh.
Always automatically scrolling up on arrival of new messages would interfere with your own scrolling,
but if you like you can enable this in the advanced options.
2019-01-15 17:00:13 +00:00
<br />
2019-01-16 13:50:18 +00:00
<a name="faq70"></a>
**(70) When will messages be auto expanded?**
When navigation to a conversation one message will be expanded if:
* There is just one message in the conversation
* There is exactly one unread message in the conversation
There is one exception: the message body text was not downloaded yet
and the message body text is too large to download automatically on a metered connection.
Duplicate (archived) messages, trashed messages and draft messages are not counted.
<br />
2019-01-18 15:20:44 +00:00
<a name="faq71"></a>
**(71) How do I use filter rules?**
You can edit filter rules by long pressing a folder in the folder list.
2019-01-20 06:49:47 +00:00
The rules will be applied to new messages received in the folder, not to existing messages.
2019-01-18 15:20:44 +00:00
You'll need to give a rule a name and you'll need to define the order in which a rule should be executed relative to other rules.
You can disable a rule and you can stop processing other rules after a rule has been executed.
All the conditions of a rule need to be true for a filter rule to be executed.
Conditions are optional, but there needs to be at least one condition.
2019-02-01 09:28:27 +00:00
Matching is not case sensitive, unless you use [regular expressions](https://en.wikipedia.org/wiki/Regular_expression).
2019-01-18 15:20:44 +00:00
2019-05-08 15:41:27 +00:00
In the *more* message menu there is an item to create a rule for a received message with the most common conditions filled in.
2019-01-20 06:49:47 +00:00
You can select one of these actions to apply to matching messages:
* Mark as read
* Mark as unread
* Move
* Reply template
2019-04-20 06:15:09 +00:00
* Automation
2019-01-20 06:49:47 +00:00
2019-01-19 13:32:11 +00:00
Filter rules are applied direct after the message header has been fetched, before the message text has been downloaded,
so it is not possible to apply filter rules to the message text.
Note that large message texts are downloaded on demand on a metered connection to save data.
2019-02-07 14:42:33 +00:00
To debug rules you can long press *Operations* to see logging about the evaluation of rule conditions.
2019-02-07 18:07:26 +00:00
Since message headers are not downloaded and stored by default to save on battery and data usage and to save storage space
2019-02-07 18:15:54 +00:00
it is not possible to preview which messages would match the rule conditions.
2019-02-07 14:42:33 +00:00
2019-01-18 15:20:44 +00:00
Using filter rules is a pro feature.
<br />
2019-01-25 17:08:19 +00:00
<a name="faq72"></a>
**(72) What are primary accounts/identities?**
The primary account is used when the account is ambiguous, for example when starting a new draft from the unified inbox.
Similarly, the primary identity of an account is used when the identity is ambiguous.
There can be just one primary account and there can be just one primary identity per account.
<br />
2019-01-15 18:24:52 +00:00
2019-01-25 18:55:11 +00:00
<a name="faq73"></a>
**(73) Is moving messages across accounts safe/efficient?**
Moving messages across accounts is safe because the raw, original messages will be downloaded and moved
and because the source messages will be deleted only after the target messages have been added
Batch moving messages across accounts is efficient if both the source folder and target folder are set to synchronize,
else FairEmail needs to connect to the folder(s) for each message.
<br />
2019-02-04 09:35:58 +00:00
<a name="faq74"></a>
**(74) Why do I see duplicate messages?**
Some providers, notably Gmail, list all messages in all folders, except trashed messages, in the archive (all messages) folder too.
FairEmail shows all these messages, except for one, dimmed, to indicate that these messages are in fact the same message.
Gmail allows one message to have multiple labels, which are presented to FairEmail as folders.
This means that messages with multiple labels will be shown multiple times as well.
2019-04-20 06:15:09 +00:00
You can hide duplicate messages by disabling *Show duplicates* in the three dots overflow menu.
2019-02-04 09:35:58 +00:00
2019-02-05 08:39:06 +00:00
<br />
<a name="faq75"></a>
2019-05-02 09:31:34 +00:00
**(75) Can you make an iOS, Windows, Linux, etc version?**
2019-02-05 08:39:06 +00:00
2019-04-20 06:15:09 +00:00
A lot of knowledge and experience is required to successfully develop an app for a specific platform,
which is why I develop apps for Android only.
2019-02-05 08:39:06 +00:00
<br />
2019-02-05 17:19:33 +00:00
<a name="faq76"></a>
**(76) What does 'Clear local messages' ?**
The folder menu *Clear local messages* removes messages from the device which are present on the server too.
It does not delete messages from the server.
This can be useful after changing the folder settings to not download the message content (text and attachments), for example to save space.
<br />
2019-02-05 08:39:06 +00:00
2019-02-07 11:44:39 +00:00
<a name="faq77"></a>
**(77) Why are messages sometimes shown with a small delay?**
Depending on the speed of your device (processor speed and maybe even more memory speed) messages might be displayed with a small delay.
FairEmail is designed to dynamically handle a large number of messages without running out of memory.
This means that messages needs to be read from a database and that this database needs to be watched for changes, both of which might cause small delays.
Some convenience features, like grouping messages to display conversation threads and determining the previous/next message, take a little extra time.
Note that there is no *the* next message because in the meantime a new message might have been arrived.
When comparing the speed of FairEmail with similar apps this should be part of the comparison.
It is easy to write a similar, faster app which just displays a lineair list of messages while possible using too much memory,
but it is not so easy to properly manage resource usage and to offer more advanced features like conversation threading.
FairEmail is based on the state-of-the-art [Android architecture components](https://developer.android.com/topic/libraries/architecture/),
so there is little room for performance improvements.
<br />
2019-02-14 13:28:14 +00:00
<a name="faq78"></a>
**(78) How do I use schedules?**
In the advanced options you can enable scheduling and set the time to turn synchronizing automatically on and off.
An end time equal to or earlier than the start time is considered to be 24 hours later.
2019-02-14 16:36:47 +00:00
Turning FairEmail on or off, for example by using [a quick settings tile](#user-content-faq30), will not turn scheduling off.
This means that the next schedule event will still turn FairEmail on or off.
2019-02-14 13:28:14 +00:00
You can also automate turning synchronization on and off by sending these commands to FairEmail:
```
(adb shell) am startservice -a eu.faircode.email.ENABLE
(adb shell) am startservice -a eu.faircode.email.DISABLE
```
Sending these commands will automatically turn scheduling off.
2019-02-15 07:43:25 +00:00
You can automatically send commands with for example [Tasker](https://tasker.joaoapps.com/userguide/en/intents.html):
```
New task: Something recognizable
Action Category: Misc/Send Intent
Action: eu.faircode.email.ENABLE
Target: Service
```
2019-02-14 16:36:47 +00:00
Automation can be used for more advanced schedules,
like for example multiple synchronization periods per day or different synchronization periods for different days.
2019-02-14 13:51:36 +00:00
2019-02-14 13:28:14 +00:00
Scheduling is a pro feature.
<br />
2019-02-18 17:12:51 +00:00
<a name="faq79"></a>
2019-02-20 15:51:06 +00:00
**(79) How do I use synchronize on demand (manual)?**
2019-02-18 17:12:51 +00:00
Normally, FairEmail maintains a connection to the configured email servers whenever possible to receive messages in real-time.
2019-03-01 14:39:23 +00:00
If you don't want this, for example to not be disturbed or to save on battery usage, just disable synchronization in the advanced options.
This will stop the background service which takes care of automatic synchronization and will remove the associated status bar notification.
You can use pull-down-to-refresh in a folder or use the folder menu *Synchronize now* to manually synchronize messages.
2019-04-25 15:58:38 +00:00
This will start the synchronization service for 90 seconds for all configured accounts.
The synchronization process will also be started to execute [operations](#user-content-faq3),
for example to mark a message read, move a message or store a draft.
This is to keep the local and remote message store synchronized.
2019-02-18 17:12:51 +00:00
<br />
2019-02-28 20:32:42 +00:00
<a name="faq80"></a>
**(80) How can I fix 'Unable to load BODYSTRUCTURE' ?**
The error message *Unable to load BODYSTRUCTURE* is caused by bugs in the email server,
see [here](https://javaee.github.io/javamail/FAQ#imapserverbug) for more details.
FairEmail already tries to workaround these bugs, but if this fail you'll need to ask for support from your provider.
<br />
2019-03-09 16:23:29 +00:00
<a name="faq81"></a>
**~~(81) Can you make the background of the original message dark in the dark theme?~~**
2019-03-09 16:23:29 +00:00
~~The original message is shown as the sender has sent it, including all colors.~~
~~Changing the background color would not only make the original view not original anymore, it can also result in unreadable messages.~~
2019-03-09 16:23:29 +00:00
<br />
2019-03-13 07:26:53 +00:00
<a name="faq82"></a>
**(82) What is a tracking image?**
Please see [here](https://en.wikipedia.org/wiki/Web_beacon) about what a tracking image exactly is.
In short tracking images keep track if you opened a message.
FairEmail automatically recognizes images with a surface of less than or equal to 25 pixels as tracking images.
FairEmail automatically removes the link of such images, which makes such images appear as broken, and adds a remark about this below the image.
<br />
2019-03-14 20:59:12 +00:00
<a name="faq83"></a>
**(83) What does 'User is authenticated but not connected' mean?**
This is likely a confusing Microsoft Exchange (Office365) message telling that the password is invalid.
Less likely is that you are synchronizing too many folders.
This can also happen due to abruptly losing connectivity resulting in not properly closing connections.
So, double check the password or reduce the number of folders to synchronize.
<br />
2019-03-13 07:26:53 +00:00
2019-03-16 18:56:58 +00:00
<a name="faq84"></a>
**(84) What are local contacts for?**
2019-05-01 15:19:16 +00:00
The main use of the local contacts storage is to offer auto completion when no contacts permission has been granted to FairEmail.
2019-03-16 18:56:58 +00:00
Another use is to generate [shortcuts](#user-content-faq31) on recent Android versions to quickly send a message to frequently contacted people.
2019-05-01 15:19:16 +00:00
This is also why the number of times contacted and the last time contacted is being recorded
and why you can make a contact a favorite or exclude it from favorites by long pressing it.
2019-03-16 18:56:58 +00:00
The list of contacts is sorted on number of times contacted and the last time contacted.
2019-05-01 15:19:16 +00:00
Local contacts will be used for auto completion only when no contacts permission has been granted to FairEmail.
2019-05-01 14:38:25 +00:00
You can revoke contacts permission in the Android app settings.
2019-03-16 18:56:58 +00:00
<br />
2019-03-27 07:20:53 +00:00
<a name="faq85"></a>
**(85) Why is an identity not available?**
An identity is available for sending a new message or replying or forwarding an existing message only if:
* the identity is set to synchronize (send messages)
* the associated account is set to synchronize (receive messages)
* the associated account has a drafts folder
2019-03-27 06:52:36 +00:00
2019-03-27 07:20:53 +00:00
FairEmail will try to select the best identity based on the *to* address of the message replied to / being forwarded.
2019-03-27 06:52:36 +00:00
<br />
<a name="faq86"></a>
**(86) What are 'extra privacy features'?**
The advanced option *extra privacy features* enables:
* Looking up the owner of the IP address of a link
* Detection and removal of [tracking images](#user-content-faq82)
2019-04-20 06:15:09 +00:00
* Removal of [Urchin Tracking Module (UTM) parameters](https://en.wikipedia.org/wiki/UTM_parameters) from links
<br />
2019-04-04 12:59:23 +00:00
<a name="faq87"></a>
**(87) What does 'invalid credentials' mean?**
The error message *invalid credentials* means either that the user name and/or password is incorrect,
for example because the password was changed or expired, or that the account authorization has expired.
If the password is incorrect/expired, you will have to update the password in the account and/or identity settings.
If the account authorization has expired, you will have to select the account again.
You will likely need to save the associated identity again as well.
<br />
2019-04-11 10:44:55 +00:00
<a name="faq88"></a>
**(88) How can I use a Yahoo! account?**
For the correct settings, see [here](https://help.yahoo.com/kb/SLN4075.html).
2019-04-11 12:50:59 +00:00
You might need to enable "*less secure sign in*" for "*outdated*" apps,
2019-04-11 10:44:55 +00:00
see [here](https://help.yahoo.com/kb/grant-temporary-access-outdated-apps-account-settings-sln27791.html).
2019-04-11 12:50:59 +00:00
Note that FairEmail is using the standard [IMAP protocol](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol), which is really not outdated.
2019-04-11 10:44:55 +00:00
<br />
2019-04-04 12:59:23 +00:00
2019-04-11 16:26:02 +00:00
<a name="faq89"></a>
**(89) How can I send plain text only messages?**
By default FairEmail sends each message both as plain text and as HTML formatted text because almost every receiver expects formatted messages these days.
If you want/need to send plain text messages only, you can enable this in the advanced identity options.
You might want to create a new identity for this if you want/need to select sending plain text messages on a case-by-case basis.
<br />
<a name="faq90"></a>
**(90) Why are some texts linked while not being a link?**
FairEmail will automatically link not linked web [IRI](https://nl.wikipedia.org/wiki/Internationalized_resource_identifier)s for your convenience.
However, texts and links are not easily distinguished,
especially not with lots of [top level domains](https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains) being words.
2019-04-12 08:14:58 +00:00
This is why texts with dots are sometimes incorrectly recognized as links, which is better than not recognizing some links.
2019-04-11 16:26:02 +00:00
<br />
2019-04-11 18:09:45 +00:00
<a name="faq91"></a>
2019-04-26 11:01:18 +00:00
**~~(91) Can you add periodical synchronization to save battery power?~~**
2019-04-11 18:09:45 +00:00
2019-04-26 11:01:18 +00:00
~~Synchronizing messages is an expensive proces because the local and remote messages need to be compared,~~
~~so periodically synchronizing messages will not result in saving battery power, more likely the contrary.~~
2019-04-11 18:09:45 +00:00
2019-04-26 11:01:18 +00:00
~~See [this FAQ](#user-content-faq39) about optimizing battery usage.~~
2019-04-26 05:50:33 +00:00
2019-04-11 18:09:45 +00:00
<br />
2019-04-11 18:15:46 +00:00
<a name="faq92"></a>
2019-04-12 08:14:58 +00:00
**(92) Can you add spam filtering, verification of the DKIM signature and SPF authorization?**
2019-04-11 18:15:46 +00:00
2019-04-12 08:14:58 +00:00
Spam filtering, verification of the [DKIM](https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail) signature
2019-04-11 18:15:46 +00:00
and [SPF](https://en.wikipedia.org/wiki/Sender_Policy_Framework) authorization is a task of email servers, not of an email client.
2019-04-20 06:15:09 +00:00
However, FairEmail can show a small vertical warning stripe at the end of the message header
if DKIM, SPF or [DMARC](https://en.wikipedia.org/wiki/DMARC) authentication failed on the receiving server.
You can enable this in the advanced options.
2019-04-12 14:39:38 +00:00
2019-04-11 18:15:46 +00:00
<br />
2019-04-12 06:06:54 +00:00
<a name="faq93"></a>
**(93) Can you allow installation on external storage?**
FairEmail uses services and alarms, provides widgets and listens for the boot completed event to be started on device start, so this is not possible.
See also [here](https://developer.android.com/guide/topics/data/install-location).
<br />
<a name="faq94"></a>
**(94) What does the red/orange stripe at the end of the header mean?**
The red/orange stripe at the left side of the header means that the DKIM, SPF or DMARC authentication failed.
See also [this FAQ](#user-content-faq92).
<br />
2019-04-20 07:54:15 +00:00
<a name="faq95"></a>
**(95) Why are not all apps shown when selecting an attachment or image?**
For privacy and security reasons FairEmail does not have permissions to directly access files,
instead the Storage Access Framework, available and recommended since Android 4.4 KitKat (released in 2013), is used to select files.
If an app is listed depends on if the app implements a [document provider](https://developer.android.com/guide/topics/providers/document-provider).
Android Q will make it harder and maybe even impossible to directly access files,
see [here](https://developer.android.com/preview/privacy/scoped-storage) for more details.
<br />
2019-03-27 06:52:36 +00:00
2019-04-20 14:52:36 +00:00
<a name="faq96"></a>
**(96) Where can I find the IMAP and SMTP settings?**
The IMAP settings are part of the (custom) account settings and the SMTP settings are part of the identity settings.
<br />
2019-04-27 16:23:09 +00:00
<a name="faq97"></a>
**(97) What is 'cleanup' ?**
About each four hours FairEmail runs a cleanup job that:
* Removes old message texts
* Removes old attachment files
* Removes old image files
* Removes old local contacts
* Removes old log entries
You can see when the last cleanup was performed at the bottom of the advanced options.
Note that the cleanup job will only run when the synchronize service is active.
<br />
2019-04-30 19:42:31 +00:00
<a name="faq98"></a>
**(98) Why can I still pick contacts after revoking contacts permissions?**
After revoking contacts permissions Android does not allow FairEmail access to your contacts anymore.
However, picking contacts is delegated to and done by Android and not by FairEmail, so this will still be possible without contacts permissions.
<br />
2019-04-20 14:52:36 +00:00
2019-05-01 19:48:53 +00:00
<a name="faq99"></a>
**(99) Can you add a rich text or markdown editor?**
FairEmail provides common text formatting (bold, italic, underline, text size and color) via the Android text selection menu.
A [Rich text](https://en.wikipedia.org/wiki/Formatted_text) or [Markdown](https://en.wikipedia.org/wiki/Markdown) editor
would not be used by many people on a small mobile device and, more important,
Android doesn't support a rich text editor and most rich text editor open source projects are abandoned.
See [here](https://forum.xda-developers.com/showpost.php?p=79061829&postcount=4919) for some more details about this.
<br />
2019-05-05 10:14:05 +00:00
<a name="faq100"></a>
**(100) How can I synchronize Gmail categories?**
You can synchronize Gmail categories by creating filters to label categorized messages:
* Create a new filter via Gmail > Settings (wheel) > Filters and Blocked Addresses > Create a new filter
* Enter a category search (see below) in the *Has the words* field and click *Create filter*
* Check *Apply the label* and select a label and click *Create filter*
Possible categories:
```
category:social
category:updates
category:forums
category:promotions
```
Pull down the folders list in FairEmail to refresh the folder list
and long press the category folders to enable synchronization.
<br />
2019-05-08 07:11:38 +00:00
<a name="faq101"></a>
**(101) What does the blue/orange dot at the bottom of the conversations mean?**
The dot shows the relative position of the conversation in the message list.
The dot will be show orange when the conversation is the first or last in the message list, else it will be blue.
The dot is meant as an aid when swiping left/right to go to the previous/next conversation.
<br />
2019-05-05 10:14:05 +00:00
2019-05-09 11:20:05 +00:00
<a name="faq102"></a>
**(102) How can I enable auto rotation of images?**
Images will automatically be rotated when automatic resizing of images is enabled in the advanced options (enabled by default).
However, automatic rotating depends on the [Exif](https://en.wikipedia.org/wiki/Exif) information to be present and to be correct,
which is not always the case. Particularly not when taking a photo with a camara app from FairEmail.
Note that only [JPEG](https://en.wikipedia.org/wiki/JPEG) and [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) images can contain Exif information.
<br />
<a name="faq103"></a>
**(103) How can I record audio?**
You can record audio if you have a recording app installed
which supports the [RECORD_SOUND_ACTION](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media#RECORD_SOUND_ACTION) intent.
2019-05-09 16:42:25 +00:00
If no supported app is installed, FairEmail will not show a record audio action/icon.
2019-05-09 11:20:05 +00:00
Unfortunately and surprisingly, most recording apps do not seem to support this intent (they should).
<br />
2018-11-09 09:56:18 +00:00
## Support
2018-08-02 13:33:06 +00:00
2018-09-26 14:03:03 +00:00
If you have another question, want to request a feature or report a bug, you can use [this forum](https://forum.xda-developers.com/android/apps-games/source-email-t3824168).
2018-09-07 11:08:20 +00:00
Registration is free.
2018-12-23 17:34:56 +00:00
If you are a supporter of the project, you can get limited personal support by using [this form](https://contact.faircode.eu/?product=fairemail%2B).