Add ´uid´ to ´imap´ event (#32082)

This commit is contained in:
Luca Angemi 2024-03-29 14:05:36 +00:00 committed by GitHub
parent a509dc6edf
commit 8a82d6c793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}