class Rails::Conductor::ActionMailbox::IncineratesController

Incinerating will destroy an email that is due and has already been processed.

def create

def create
  ActionMailbox::InboundEmail.find(params[:inbound_email_id]).incinerate
  redirect_to main_app.rails_conductor_inbound_emails_url
end