Ask HN: Anyone fancy working on an RFC for email replies?
1 comments
Anecdote time: A long time ago, I parsed bounced emails to get the bad email adress. There were like 10 sligtly different formats that I detected automaticaly, and some outliers that I handle manually.
(Detecting replies looks like a harder problem.)
(Detecting replies looks like a harder problem.)
I think a new mime-type of message/reply would provide a much easier experience for those of us working with automated message processing. The text and html body can remain the same as they are now, but all replies would be added to a message as additional parts for easy parsing. This might have more useful applications than just easier extraction of replies, for instance, richer message thread views.
Anyone from MailGun, Mailjet, GMail, Yahoo, Amazon SES etc. interested in this or know of any existing efforts?