TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to parse emails like TripIt?

8 点作者 paulsingh超过 14 年前
Does TripIt write custom parsers for each potential email source (Expedia, Orbits, United.com, etc)? Or are they using some sort of parsing library that I'm not aware of?<p>I run a small CRM system for notary publics (notarycrm.com) and customers are consistently requesting the capability to forward scheduling emails (from banks/signing companies) into NotaryCRM. The idea would be that we'd parse the emails and add the signing to the customer's account - saving them a few minutes for each signing.<p>UPDATE: If anyone is particularly interested in helping me parse emails via SendGrid's Parse API, contact me - will trade your RRuby on Rails skillz for money. :)

2 条评论

Travis超过 14 年前
Most likely they wrote their own parsing library. I'm not aware of any out there, but it's pretty trivial to write code that will login to an IMAP system and parse messages.
ashleyreddy超过 14 年前
I wrote one for my startup paperhater.com Just using regexp.