Class: PoBox::InboxMailbox
- Inherits:
-
ApplicationMailbox
- Object
- ActionMailbox::Base
- ApplicationMailbox
- PoBox::InboxMailbox
- Defined in:
- app/mailboxes/po_box/inbox_mailbox.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
5 6 7 8 |
# File 'app/mailboxes/po_box/inbox_mailbox.rb', line 5 def process email = create_email (email) if mail..any? end |