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 |