Skip to content

Commit a74db78

Browse files
committed
Remove previous fix - see comments at aquasync#5 (comment)
1 parent 5a86dfa commit a74db78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/mapi/property_set.rb

-5
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,6 @@ def body_html
282282
end
283283
end
284284
end
285-
if @body_html && @body_html.respond_to?(:encoding)
286-
@body_html.force_encoding("utf-8")
287-
@body_html = @body_html.valid_encoding? ? @body_html : @body_html.encode("utf-16le", :invalid => :replace, :replace => "").encode("utf-8")
288-
end
289-
@body_html
290285
end
291286
end
292287
end

0 commit comments

Comments
 (0)