Module: Nylas::RuleEvaluationStage

Defined in:
lib/nylas/resources/rules.rb

Overview

Module representing the possible 'evaluation_stage' values in a rule evaluation.

Constant Summary collapse

SMTP_RCPT =
"smtp_rcpt"
INBOX_PROCESSING =
"inbox_processing"
OUTBOUND_SEND =
"outbound_send"