Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div>
The <i>poll-mailbox-trigger</i> allows a build to poll an email inbox using the imap protocol.
When an unread email is found matching configurable criteria, it:
<ol>
<li>marks the email as read, so that it is not reprocessed</li>
<li>triggers a new job</li>
</ol>
</div>