Project

General

Profile

« Previous | Next » 

Revision 6c7c4fde

Added by Marc Dequènes about 15 years ago

  • ID 6c7c4fde11b0f672e5c7d05ab859154d4cbfeed7

[fix] the tmail gpgme addon was unquoting the body content by mistake

View differences:

lib/tmail_gpg.rb
if self.multipart?
self.each_part {|p| fake_mail.parts << p }
else
fake_mail.body = self.body
fake_mail.quoted_body = self.quoted_body
end
# store the calculated content, to be able to use parsing methods

Also available in: Unified diff