352
353
354
355
356
|
# File 'lib/jpmobile/mail.rb', line 352
def decode_transfer_encoding
_raw_source = Jpmobile::Util.decode(@raw_source, self.encoding, @charset)
@raw_source = @mobile.decode_transfer_encoding(_raw_source, @charset)
self.encoding = 'text'
end
|