<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <title>deep darc » eMail via XMPP » Comments</title>
    <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/" />
    <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/</id>
    <subtitle>deep and darc stuff</subtitle>
    <updated>2008-10-28T15:55:23Z</updated>
    <rights>Copyright 2005</rights>
    <generator version="0.2">darcness</generator>

        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>cheney</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-836" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-836</id>
                            <updated>2008-10-28T15:55:23Z</updated>
                                        <published>2008-10-28T15:55:23Z</published>
                                                <summary type="html"><![CDATA[<p>To be more successful you would need something like mail markup language.  I am currently considering writing a mail specific protocol.  It would be XMPP based but appears to operate like SMTP.</p>

<p>http://mailmarkup.org/</p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>brett</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-805" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-805</id>
                            <updated>2008-07-01T14:19:11Z</updated>
                                        <published>2008-07-01T14:19:11Z</published>
                                                <summary type="html"><![CDATA[<p>Very interesting stuff.  I guess the reverse would be fairly easy.  Any suggestions on how to deal with forwards, bcc's, and emails as attachments?</p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>sander</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-458" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-458</id>
                            <updated>2006-06-02T21:08:08Z</updated>
                                        <published>2006-06-02T21:08:08Z</published>
                                                <summary type="html"><![CDATA[<p>fyi: <a href="http://users.telenet.be/s.devrieze/imail/imail.pdf">http://users.telenet.be/s.devrieze/imail/imail.pdf</a></p>

<p><a href="http://www.3pblog.net/index.php?entry=entry050702-180443">http://www.3pblog.net/index.php?entry=entry050702-180443</a></p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>haiku</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-383" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-383</id>
                            <updated>2006-04-10T17:05:24Z</updated>
                                        <published>2006-04-10T17:05:24Z</published>
                                                <summary type="html"><![CDATA[<p>Repalcing MIME with XML is not a good idea... legacy mail – to – XMPP gateways will have to spend a lot of resources repacking messages. It's better to just transfer the messages without too much processing</p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>mibus</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-320" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-320</id>
                            <updated>2006-04-05T22:43:45Z</updated>
                                        <published>2006-04-05T22:43:45Z</published>
                                                <summary type="html"><![CDATA[<p>I'd spell things out in full - &lt;header&gt; and &lt;body&gt; not &lt;h&gt; and &lt;b&gt;. It seems the Jabbery way <img src="http://www.deepdarc.com//images/smilies/6.png" alt=";)" style="border: 0; margin-bottom: -4px;" /></p>

<p>I've actually played with a similar idea (replacing SMTP with XMPP entirely)
http://mibus.cgcommunity.com/index.php?id=405</p>

<p>I went a different route though, using &lt;message&gt;'s. XMPP already supports alot of the stuff you're trying to wrap up (from, to - albeit not with names etc.).</p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>darco</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-319" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-319</id>
                            <updated>2006-04-05T20:51:05Z</updated>
                                        <published>2006-04-05T20:51:05Z</published>
                                                <summary type="html"><![CDATA[<p>There is certainly much, much more work to be done. This isn't even a protocol–this is just the first step. This post is just to get the ball rolling. <img src="http://www.deepdarc.com//images/smilies/1.png" alt=":)" style="border: 0; margin-bottom: -4px;" /></p>

<p>I have already written an XSL transform for converting XML-MIME to MIME.  I'll be posting more information on all of this when I can get some time.</p>

<p>Gosh it would be nice to get paid for this stuff. (Google? You listening? I'd be happy to move back to Seattle. <img src="http://www.deepdarc.com//images/smilies/7.png" alt=":D" style="border: 0; margin-bottom: -4px;" />)</p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>Jean-Louis Seguineau</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-316" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-316</id>
                            <updated>2006-04-05T11:53:29Z</updated>
                                        <published>2006-04-05T11:53:29Z</published>
                                                <summary type="html"><![CDATA[<p>In addition to what Nolan said, I suggest you have a look at <a href="http://www.jabber.org/jeps/jep-0131.html">JEP-0131: Stanza Headers and Internet Metadata (SHIM)</a> for a way to represent 'standard' headers...</p>

<p>As to the support by clients, this would either have to be built into new clients (new protocol implies new client support), or left to some server component to translate.</p>

<p>My 2cts. Keep going</p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>Nolan Eakins</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-315" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-315</id>
                            <updated>2006-04-05T09:26:22Z</updated>
                                        <published>2006-04-05T09:26:22Z</published>
                                                <summary type="html"><![CDATA[<p>You have more work than that. The major problem with a direct translation of the MIME email to an XML-MIME email is that clients don't and won't support it, though XSLT could help convert.</p>

<p>You'll need to get very friendly with a number of JEPs to get this going. For starters: extended stanza addressing (-0033), XHTML-IM (-0071), publishing stream requests (-0137), and file transfer (-0096).</p>

<p>Best of luck! This could be a boon.</p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>darco</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-314" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-314</id>
                            <updated>2006-04-02T00:48:58Z</updated>
                                        <published>2006-04-02T00:48:58Z</published>
                                                <summary type="html"><![CDATA[<p>I agree, and I'm working that into the spec now.</p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>adruab</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-313" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-313</id>
                            <updated>2006-04-01T23:10:07Z</updated>
                                        <published>2006-04-01T23:10:07Z</published>
                                                <summary type="html"><![CDATA[<p>It seems like content related tags would be better as attributes.  That's assumes they're not oft extended and can't have multiple instances in mime specification.</p>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: eMail via XMPP]]></title>
            <author>
                <name>fireflysoup</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-312" />
            <id>http://www.deepdarc.com/2006/03/30/email-via-xmpp/#comment-312</id>
                            <updated>2006-03-30T22:26:16Z</updated>
                                        <published>2006-03-30T22:26:16Z</published>
                                                <summary type="html"><![CDATA[<p>Smarty Pants!</p>

<p>:P</p>
]]></summary>
        </entry>
        
</feed>
