class ActionMailbox::InboundEmail::Incineratable::Incineration

def run

def run
  @inbound_email.destroy! if due? && processed?
end