GNOME Bugzilla – Bug 786430
default newline settings for gmimeformatoptions are not respected when writing headers
Last modified: 2017-08-17 15:52:38 UTC
When changing default format options: g_mime_format_options_set_newline_format(g_mime_format_options_get_default(), GMIME_NEWLINE_FORMAT_DOS) and writing message to stream, headers get written with some mixed newlines, some headers get \r\n line endings, others get \n.
Fixed in git master