diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-04-25 09:17:01 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-04-25 09:35:26 +0100 |
commit | 268de9d8dd5eb03a314a1358947b07565710be1f (patch) | |
tree | 5d33e6b52d8b8c07cc9a1ed0ebf51dcbe765ab0b | |
parent | cc846cb49d8e99e0ca183cef8c73df8b8af6b39b (diff) |
Make sure mail/part is loaded.hotfix/0.17.0.1
-rw-r--r-- | lib/mail_handler/backends/mail_extensions.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mail_handler/backends/mail_extensions.rb b/lib/mail_handler/backends/mail_extensions.rb index a277f540d..f778cbc14 100644 --- a/lib/mail_handler/backends/mail_extensions.rb +++ b/lib/mail_handler/backends/mail_extensions.rb @@ -1,4 +1,5 @@ require 'mail/message' +require 'mail/part' require 'mail/fields/common/parameter_hash' module Mail class Message @@ -101,4 +102,5 @@ module Mail end end + end |