Wrap In-Reply-To and References in <>'s#5
Wrap In-Reply-To and References in <>'s#5frioux wants to merge 1 commit intoPerl-Email-Project:masterfrom frioux:patch-1
Conversation
|
I wonder why it parses the headers, instead of just using them. Anyway, seems reasonable, maybe. Maybe should use Email::MessageID instead. Want some comaint? |
|
You would know better than I would how to deal with the headers, so I defer And no I don't want comaint. sent from a rotary phone, pardon my brevity
|
It is wrong to try parsing Message-Id headers with parser for addr-list structures. It is even worse to try parsing them via Email::Address module. And yes, you can just return those Message-Id headers as you are not interested in its content. I fixes it in pull request: #6 |
No description provided.