mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Images height
This commit is contained in:
parent
a00890ea47
commit
bb8e7950dc
1 changed files with 7 additions and 7 deletions
14
FAQ.md
14
FAQ.md
|
@ -1662,15 +1662,15 @@ please [contact me](https://contact.faircode.eu/?product=fairemailsupport).
|
|||
|
||||
External image:
|
||||
|
||||
![External image](https://github.com/M66B/FairEmail/blob/master/images/baseline_image_black_48dp.png)
|
||||
<img alt="External image" src="https://github.com/M66B/FairEmail/blob/master/images/baseline_image_black_48dp.png" width="48" height="48" />
|
||||
|
||||
Embedded image:
|
||||
|
||||
![Embedded image](https://github.com/M66B/FairEmail/blob/master/images/baseline_photo_library_black_48dp.png)
|
||||
<img alt="Embedded image" src="https://github.com/M66B/FairEmail/blob/master/images/baseline_photo_library_black_48dp.png" width="48" height="48" />
|
||||
|
||||
Broken image:
|
||||
|
||||
![Broken image](https://github.com/M66B/FairEmail/blob/master/images/baseline_broken_image_black_48dp.png)
|
||||
<img alt="Broken image" src="https://github.com/M66B/FairEmail/blob/master/images/baseline_broken_image_black_48dp.png" width="48" height="48" />
|
||||
|
||||
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.
|
||||
|
||||
|
@ -2302,11 +2302,11 @@ so it is better to resize images with an image editor first.
|
|||
|
||||
The email icon in the folder list can be open (outlined) or closed (solid):
|
||||
|
||||
![External image](https://github.com/M66B/FairEmail/blob/master/images/baseline_mail_outline_black_48dp.png)
|
||||
<img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_mail_outline_black_48dp.png" width="48" height="48" />
|
||||
|
||||
Message bodies and attachments are not downloaded by default.
|
||||
|
||||
![External image](https://github.com/M66B/FairEmail/blob/master/images/baseline_email_black_48dp.png)
|
||||
<img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_email_black_48dp.png" width="48" height="48" />
|
||||
|
||||
Message bodies and attachments are downloaded by default.
|
||||
|
||||
|
@ -2974,7 +2974,7 @@ The BBC article '[Spy pixels in emails have become endemic](https://www.bbc.com/
|
|||
|
||||
FairEmail will in most cases automatically recognize tracking images and replace them by this icon:
|
||||
|
||||
![External image](https://github.com/M66B/FairEmail/blob/master/images/baseline_my_location_black_48dp.png)
|
||||
<img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_my_location_black_48dp.png" width="48" height="48" />
|
||||
|
||||
Automatic recognition of tracking images can be disabled in the privacy settings.
|
||||
|
||||
|
@ -4177,7 +4177,7 @@ Note that trashing a message will permanently remove it from the server and that
|
|||
|
||||
To record voice notes you can press this icon in the bottom action bar of the message composer:
|
||||
|
||||
![External image](https://github.com/M66B/FairEmail/blob/master/images/baseline_record_voice_over_black_48dp.png)
|
||||
<img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_record_voice_over_black_48dp.png" width="48" height="48" />
|
||||
|
||||
This requires a compatible audio recorder app to be installed.
|
||||
In particular [this common intent](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html#RECORD_SOUND_ACTION)
|
||||
|
|
Loading…
Reference in a new issue