module ActionMailbox::InboundEmail::Incineratable

def incinerate

def incinerate
  Incineration.new(self).run
end