proton-mail-bridge-client 2.1.23 → 2.1.26

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.
package/dist/index.js CHANGED
@@ -580,7 +580,7 @@ const TOOLS = [
580
580
  properties: {
581
581
  query: { type: "string", description: "Free-text query across headers and body." },
582
582
  folder: { type: "string", description: "Folder to search. Defaults to all folders." },
583
- label: { type: "string", description: "Folder or label filter applied locally after IMAP fetch." },
583
+ label: { type: "string", description: "Label name (Proton: 'Newsletters' = the Labels/Newsletters folder; a folder path such as 'Labels/Newsletters' or 'INBOX' also works). Searches just that label's folder, which is much faster than scanning every folder." },
584
584
  threadId: { type: "string", description: "Thread id filter applied locally after IMAP fetch." },
585
585
  from: { type: "string", description: "Sender filter." },
586
586
  to: { type: "string", description: "Recipient filter." },