Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

headers should be case flattened #4

Merged
merged 1 commit into from
May 5, 2017
Merged

Conversation

rjbs
Copy link
Member

@rjbs rjbs commented Feb 7, 2017

From the spec:

headers: String[String] A map of lower-cased header name to (decoded) header value for all headers in the message. For headers that occur multiple times (e.g. Received), the values are concatenated with a single new line (\n) character in between each one.

So, the values of headers should have lowercase keys. Requesting property header.lower-case-version should also work.

@rjbs rjbs changed the title headers should be case falttened headers should be case flattened Feb 7, 2017
@rjbs rjbs merged commit 5bdc3f0 into fastmail:master May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant