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

Message-ID should be Content-ID? #75

Closed
tomjaguarpaw opened this issue Dec 18, 2021 · 2 comments
Closed

Message-ID should be Content-ID? #75

tomjaguarpaw opened this issue Dec 18, 2021 · 2 comments
Labels

Comments

@tomjaguarpaw
Copy link

This looks suspicious to me, though perhaps I'm misunderstanding something.

headerContentID :: (HasHeaders a) => Lens' a (Maybe ContentID)
headerContentID = headers . at "Message-ID" . iso (>>= f) (fmap g)

@frasertweedale
Copy link
Member

oh for sure, that's a typo. thank you!

@frasertweedale
Copy link
Member

frasertweedale commented Dec 19, 2021

Fixed in e1a8152 (on the fix/multipart-related branch). Good find and thanks for reporting it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants