Module: Nylas::RuleActionType

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

Overview

Module representing the possible action 'type' values for a Rule.

Constant Summary collapse

BLOCK =
"block"
MARK_AS_SPAM =
"mark_as_spam"
ASSIGN_TO_FOLDER =
"assign_to_folder"
MARK_AS_READ =
"mark_as_read"
MARK_AS_STARRED =
"mark_as_starred"
ARCHIVE =
"archive"
TRASH =
"trash"