instance method
mail
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
mail()
No documentation comment.
Source
# File actionmailbox/app/models/action_mailbox/inbound_email.rb, line 35
def mail
@mail ||= Mail.from_source(source)
end
Defined in actionmailbox/app/models/action_mailbox/inbound_email.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::InboundEmail