Updated FAQ

pull/214/head
M66B 5 months ago
parent 7b5f010abd
commit 1f1106cdad

@ -1138,24 +1138,35 @@ Searching in the unified inbox will search in all folders of all accounts,
searching in the folder list will search in the associated account only searching in the folder list will search in the associated account only
and searching in a folder will search in that folder only. and searching in a folder will search in that folder only.
Messages will be searched for on the device first. Messages will be searched for on the device first, unless you use a complex expression, see below.
<br>
You can download more messages on the device via the three-dots overflow menu in the start screen. You can download more messages on the device via the three-dots overflow menu in the start screen.
There will be an action button with a search again icon at the bottom to continue searching on the server. There will be an action button with a search again icon at the bottom to continue searching on the server.
You can select in which folder to continue the search. You can select in which folder to continue the search.
<br>
The IMAP protocol doesn't support searching in more than one folder at the same time. The IMAP protocol doesn't support searching in more than one folder at the same time.
Searching on the server is an expensive operation, therefore it is not possible to select multiple folders. Searching on the server is an expensive operation, therefore it is not possible to select multiple folders.
The POP3 protocol doesn't support searching on the server at all. The POP3 protocol doesn't support searching on the server at all.
Searching local messages is case insensitive and on partial text. <br>
Searching local (on-device) 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. The message text of local messages will not be searched if the message text was not downloaded yet.
Searching on the server might be case sensitive or case insensitive and might be on partial text or whole words, depending on the provider. Searching on the server might be case sensitive or case insensitive and might be on partial text or whole words, depending on the provider.
<br>
Some servers cannot handle searching in the message text when there are a large number of messages. Some servers cannot handle searching in the message text when there are a large number of messages.
For this case there is an option to disable searching in the message text. For this case there is an option to disable searching in the message text.
Since version 1.1888 a popup message will be shown and the search will automatically be retried without searching in the message text. Since version 1.1888 a popup message will be shown and the search will automatically be retried without searching in the message text.
<br>
It is possible to use Gmail search operators by prefixing a search command with *raw:*. It is possible to use Gmail search operators by prefixing a search command with *raw:*.
If you configured just one Gmail account, you can start a raw search directly on the server by searching from the unified inbox. If you configured just one Gmail account, you can start a raw search directly on the server by searching from the unified inbox.
If you configured multiple Gmail accounts, If you configured multiple Gmail accounts,
@ -1166,6 +1177,8 @@ Please [see here](https://support.google.com/mail/answer/7190) for the possible
raw:larger:10M raw:larger:10M
`` ``
<br>
Searching through a large number of messages on the device is not very fast because of two limitations: Searching through a large number of messages on the device is not very fast because of two limitations:
* [sqlite](https://www.sqlite.org/), the database engine of Android has a record size limit, preventing message texts from being stored in the database * [sqlite](https://www.sqlite.org/), the database engine of Android has a record size limit, preventing message texts from being stored in the database
@ -1176,7 +1189,7 @@ to check if the searched text is contained in the file, which is a relatively ex
In the *miscellaneous settings* you can enable *Build search index* to significantly increase the speed of searching on the device, In the *miscellaneous settings* you can enable *Build search index* to significantly increase the speed of searching on the device,
but be aware that this will increase battery and storage space usage. but be aware that this will increase battery and storage space usage.
The search index is based on words in all message parts, The search index is based on <ins>whole</ins> words in all message parts,
so searching for partial text and searching in specific messages parts (from, subject, text, etc) is not possible. so searching for partial text and searching in specific messages parts (from, subject, text, etc) is not possible.
Note that only messages for which the message text was downloaded will be indexed. Note that only messages for which the message text was downloaded will be indexed.
@ -1184,11 +1197,10 @@ In the connection settings can be configured up to which size messages texts wil
when using a metered connection (generally mobile data or paid WiFi). when using a metered connection (generally mobile data or paid WiFi).
In the folder properties (long press on a folder in the folder list of an account) downloading of messages texts can be enabled/disabled. In the folder properties (long press on a folder in the folder list of an account) downloading of messages texts can be enabled/disabled.
Searching using the search index is by default AND, so searching for *apple orange* will search for apple AND orange.
Words separated by commas result in searching for OR, so for example *apple, orange* will search for apple OR orange.
Both can be combined, so searching for *apple, orange banana* will search for apple OR (orange AND banana).
Using the search index is a pro feature. Using the search index is a pro feature.
<br />
Since version 1.1315 it is possible to use search expressions like this: Since version 1.1315 it is possible to use search expressions like this:
``` ```
@ -1211,12 +1223,14 @@ bcc:<email address>
keyword:<keyword> keyword:<keyword>
``` ```
There should be no space between the prefix and the search term, which will be applied as an AND-condition. There should be <ins>no space</ins> between the prefix and the search term, which will be applied as an AND-condition.
Only AND conditions (+) and NOT conditions (-) can be used for on-device searching (since version 1.1981). Only AND conditions (+) and NOT conditions (-) can be used for on-device searching (since version 1.1981).
If you try to use other search expressions, you get the error *Select a folder for a complex search*, If you try to use other search expressions, you get the error *Select a folder for a complex search*,
which means that a folder in an account's folder list must be selected in order to perform the search on the server. which means that a folder in an account's folder list must be selected in order to perform the search on the server.
<br>
Since version 1.1733 it is possible to save searches, which means that a named entry in the navigation menu will be created to repeat the same search later. Since version 1.1733 it is possible to save searches, which means that a named entry in the navigation menu will be created to repeat the same search later.
You can save a search after searching by tapping on the save button in the top action bar. You can save a search after searching by tapping on the save button in the top action bar.
After repeating a search there will be a delete button at the same place to delete a saved search again. After repeating a search there will be a delete button at the same place to delete a saved search again.

@ -1573,25 +1573,31 @@ selecting <em>Search email</em> in the copy/paste popup menu.</p>
accounts, searching in the folder list will search in the associated accounts, searching in the folder list will search in the associated
account only and searching in a folder will search in that folder account only and searching in a folder will search in that folder
only.</p> only.</p>
<p>Messages will be searched for on the device first. You can download <p>Messages will be searched for on the device first, unless you use a
more messages on the device via the three-dots overflow menu in the complex expression, see below.</p>
start screen. There will be an action button with a search again icon at <p><br></p>
the bottom to continue searching on the server. You can select in which <p>You can download more messages on the device via the three-dots
folder to continue the search.</p> overflow menu in the start screen. There will be an action button with a
search again icon at the bottom to continue searching on the server. You
can select in which folder to continue the search.</p>
<p><br></p>
<p>The IMAP protocol doesnt support searching in more than one folder <p>The IMAP protocol doesnt support searching in more than one folder
at the same time. Searching on the server is an expensive operation, at the same time. Searching on the server is an expensive operation,
therefore it is not possible to select multiple folders.</p> therefore it is not possible to select multiple folders.</p>
<p>The POP3 protocol doesnt support searching on the server at all.</p> <p>The POP3 protocol doesnt support searching on the server at all.</p>
<p>Searching local messages is case insensitive and on partial text. The <p><br></p>
message text of local messages will not be searched if the message text <p>Searching local (on-device) messages is case insensitive and on
was not downloaded yet. Searching on the server might be case sensitive partial text. The message text of local messages will not be searched if
or case insensitive and might be on partial text or whole words, the message text was not downloaded yet. Searching on the server might
depending on the provider.</p> be case sensitive or case insensitive and might be on partial text or
whole words, depending on the provider.</p>
<p><br></p>
<p>Some servers cannot handle searching in the message text when there <p>Some servers cannot handle searching in the message text when there
are a large number of messages. For this case there is an option to are a large number of messages. For this case there is an option to
disable searching in the message text. Since version 1.1888 a popup disable searching in the message text. Since version 1.1888 a popup
message will be shown and the search will automatically be retried message will be shown and the search will automatically be retried
without searching in the message text.</p> without searching in the message text.</p>
<p><br></p>
<p>It is possible to use Gmail search operators by prefixing a search <p>It is possible to use Gmail search operators by prefixing a search
command with <em>raw:</em>. If you configured just one Gmail account, command with <em>raw:</em>. If you configured just one Gmail account,
you can start a raw search directly on the server by searching from the you can start a raw search directly on the server by searching from the
@ -1601,6 +1607,7 @@ of the Gmail account you want to search in. Please <a
href="https://support.google.com/mail/answer/7190">see here</a> for the href="https://support.google.com/mail/answer/7190">see here</a> for the
possible search operators. For example:</p> possible search operators. For example:</p>
<p><code>raw:larger:10M</code></p> <p><code>raw:larger:10M</code></p>
<p><br></p>
<p>Searching through a large number of messages on the device is not <p>Searching through a large number of messages on the device is not
very fast because of two limitations:</p> very fast because of two limitations:</p>
<ul> <ul>
@ -1617,21 +1624,17 @@ expensive process.</p>
<p>In the <em>miscellaneous settings</em> you can enable <em>Build <p>In the <em>miscellaneous settings</em> you can enable <em>Build
search index</em> to significantly increase the speed of searching on search index</em> to significantly increase the speed of searching on
the device, but be aware that this will increase battery and storage the device, but be aware that this will increase battery and storage
space usage. The search index is based on words in all message parts, so space usage. The search index is based on <ins>whole</ins> words in all
searching for partial text and searching in specific messages parts message parts, so searching for partial text and searching in specific
(from, subject, text, etc) is not possible.</p> messages parts (from, subject, text, etc) is not possible.</p>
<p>Note that only messages for which the message text was downloaded <p>Note that only messages for which the message text was downloaded
will be indexed. In the connection settings can be configured up to will be indexed. In the connection settings can be configured up to
which size messages texts will be downloaded automatically when using a which size messages texts will be downloaded automatically when using a
metered connection (generally mobile data or paid WiFi). In the folder metered connection (generally mobile data or paid WiFi). In the folder
properties (long press on a folder in the folder list of an account) properties (long press on a folder in the folder list of an account)
downloading of messages texts can be enabled/disabled.</p> downloading of messages texts can be enabled/disabled.</p>
<p>Searching using the search index is by default AND, so searching for <p>Using the search index is a pro feature.</p>
<em>apple orange</em> will search for apple AND orange. Words separated <p><br /></p>
by commas result in searching for OR, so for example <em>apple,
orange</em> will search for apple OR orange. Both can be combined, so
searching for <em>apple, orange banana</em> will search for apple OR
(orange AND banana). Using the search index is a pro feature.</p>
<p>Since version 1.1315 it is possible to use search expressions like <p>Since version 1.1315 it is possible to use search expressions like
this:</p> this:</p>
<pre><code>apple +banana -cherry ?nuts</code></pre> <pre><code>apple +banana -cherry ?nuts</code></pre>
@ -1645,13 +1648,14 @@ to:&lt;email address&gt;
cc:&lt;email address&gt; cc:&lt;email address&gt;
bcc:&lt;email address&gt; bcc:&lt;email address&gt;
keyword:&lt;keyword&gt;</code></pre> keyword:&lt;keyword&gt;</code></pre>
<p>There should be no space between the prefix and the search term, <p>There should be <ins>no space</ins> between the prefix and the search
which will be applied as an AND-condition.</p> term, which will be applied as an AND-condition.</p>
<p>Only AND conditions (+) and NOT conditions (-) can be used for <p>Only AND conditions (+) and NOT conditions (-) can be used for
on-device searching (since version 1.1981). If you try to use other on-device searching (since version 1.1981). If you try to use other
search expressions, you get the error <em>Select a folder for a complex search expressions, you get the error <em>Select a folder for a complex
search</em>, which means that a folder in an accounts folder list must search</em>, which means that a folder in an accounts folder list must
be selected in order to perform the search on the server.</p> be selected in order to perform the search on the server.</p>
<p><br></p>
<p>Since version 1.1733 it is possible to save searches, which means <p>Since version 1.1733 it is possible to save searches, which means
that a named entry in the navigation menu will be created to repeat the that a named entry in the navigation menu will be created to repeat the
same search later. You can save a search after searching by tapping on same search later. You can save a search after searching by tapping on

Loading…
Cancel
Save