aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_mailbox/mail_ext.rb
blob: abdaae4f9ef1487f52b6224e14639ddc25707120 (plain) (blame)
1
2
3
4
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)}" }