1aim / DELETE-THIS-mail-types

Encoding/Decoding (roughly read Generating/Parsing) of mails in rust, including limited unicode support
0 stars 0 forks source link

Enable a treat '\n' as '\r\n' mode for loading resources (in mail body payloads only) #5

Open rustonaut opened 7 years ago

rustonaut commented 7 years ago

For mail only \r\n is a newline and "orphan" \n should not appear at all

rustonaut commented 6 years ago

It's implemented in the RenderTemplate engine but not on a Resource level but on the RenderTemplateEngine level (as an option)