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 tangerine.rb, line 284 284: def escaper 285: # What could we do further? 286: %{.gsub("\n", "\n ")} 287: end
[Validate]