Class: PoBox::InboxMailbox

Inherits:
ApplicationMailbox show all
Defined in:
app/mailboxes/po_box/inbox_mailbox.rb

Instance Method Summary collapse

Instance Method Details

#processObject



5
6
7
8
# File 'app/mailboxes/po_box/inbox_mailbox.rb', line 5

def process
  email = create_email
  handle_attachments(email) if mail.attachments.any?
end