aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/incoming_message.rb
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-01-06 11:35:58 +0000
committerRobin Houston <robin.houston@gmail.com>2012-01-06 11:35:58 +0000
commit465937d6d894fc0bcd7548c53f6e294a17f68b5c (patch)
tree8cdf48b924afd98de9c168a07822515400670527 /app/models/incoming_message.rb
parentb06195a428b5cb6c3e95b07c631e2f18febf05f0 (diff)
parentb476615a00ea8ad699c412c604cbae18388dedd7 (diff)
Merge branch 'release/0.5' into develop
Diffstat (limited to 'app/models/incoming_message.rb')
-rw-r--r--app/models/incoming_message.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb
index a8498b6e8..20989d641 100644
--- a/app/models/incoming_message.rb
+++ b/app/models/incoming_message.rb
@@ -619,6 +619,7 @@ class IncomingMessage < ActiveRecord::Base
end
# Returns body text from main text part of email, converted to UTF-8
def get_main_body_text_internal
+ parse_raw_email!
main_part = get_main_body_text_part
return _convert_part_body_to_text(main_part)
end