Specialized Tangerine for RFC822 message generation.
By default, all values’ newlines will be prefixed with whitespace. This can be overriden giving the !-flag in a tag.
[Source]
# File lib/nukumi2/vendor/tangerine.rb, line 326 326: def escaper 327: # What could we do further? 328: %{.gsub("\n", "\n ")} 329: end
[Validate]