module ActionMailbox::InboundEmail::Incineratable

def incinerate_later

def incinerate_later
  ActionMailbox::IncinerationJob.schedule self
end