From 992dd367f3d1853d79fc3561aa47400b7401413f Mon Sep 17 00:00:00 2001 From: lucie-tirand Date: Wed, 29 Apr 2026 17:04:04 +0200 Subject: [PATCH] doc(applications-protocol-imap): expand the help for the options search in search-message mode CTOR-2296 --- .../procedures/applications-protocol-imap.md | 14 +++++++------- .../procedures/applications-protocol-imap.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/i18n/fr/docusaurus-plugin-content-docs-pp/current/integrations/plugin-packs/procedures/applications-protocol-imap.md b/i18n/fr/docusaurus-plugin-content-docs-pp/current/integrations/plugin-packs/procedures/applications-protocol-imap.md index 08fccfcc74d9..2f073c30973d 100644 --- a/i18n/fr/docusaurus-plugin-content-docs-pp/current/integrations/plugin-packs/procedures/applications-protocol-imap.md +++ b/i18n/fr/docusaurus-plugin-content-docs-pp/current/integrations/plugin-packs/procedures/applications-protocol-imap.md @@ -324,13 +324,13 @@ Les options disponibles pour chaque modèle de services sont listées ci-dessous -| Option | Description | -|:-----------|:------------------------------------------------| -| --search | Set the search string (required) | -| --delete | Delete messages found | -| --folder | Set IMAP folder (default: 'INBOX') | -| --warning | Warning threshold of number messages found | -| --critical | Critical threshold of number message found | +| Option | Description | +|:-----------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| --search | Set the search string (required). The syntax is the one described in the perl library Mail::IMAPClient and in the RFC 9051. Common examples: All messages in the mailbox:--search='ALL' . Messages that contain the specified string in the envelope structure's SUBJECT field --search='SUBJECT ""' | +| --delete | Delete messages found | +| --folder | Set IMAP folder (default: 'INBOX') | +| --warning | Warning threshold of number messages found | +| --critical | Critical threshold of number message found | diff --git a/pp/integrations/plugin-packs/procedures/applications-protocol-imap.md b/pp/integrations/plugin-packs/procedures/applications-protocol-imap.md index 64620dcbb929..cdd6c9a826cd 100644 --- a/pp/integrations/plugin-packs/procedures/applications-protocol-imap.md +++ b/pp/integrations/plugin-packs/procedures/applications-protocol-imap.md @@ -323,13 +323,13 @@ All available options for each service template are listed below: -| Option | Description | -|:-----------|:------------------------------------------------| -| --search | Set the search string (required) | -| --delete | Delete messages found | -| --folder | Set IMAP folder (default: 'INBOX') | -| --warning | Warning threshold of number messages found | -| --critical | Critical threshold of number message found | +| Option | Description | +|:-----------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| --search | Set the search string (required). The syntax is the one described in the perl library Mail::IMAPClient and in the RFC 9051. Common examples: All messages in the mailbox:--search='ALL' . Messages that contain the specified string in the envelope structure's SUBJECT field --search='SUBJECT ""' | +| --delete | Delete messages found | +| --folder | Set IMAP folder (default: 'INBOX') | +| --warning | Warning threshold of number messages found | +| --critical | Critical threshold of number message found |