aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/action_mailbox/mail_ext.rb
blob: c4d277a1f9d7ac7cf7d89a5e5e72e5608b5fb52b (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

require "mail"

# The hope is to upstream most of these basic additions to the Mail gem's Mail object. But until then, here they lay!
Dir["#{File.expand_path(File.dirname(__FILE__))}/mail_ext/*"].each { |path| require "action_mailbox/mail_ext/#{File.basename(path)}" }