# File lib/jpmobile/mail.rb, line 552 def encoded_with_jpmobile encoded_without_jpmobile end
# File lib/jpmobile/mail.rb, line 556 def get_display_name_with_jpmobile begin get_display_name_without_jpmobile rescue NoMethodError => ex if ex.message.match(/undefined method `gsub' for nil:NilClass/) name = unquote(tree.display_name.text_value.strip.to_s) str = strip_all_comments(name.to_s) else raise ex end end end