Fixed image links

This commit is contained in:
M66B 2024-04-16 07:49:01 +02:00
parent 435b3d75c8
commit 57c6b804f5
2 changed files with 16 additions and 16 deletions

16
FAQ.md
View File

@ -1746,15 +1746,15 @@ please [contact me](https://contact.faircode.eu/?product=fairemailsupport).
External image: External image:
<img alt="External image" src="https://github.com/M66B/FairEmail/blob/master/images/baseline_image_black_48dp.png" width="48" height="48" /> <img alt="External image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_image_black_48dp.png" width="48" height="48" />
Embedded image: Embedded image:
<img alt="Embedded image" src="https://github.com/M66B/FairEmail/blob/master/images/baseline_photo_library_black_48dp.png" width="48" height="48" /> <img alt="Embedded image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_photo_library_black_48dp.png" width="48" height="48" />
Broken image: Broken image:
<img alt="Broken image" src="https://github.com/M66B/FairEmail/blob/master/images/baseline_broken_image_black_48dp.png" width="48" height="48" /> <img alt="Broken image" src="https://raw.githubusercontent.com/M66B/FairEmail/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. 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.
@ -2427,11 +2427,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): The email icon in the folder list can be open (outlined) or closed (solid):
<img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_mail_outline_black_48dp.png" width="48" height="48" /> <img alt="Mail outline image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_mail_outline_black_48dp.png" width="48" height="48" />
Message bodies and attachments are not downloaded by default. Message bodies and attachments are not downloaded by default.
<img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_email_black_48dp.png" width="48" height="48" /> <img alt="Mail image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_email_black_48dp.png" width="48" height="48" />
Message bodies and attachments are downloaded by default. Message bodies and attachments are downloaded by default.
@ -3163,7 +3163,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: FairEmail will in most cases automatically recognize tracking images and replace them by this icon:
<img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_my_location_black_48dp.png" width="48" height="48" /> <img alt="Tracking image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_my_location_black_48dp.png" width="48" height="48" />
Automatic recognition of tracking images can be disabled in the privacy settings. Automatic recognition of tracking images can be disabled in the privacy settings.
@ -4418,7 +4418,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: To record voice notes you can press this icon in the bottom action bar of the message composer:
<img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_record_voice_over_black_48dp.png" width="48" height="48" /> <img alt="Record image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_record_voice_over_black_48dp.png" width="48" height="48" />
This requires a compatible audio recorder app to be installed. 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) In particular [this common intent](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html#RECORD_SOUND_ACTION)
@ -4628,7 +4628,7 @@ You might need to change [the Gmail IMAP settings](https://mail.google.com/mail/
* When I mark a message in IMAP as deleted: Auto-Expunge off - Wait for the client to update the server. * When I mark a message in IMAP as deleted: Auto-Expunge off - Wait for the client to update the server.
* When a message is marked as deleted and expunged from the last visible IMAP folder: Immediately delete the message forever * When a message is marked as deleted and expunged from the last visible IMAP folder: Immediately delete the message forever
<img alt="External image" src="https://github.com/M66B/FairEmail/blob/master/images/Gmail_IMAP_delete_settings.png" width="600" height="333" /> <img alt="External image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/Gmail_IMAP_delete_settings.png" width="600" height="333" />
Note that archived messages can be deleted only by moving them to the trash folder first. Note that archived messages can be deleted only by moving them to the trash folder first.

View File

@ -1027,11 +1027,11 @@ Visit https://aka.ms/smtp_auth_disabled for more information.</code></pre>
<p><a name="faq27"></a> <strong>(27) How can I distinguish between embedded and external images?</strong></p> <p><a name="faq27"></a> <strong>(27) How can I distinguish between embedded and external images?</strong></p>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq27">Google Translate</a></p> <p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq27">Google Translate</a></p>
<p>External image:</p> <p>External image:</p>
<p><img alt="External image" src="https://github.com/M66B/FairEmail/blob/master/images/baseline_image_black_48dp.png" width="48" height="48" /></p> <p><img alt="External image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_image_black_48dp.png" width="48" height="48" /></p>
<p>Embedded image:</p> <p>Embedded image:</p>
<p><img alt="Embedded image" src="https://github.com/M66B/FairEmail/blob/master/images/baseline_photo_library_black_48dp.png" width="48" height="48" /></p> <p><img alt="Embedded image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_photo_library_black_48dp.png" width="48" height="48" /></p>
<p>Broken image:</p> <p>Broken image:</p>
<p><img alt="Broken image" src="https://github.com/M66B/FairEmail/blob/master/images/baseline_broken_image_black_48dp.png" width="48" height="48" /></p> <p><img alt="Broken image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_broken_image_black_48dp.png" width="48" height="48" /></p>
<p>Note that downloading external images from a remote server can be used to record you did see a message, which you likely dont want if the message is spam or malicious.</p> <p>Note that downloading external images from a remote server can be used to record you did see a message, which you likely dont want if the message is spam or malicious.</p>
<p><br /></p> <p><br /></p>
<p><a name="faq28"></a> <strong>(28) How can I manage status bar notifications?</strong></p> <p><a name="faq28"></a> <strong>(28) How can I manage status bar notifications?</strong></p>
@ -1312,9 +1312,9 @@ X-Google-Original-From: Somebody &lt;somebody+extra@example.org&gt;</code></pre>
<p><a name="faq58"></a> <strong>(58) What does an open/closed email icon mean?</strong></p> <p><a name="faq58"></a> <strong>(58) What does an open/closed email icon mean?</strong></p>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq58">Google Translate</a></p> <p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq58">Google Translate</a></p>
<p>The email icon in the folder list can be open (outlined) or closed (solid):</p> <p>The email icon in the folder list can be open (outlined) or closed (solid):</p>
<p><img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_mail_outline_black_48dp.png" width="48" height="48" /></p> <p><img alt="Mail outline image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_mail_outline_black_48dp.png" width="48" height="48" /></p>
<p>Message bodies and attachments are not downloaded by default.</p> <p>Message bodies and attachments are not downloaded by default.</p>
<p><img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_email_black_48dp.png" width="48" height="48" /></p> <p><img alt="Mail image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_email_black_48dp.png" width="48" height="48" /></p>
<p>Message bodies and attachments are downloaded by default.</p> <p>Message bodies and attachments are downloaded by default.</p>
<p><br /></p> <p><br /></p>
<p><a name="faq59"></a> <strong>(59) Can original messages be opened in the browser?</strong></p> <p><a name="faq59"></a> <strong>(59) Can original messages be opened in the browser?</strong></p>
@ -1681,7 +1681,7 @@ Target: Service</code></pre>
<p>Please see <a href="https://en.wikipedia.org/wiki/Web_beacon">here</a> about what a tracking image exactly is. In short tracking images keep track if you opened a message.</p> <p>Please see <a href="https://en.wikipedia.org/wiki/Web_beacon">here</a> about what a tracking image exactly is. In short tracking images keep track if you opened a message.</p>
<p>The BBC article <a href="https://www.bbc.com/news/technology-56071437">Spy pixels in emails have become endemic</a> is worth reading.</p> <p>The BBC article <a href="https://www.bbc.com/news/technology-56071437">Spy pixels in emails have become endemic</a> is worth reading.</p>
<p>FairEmail will in most cases automatically recognize tracking images and replace them by this icon:</p> <p>FairEmail will in most cases automatically recognize tracking images and replace them by this icon:</p>
<p><img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_my_location_black_48dp.png" width="48" height="48" /></p> <p><img alt="Tracking image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_my_location_black_48dp.png" width="48" height="48" /></p>
<p>Automatic recognition of tracking images can be disabled in the privacy settings.</p> <p>Automatic recognition of tracking images can be disabled in the privacy settings.</p>
<p><br /></p> <p><br /></p>
<p><a name="faq84"></a> <strong>(84) What are local contacts for?</strong></p> <p><a name="faq84"></a> <strong>(84) What are local contacts for?</strong></p>
@ -2220,7 +2220,7 @@ $NotDisplayed</code></pre>
<p><a name="faq144"></a> <strong>(144) How can I record voice notes?</strong></p> <p><a name="faq144"></a> <strong>(144) How can I record voice notes?</strong></p>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq144">Google Translate</a></p> <p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq144">Google Translate</a></p>
<p>To record voice notes you can press this icon in the bottom action bar of the message composer:</p> <p>To record voice notes you can press this icon in the bottom action bar of the message composer:</p>
<p><img src="https://github.com/M66B/FairEmail/blob/master/images/baseline_record_voice_over_black_48dp.png" width="48" height="48" /></p> <p><img alt="Record image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/baseline_record_voice_over_black_48dp.png" width="48" height="48" /></p>
<p>This requires a compatible audio recorder app to be installed. In particular <a href="https://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html#RECORD_SOUND_ACTION">this common intent</a> needs to be supported.</p> <p>This requires a compatible audio recorder app to be installed. In particular <a href="https://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html#RECORD_SOUND_ACTION">this common intent</a> needs to be supported.</p>
<p>For example <a href="https://f-droid.org/app/com.github.axet.audiorecorder">this audio recorder</a> is compatible.</p> <p>For example <a href="https://f-droid.org/app/com.github.axet.audiorecorder">this audio recorder</a> is compatible.</p>
<p>Voice notes will automatically be attached.</p> <p>Voice notes will automatically be attached.</p>
@ -2322,7 +2322,7 @@ $NotDisplayed</code></pre>
<li>When I mark a message in IMAP as deleted: Auto-Expunge off - Wait for the client to update the server.</li> <li>When I mark a message in IMAP as deleted: Auto-Expunge off - Wait for the client to update the server.</li>
<li>When a message is marked as deleted and expunged from the last visible IMAP folder: Immediately delete the message forever</li> <li>When a message is marked as deleted and expunged from the last visible IMAP folder: Immediately delete the message forever</li>
</ul> </ul>
<p><img alt="External image" src="https://github.com/M66B/FairEmail/blob/master/images/Gmail_IMAP_delete_settings.png" width="600" height="333" /></p> <p><img alt="External image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/Gmail_IMAP_delete_settings.png" width="600" height="333" /></p>
<p>Note that archived messages can be deleted only by moving them to the trash folder first.</p> <p>Note that archived messages can be deleted only by moving them to the trash folder first.</p>
<p>Some background: Gmail seems to have an additional message view for IMAP, which can be different from the main message view.</p> <p>Some background: Gmail seems to have an additional message view for IMAP, which can be different from the main message view.</p>
<p>Another oddity is that a star (favorite message) set via the web interface cannot be removed with the IMAP command</p> <p>Another oddity is that a star (favorite message) set via the web interface cannot be removed with the IMAP command</p>