class ActionMailbox::Base

def initialize(inbound_email)

def initialize(inbound_email)
  @inbound_email = inbound_email
end