class IncinerationJob
Ruby on Rails 7.1.6
Since v6.0.6You can configure when this IncinerationJob will be run as a time-after-processing using the config.action_mailbox.incinerate_after or ActionMailbox.incinerate_after setting.
Since this incineration is set for the future, it’ll automatically ignore any InboundEmails that have already been deleted and discard itself if so.
You can disable incinerating processed emails by setting config.action_mailbox.incinerate or ActionMailbox.incinerate to false.
Inherits from
Methods (defined here)
Methods (inherited)
From ActiveJob::Core (5)
- # deserialize
- # scheduled_at=
- # serialize
- # successfully_enqueued?
- self. new
From ActiveJob::Enqueuing (1)
- # enqueue
From ActiveJob::Exceptions (1)
From ActiveJob::Execution (2)
- # perform
- # perform_now
From ActiveJob::QueueName (1)
From ActiveJob::QueuePriority (1)
- # priority
From Object (17)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with
- # with_options
From ActiveSupport::Callbacks (1)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended
From ActiveSupport::Rescuable (1)
From ActiveSupport::DescendantsTracker (4)
- # descendants
- # subclasses
- self. descendants
- self. subclasses