From 8a82d6c7938e86fe610c10748a4f0c2a9064a079 Mon Sep 17 00:00:00 2001 From: Luca Angemi Date: Fri, 29 Mar 2024 14:05:36 +0000 Subject: [PATCH] =?UTF-8?q?Add=20=C2=B4uid=C2=B4=20to=20=C2=B4imap=C2=B4?= =?UTF-8?q?=20event=20(#32082)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_integrations/imap.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/imap.markdown b/source/_integrations/imap.markdown index 142e38563bb..b82cae5935f 100644 --- a/source/_integrations/imap.markdown +++ b/source/_integrations/imap.markdown @@ -133,6 +133,8 @@ custom: description: Holds the result of the custom event data [template](/docs/configuration/templating). All attributes are available as a variable in the template. initial: description: Returns `True` if this is the initial event for the last message received. When a message within the search scope is removed and the last message received has not been changed, then an `imap_content` event is generated and the `initial` property is set to `False`. Note that if no `Message-ID` header was set on the triggering email, the `initial` property will always be set to `True`. +uid: + description: Latest `uid` of the message. {% endconfiguration_basic %}