<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CAIH.org &#187; Uncategorized</title>
	<atom:link href="http://caih.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://caih.org</link>
	<description>Movies, life and python</description>
	<lastBuildDate>Mon, 11 Oct 2010 03:53:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Is there any way to reliably parse email messages?</title>
		<link>http://caih.org/uncategorized/is-there-any-way-to-reliably-parse-email-messages/</link>
		<comments>http://caih.org/uncategorized/is-there-any-way-to-reliably-parse-email-messages/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 02:00:45 +0000</pubDate>
		<dc:creator>César Izurieta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://caih.org/?p=196</guid>
		<description><![CDATA[What I&#8217;m talking about is constructing a tree from an email message. Usuallu when you get an email and reply back and forth then you end up with something that looks something like this: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. On 01/01/1970, [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>What I&#8217;m talking about is constructing a tree from an email message. Usuallu when you get an email and reply back and forth then you end up with something that looks something like this:</p>
<div class="codecolorer-container email default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:400px;"><div class="email codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Lorem ipsum dolor sit amet, consectetur adipisicing elit,<br />
sed do eiusmod tempor incididunt ut labore et dolore magna<br />
aliqua.<br />
<br />
On 01/01/1970, Someone &lt;some@email.com&gt; wrote:<br />
&gt; Ut enim ad minim veniam, quis nostrud exercitation ullamco<br />
&gt; laboris nisi ut aliquip ex ea commodo consequat. Duis aute<br />
&gt; irure dolor in reprehenderit in voluptate velit esse cillum<br />
&gt; dolore eu fugiat nulla pariatur.<br />
<br />
Excepteur sint occaecat cupidatat non proident, sunt in<br />
culpa qui officia deserunt mollit anim id est laborum.<br />
<br />
&gt; Sed ut perspiciatis unde omnis iste natus error sit<br />
&gt; voluptatem accusantium doloremque laudantium, totam<br />
&gt; rem aperiam, eaque ipsa quae ab illo inventore veritatis<br />
&gt; et quasi architecto beatae vitae dicta sunt explicabo.<br />
&gt; <br />
&gt; On 01/01/2000, Someone else &lt;some.other@email.com&gt;<br />
&gt; wrote:<br />
&gt;&gt; Nemo enim ipsam voluptatem quia voluptas sit<br />
&gt;&gt; aspernatur aut odit aut fugit, sed quia consequuntur<br />
&gt;&gt; magni dolores eos qui ratione voluptatem sequi nesciunt.<br />
&gt;&gt; Neque porro quisquam est, qui dolorem ipsum quia dolor<br />
&gt;&gt; sit amet, consectetur, adipisci velit, sed quia non<br />
&gt;&gt; numquam eius modi tempora incidunt ut labore et dolore<br />
&gt;&gt; magnam aliquam quaerat voluptatem.<br />
&gt;<br />
&gt; Ut enim ad minima veniam, quis nostrum exercitationem ullam<br />
&gt; corporis suscipit laboriosam, nisi ut aliquid ex ea commodi<br />
&gt; consequatur?<br />
<br />
Quis autem vel eum iure reprehenderit qui in ea<br />
voluptate velit esse quam nihil molestiae consequatur, vel<br />
illum qui dolorem eum fugiat quo voluptas nulla pariatur?</div></div>
<p>Is there any way to reliably parse a message like this and get a tree of messages with headers, top-posts, inline replies, bottom-posts, etc? I&#8217;be been looking around for some time but I haven&#8217;t been able to find anything close to that.</p>
<p>Well this is something I plan on adding to the <a href="http://notifiy.com">Notifiy</a> wave robot so that it parses incoming emails and posts the relevant content to wave and even corrections to previous posts. Maybe in this case is easier than a multi level email since replies will always start from a clean message, so there&#8217;s just one level up.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://caih.org/uncategorized/is-there-any-way-to-reliably-parse-email-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

