You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
header values in headers[].value keep the whitespace that folding introduced instead of having every whitespace run collapsed to a single space, single value headers such as subject and from resolve to the first occurrence of a duplicated header rather than the last, and to, cc, bcc and replyTo are returned in document order rather than reversed.
Bug Fixes
resolve non-WHATWG charset labels instead of falling back to windows-1252 (6378618), closes #94
unfold headers per RFC 5322 and resolve duplicated headers first-wins (7b0ca9d)