aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-01-06 10:18:55 +0000
committerRobin Houston <robin.houston@gmail.com>2012-01-06 10:18:55 +0000
commit042f5460fffd5d7b0c4ea538d070e129c485e618 (patch)
treef5ea81bd4b2ab1a60862331a2e3a8591c6399546 /app/models
parent6a93d027e744bfc4ab2f8f7808ee99c770003481 (diff)
parent8d7885217fdf4bf5061233679fbb42970cab1c3c (diff)
Merge branch 'release/0.5' into wdtk
Diffstat (limited to 'app/models')
-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