Mailspring/packages
Christine Spang a947cc063a [local-sync] Use mimelib to parse headers
Using node-imap's parseHeader function to parse headers was resulting in
a huge number of message parse failures on Office365 accounts, because
the results contained unicode control character 9 and we'd then feed that
string to JSON.parse when extracting contacts, which would throw an
exception.

Using mimelib's header parsing function eliminates these errors.
2016-12-22 08:51:16 -08:00
..
isomorphic-core perf(delta): replaces API delta stream with direct in-memory one 2016-12-21 18:42:52 -08:00
local-private fix(tracking): Save updated metadata correctly and stop sending account ID with request 2016-12-19 15:40:38 -08:00
local-sync [local-sync] Use mimelib to parse headers 2016-12-22 08:51:16 -08:00