Revision 5461b962
Added by Marc Dequènes over 15 years ago
- ID 5461b96241353c2521107c8adc90518a98061b96
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
[fix] the tmail gpgme addon was unquoting the body content by mistake