<?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 for Monkeypen Tech</title>
	<atom:link href="http://www.monkeypen.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.monkeypen.com</link>
	<description>Proudly powered by thousands of frantically typing monkeys!</description>
	<lastBuildDate>Fri, 26 Nov 2010 15:55:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by Kevin</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-77</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 26 Nov 2010 15:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-77</guid>
		<description>In order to get it to run automatically you would need to have some external process such as cron on linux or task scheduler on windows to execute  the script periodically.
I give an example in the usage section in the post this comment refers to on how to do this with cron and curl on linux.  On my own install I have it setup to check every 15 minutes with cron.</description>
		<content:encoded><![CDATA[<p>In order to get it to run automatically you would need to have some external process such as cron on linux or task scheduler on windows to execute  the script periodically.<br />
I give an example in the usage section in the post this comment refers to on how to do this with cron and curl on linux.  On my own install I have it setup to check every 15 minutes with cron.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by Jake</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-76</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 26 Nov 2010 14:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-76</guid>
		<description>Is there a way to make this automatically check when  a new photo is emailed?  Or do you have to manually invoke it to check each time?</description>
		<content:encoded><![CDATA[<p>Is there a way to make this automatically check when  a new photo is emailed?  Or do you have to manually invoke it to check each time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by PhilY</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-24</link>
		<dc:creator>PhilY</dc:creator>
		<pubDate>Sat, 17 Jul 2010 13:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-24</guid>
		<description>THANKS A LOT Kevin,
I had an extra &#039;zpimpmail&#039; subfolder within the &#039;plugins&#039; folder&#039;.
You reply #5 helped me clarify as you suspected and it worked.</description>
		<content:encoded><![CDATA[<p>THANKS A LOT Kevin,<br />
I had an extra &#8216;zpimpmail&#8217; subfolder within the &#8216;plugins&#8217; folder&#8217;.<br />
You reply #5 helped me clarify as you suspected and it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by Kevin</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-17</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 19 Jun 2010 07:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-17</guid>
		<description>It looks like you don&#039;t have the php imap functions installed or enabled.   Check your php.ini to see if there is a commented out line for the imap library. If so, just enable it and you should be good to go. Otherwise you will need to install php5-imap in order to get it to work.</description>
		<content:encoded><![CDATA[<p>It looks like you don&#8217;t have the php imap functions installed or enabled.   Check your php.ini to see if there is a commented out line for the imap library. If so, just enable it and you should be good to go. Otherwise you will need to install php5-imap in order to get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by Jaanus</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-16</link>
		<dc:creator>Jaanus</dc:creator>
		<pubDate>Fri, 18 Jun 2010 22:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-16</guid>
		<description>Fatal error: Call to undefined function imap_open() in /home/...../plugins/zpimpmail/import_email.php on line 20

This error message appeared after I pointed to this plugins/zpimpmail/import_email_wrapper.php</description>
		<content:encoded><![CDATA[<p>Fatal error: Call to undefined function imap_open() in /home/&#8230;../plugins/zpimpmail/import_email.php on line 20</p>
<p>This error message appeared after I pointed to this plugins/zpimpmail/import_email_wrapper.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by Kevin</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-13</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 16 Jun 2010 07:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-13</guid>
		<description>Ok, just to clarify, if you are using version 1.01 and issue &#039;find plugins &#124;grep zpimpmail&#039; from ZP-ROOT you should get:

plugins/zpimpmail
plugins/zpimpmail/images
plugins/zpimpmail/images/mail.png
plugins/zpimpmail/import_email_wrapper.php
plugins/zpimpmail/import_email.php
plugins/zpimpmail/utilities
plugins/zpimpmail/utilities/zpimpmail_util.php
plugins/zpimpmail/README.txt
plugins/zpimpmail/mail_parsers
plugins/zpimpmail/mail_parsers/builtin
plugins/zpimpmail/mail_parsers/builtin/zpimpmail-parser.php
plugins/zpimpmail/mail_parsers/php-mime-mail-parser
plugins/zpimpmail/mail_parsers/php-mime-mail-parser/zpimpmail-parser.php
plugins/zpimpmail/mail_parsers/php-mime-mail-parser/attachment.class.php
plugins/zpimpmail/mail_parsers/php-mime-mail-parser/MimeMailParser.class.php
plugins/zpimpmail/mail_parsers/php-mime-mail-parser.php
plugins/zpimpmail/mail_parsers/builtin.php
plugins/zpimpmail/functions-zpimpmail.php
plugins/zpimpmail.php

If everything is in the correct place you should be able to activate the plugin so if you do not have that option I&#039;m not sure what else could be going on.  If you are able to activate the plugin, then there are two ways to configure it, one using the PECL extension Mailparse and the other using PHP&quot;s built in mail parsing functionality.  Regardless of whether you have the PECL extension installed the plugin should be able to be activated.</description>
		<content:encoded><![CDATA[<p>Ok, just to clarify, if you are using version 1.01 and issue &#8216;find plugins |grep zpimpmail&#8217; from ZP-ROOT you should get:</p>
<p>plugins/zpimpmail<br />
plugins/zpimpmail/images<br />
plugins/zpimpmail/images/mail.png<br />
plugins/zpimpmail/import_email_wrapper.php<br />
plugins/zpimpmail/import_email.php<br />
plugins/zpimpmail/utilities<br />
plugins/zpimpmail/utilities/zpimpmail_util.php<br />
plugins/zpimpmail/README.txt<br />
plugins/zpimpmail/mail_parsers<br />
plugins/zpimpmail/mail_parsers/builtin<br />
plugins/zpimpmail/mail_parsers/builtin/zpimpmail-parser.php<br />
plugins/zpimpmail/mail_parsers/php-mime-mail-parser<br />
plugins/zpimpmail/mail_parsers/php-mime-mail-parser/zpimpmail-parser.php<br />
plugins/zpimpmail/mail_parsers/php-mime-mail-parser/attachment.class.php<br />
plugins/zpimpmail/mail_parsers/php-mime-mail-parser/MimeMailParser.class.php<br />
plugins/zpimpmail/mail_parsers/php-mime-mail-parser.php<br />
plugins/zpimpmail/mail_parsers/builtin.php<br />
plugins/zpimpmail/functions-zpimpmail.php<br />
plugins/zpimpmail.php</p>
<p>If everything is in the correct place you should be able to activate the plugin so if you do not have that option I&#8217;m not sure what else could be going on.  If you are able to activate the plugin, then there are two ways to configure it, one using the PECL extension Mailparse and the other using PHP&#8221;s built in mail parsing functionality.  Regardless of whether you have the PECL extension installed the plugin should be able to be activated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by PhilY</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-12</link>
		<dc:creator>PhilY</dc:creator>
		<pubDate>Mon, 14 Jun 2010 20:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-12</guid>
		<description>Thanks Kevin for answering.
Indeed, I&#039;m mixed my words writing my comment.
My &#039;plugins&#039; directory is in the [ZP-ROOT] folder as it should and not in the [ZP-CORE] so it respects plugin structure for 3rd party.
So I have: [ZP-ROOT]&gt;plugins&gt;zpimpmail&gt;(zpimpmail.php file &amp; zpimpmail folder) 
Rob is talking about &#039;pecl&#039; extension but I can&#039;t find it in the Zenphoto extensions repository.
Should I install it?</description>
		<content:encoded><![CDATA[<p>Thanks Kevin for answering.<br />
Indeed, I&#8217;m mixed my words writing my comment.<br />
My &#8216;plugins&#8217; directory is in the [ZP-ROOT] folder as it should and not in the [ZP-CORE] so it respects plugin structure for 3rd party.<br />
So I have: [ZP-ROOT]&gt;plugins&gt;zpimpmail&gt;(zpimpmail.php file &amp; zpimpmail folder)<br />
Rob is talking about &#8216;pecl&#8217; extension but I can&#8217;t find it in the Zenphoto extensions repository.<br />
Should I install it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by rob</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-10</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 11 Jun 2010 04:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-10</guid>
		<description>Thanks, this plugin is perfect! Worked great once I realized I needed the pecl extension installed. I have a cron job checking email once an hour and it makes it easy for friends and family to send me images for the site.</description>
		<content:encoded><![CDATA[<p>Thanks, this plugin is perfect! Worked great once I realized I needed the pecl extension installed. I have a cron job checking email once an hour and it makes it easy for friends and family to send me images for the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by Kevin</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-6</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-6</guid>
		<description>Version 1.2.9 uses a different plugin structure than what you have described.  As of 1.2.7  there are two different plugin directories, one for the zenphoto included ones and another for 3rd party plugins.  The zenphoto plugins go in ZP-CORE -&gt; zp-extensions and the 3rd party plugins go in [ZP-ROOT] -&gt; plugins.  

Here is a link to the relevant section of the docs on the ZenPhoto site:

http://www.zenphoto.org/2009/11/adding-third-party-features-to-zenphoto/

Give this config a try and you should be able to activate the plugin.</description>
		<content:encoded><![CDATA[<p>Version 1.2.9 uses a different plugin structure than what you have described.  As of 1.2.7  there are two different plugin directories, one for the zenphoto included ones and another for 3rd party plugins.  The zenphoto plugins go in ZP-CORE -> zp-extensions and the 3rd party plugins go in [ZP-ROOT] -> plugins.  </p>
<p>Here is a link to the relevant section of the docs on the ZenPhoto site:</p>
<p><a href="http://www.zenphoto.org/2009/11/adding-third-party-features-to-zenphoto/" rel="nofollow">http://www.zenphoto.org/2009/11/adding-third-party-features-to-zenphoto/</a></p>
<p>Give this config a try and you should be able to activate the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail Import Plugin for Zen Photo by PhilY</title>
		<link>http://www.monkeypen.com/2010/04/mail-import-plugin-for-zen-photo/comment-page-1/#comment-5</link>
		<dc:creator>PhilY</dc:creator>
		<pubDate>Thu, 03 Jun 2010 10:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://monkeypen.com/?p=4#comment-5</guid>
		<description>Hello, I&#039;m trying to use your plugin but I can&#039;t activate it and so I can&#039;t configure or use it.

I&#039;ve put it in the &#039;plugins&#039; folder so I have &#039;ZP-CORE&gt;plugins&gt;zimpmail&#039; folder within which I have &#039;zpimpmail.php&#039; file and &#039;zpimpmail&#039; folder.

But, nothing new appears in the back-end &#039;plugin&#039; tab (activation) or back-end &#039;option&gt;plugin&#039; tab (configuration).

I&#039;m using Zenphoto 1.2.9 [5088].

Thanks for your help.
Phil</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m trying to use your plugin but I can&#8217;t activate it and so I can&#8217;t configure or use it.</p>
<p>I&#8217;ve put it in the &#8216;plugins&#8217; folder so I have &#8216;ZP-CORE&gt;plugins&gt;zimpmail&#8217; folder within which I have &#8216;zpimpmail.php&#8217; file and &#8216;zpimpmail&#8217; folder.</p>
<p>But, nothing new appears in the back-end &#8216;plugin&#8217; tab (activation) or back-end &#8216;option&gt;plugin&#8217; tab (configuration).</p>
<p>I&#8217;m using Zenphoto 1.2.9 [5088].</p>
<p>Thanks for your help.<br />
Phil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

