@bobfrankston/rmfmail 1.2.197 → 1.2.199

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6782,11 +6782,15 @@ instantly \u2014 no server hit, no FTS5, just substring match. Press <kbd>Enter<
6782
6782
  to escalate to a full FTS5 search of the folder.</p>
6783
6783
 
6784
6784
  <h3>Server search</h3>
6785
- <p>Tick <strong>Server</strong> and the query goes to the mail server. On Dovecot
6786
- (IMAP SEARCH) your <code>from:</code> / <code>to:</code> / <code>subject:</code>
6787
- qualifiers map to IMAP keys; remaining text becomes a body search. IMAP has no
6788
- literal <code>AND</code> keyword \u2014 keys are implicitly ANDed. Server search on
6789
- Gmail accounts is not yet wired and currently returns local results only.</p>
6785
+ <p>Tick <strong>Server</strong> and the query goes to the mail server, using the
6786
+ <em>same syntax as local search</em>: <code>from:</code> / <code>to:</code> /
6787
+ <code>cc:</code> / <code>subject:</code>, <code>is:unread</code>-style flags,
6788
+ <code>after:</code> / <code>before:</code> / <code>date:</code>, quoted phrases,
6789
+ <code>OR</code>, and <code>NOT</code> (anywhere, including first) \u2014 all mapped
6790
+ onto IMAP's native SEARCH keys. Remaining text searches the body.
6791
+ <code>has:attachment</code> has no IMAP equivalent and is ignored server-side.
6792
+ Server search on Gmail accounts is not yet wired and currently returns local
6793
+ results only.</p>
6790
6794
 
6791
6795
  <h3>Case sensitivity</h3>
6792
6796
  <p>All three modes \u2014 local FTS5, IMAP server SEARCH, and <code>/regex/</code> \u2014