Description:

Generates a new mailbox class in app/mailboxes and invokes your template
engine and test framework generators.

Example:

bin/rails generate mailbox inbox

creates an InboxMailbox class and test:
    Mailbox:  app/mailboxes/inbox_mailbox.rb
    Test:     test/mailboxes/inbox_mailbox_test.rb