<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Sending emails from Cocoa</title>
	<atom:link href="http://vafer.org/blog/20080604120118/feed" rel="self" type="application/rss+xml" />
	<link>http://vafer.org/blog/20080604120118</link>
	<description>ramblings of a creative mind</description>
	<lastBuildDate>Sun, 07 Mar 2010 01:54:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59318</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 29 Jan 2010 01:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59318</guid>
		<description>I would love to use it, I have the same problem as you. I need a opensource framework for pop3 and imap.</description>
		<content:encoded><![CDATA[<p>I would love to use it, I have the same problem as you. I need a opensource framework for pop3 and imap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tcurdt</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59272</link>
		<dc:creator>tcurdt</dc:creator>
		<pubDate>Mon, 09 Nov 2009 23:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59272</guid>
		<description>You would probably have to add that to EDMessage. Don&#039;t think there is a callback delegate yet. See EDMailAgent.m</description>
		<content:encoded><![CDATA[<p>You would probably have to add that to EDMessage. Don&#39;t think there is a callback delegate yet. See EDMailAgent.m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krist</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59268</link>
		<dc:creator>krist</dc:creator>
		<pubDate>Sat, 24 Oct 2009 11:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59268</guid>
		<description>I&#039;m using EDMessage to add email support to my app.&lt;br&gt;but how do I track the upload progress?</description>
		<content:encoded><![CDATA[<p>I&#39;m using EDMessage to add email support to my app.<br />but how do I track the upload progress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cocoa and email (SMTP/POP3)</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59199</link>
		<dc:creator>Cocoa and email (SMTP/POP3)</dc:creator>
		<pubDate>Wed, 24 Jun 2009 03:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59199</guid>
		<description>[...] there would be a simple way to send email in Cocoa, but a quick search on Google only turned up http://vafer.org/blog/20080604120118, which dates from 2008. I had a look at each of the projects mentioned there though, but none of [...]</description>
		<content:encoded><![CDATA[<p>[...] there would be a simple way to send email in Cocoa, but a quick search on Google only turned up <a href="http://vafer.org/blog/20080604120118" rel="nofollow">http://vafer.org/blog/20080604120118</a>, which dates from 2008. I had a look at each of the projects mentioned there though, but none of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tcurdt</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59171</link>
		<dc:creator>tcurdt</dc:creator>
		<pubDate>Thu, 28 May 2009 21:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59171</guid>
		<description>No, I didn&#039;t have to create a cert. (Why would you?) And I am pretty sure I just linked against the standard SSL library. It&#039;s been a while but IIRC it worked quite straight forward. Sorry.</description>
		<content:encoded><![CDATA[<p>No, I didn&#8217;t have to create a cert. (Why would you?) And I am pretty sure I just linked against the standard SSL library. It&#8217;s been a while but IIRC it worked quite straight forward. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gaertner</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59170</link>
		<dc:creator>Marco Gaertner</dc:creator>
		<pubDate>Wed, 27 May 2009 13:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59170</guid>
		<description>@Andrew, how do I email you?  I would like the code.  My email is yes--at--gaertners.org

@tcurdt, I just have a bunch of customizations and code written around pantomime.  It&#039;s working fine for years now, but now I need to implement SSL.  I wanted to know if you need to make a certificate (how), which library version you used, where did you place it in the folders (the code calls for openssl/ssl.h, but that&#039;s not the regular way openssl comes in), if you had to compile openssl before linking to it, how you mixed C and Objective-C. etc.  

It would be much appreciated..</description>
		<content:encoded><![CDATA[<p>@Andrew, how do I email you?  I would like the code.  My email is yes&#8211;at&#8211;gaertners.org</p>
<p>@tcurdt, I just have a bunch of customizations and code written around pantomime.  It&#8217;s working fine for years now, but now I need to implement SSL.  I wanted to know if you need to make a certificate (how), which library version you used, where did you place it in the folders (the code calls for openssl/ssl.h, but that&#8217;s not the regular way openssl comes in), if you had to compile openssl before linking to it, how you mixed C and Objective-C. etc.  </p>
<p>It would be much appreciated..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tcurdt</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59169</link>
		<dc:creator>tcurdt</dc:creator>
		<pubDate>Wed, 27 May 2009 07:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59169</guid>
		<description>@Andrew: What about just throwing it up on github so we can easily help out with the polishing?

@Marco: Really  wondering about the &quot;need&quot; to use Pantomime. But the above code also worked just fine for me with SSL. Just make sure it&#039;s also really a SMTP over SSL or a TLS server answering on the port you provide. IIRC Pantomime wasn&#039;t handling it too well if it wasn&#039;t the case and you tried SSL anyway.</description>
		<content:encoded><![CDATA[<p>@Andrew: What about just throwing it up on github so we can easily help out with the polishing?</p>
<p>@Marco: Really  wondering about the &#8220;need&#8221; to use Pantomime. But the above code also worked just fine for me with SSL. Just make sure it&#8217;s also really a SMTP over SSL or a TLS server answering on the port you provide. IIRC Pantomime wasn&#8217;t handling it too well if it wasn&#8217;t the case and you tried SSL anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Pouliot</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59168</link>
		<dc:creator>Andrew Pouliot</dc:creator>
		<pubDate>Wed, 27 May 2009 06:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59168</guid>
		<description>Referring to my above mention of an open-source solution, anyone please feel free to email me for the code. I&#039;m too lazy at the moment to really package it for public distro, but it&#039;s a single class that only needs CocoaAsyncSocket. Supports gmail SMTP, STARTTLS + direct SSL, but pretty basic in general.</description>
		<content:encoded><![CDATA[<p>Referring to my above mention of an open-source solution, anyone please feel free to email me for the code. I&#8217;m too lazy at the moment to really package it for public distro, but it&#8217;s a single class that only needs CocoaAsyncSocket. Supports gmail SMTP, STARTTLS + direct SSL, but pretty basic in general.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gaertner</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59167</link>
		<dc:creator>Marco Gaertner</dc:creator>
		<pubDate>Wed, 27 May 2009 04:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59167</guid>
		<description>Hi!  I know you&#039;ve moved away from Pantomime, but I really need to use it.  It&#039;s working great right now, with the exception of SSL.  Would you be a great savior and provide just a few hints on how to do it?  I can&#039;t find the info anywhere.</description>
		<content:encoded><![CDATA[<p>Hi!  I know you&#8217;ve moved away from Pantomime, but I really need to use it.  It&#8217;s working great right now, with the exception of SSL.  Would you be a great savior and provide just a few hints on how to do it?  I can&#8217;t find the info anywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tcurdt</title>
		<link>http://vafer.org/blog/20080604120118/comment-page-1#comment-59017</link>
		<dc:creator>tcurdt</dc:creator>
		<pubDate>Tue, 09 Dec 2008 20:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=427#comment-59017</guid>
		<description>@Mark: Yes, I got that working fine. But I ended up having other problems with Pantomime. (Crashes!) So I am also in the middle of moving away from Pantomime.

There is a new release of EDMessage. Unfortunately it was not building for 10.4. So I fixed that an put a Tiger/Leopard compatible version up &lt;a href=&quot;http://github.com/tcurdt/edmessage/tree/master&quot; rel=&quot;nofollow&quot;&gt;on github&lt;/a&gt;. It still does not have asynchronous sending but I guess I will just wrap it in a NSThread for now.</description>
		<content:encoded><![CDATA[<p>@Mark: Yes, I got that working fine. But I ended up having other problems with Pantomime. (Crashes!) So I am also in the middle of moving away from Pantomime.</p>
<p>There is a new release of EDMessage. Unfortunately it was not building for 10.4. So I fixed that an put a Tiger/Leopard compatible version up <a href="http://github.com/tcurdt/edmessage/tree/master" rel="nofollow">on github</a>. It still does not have asynchronous sending but I guess I will just wrap it in a NSThread for now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
