<?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 Conan the Blogarian</title>
	<atom:link href="http://elric.novitraq.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://elric.novitraq.com</link>
	<description>If I don&#039;t write it down, I&#039;ll forget</description>
	<lastBuildDate>Tue, 12 Feb 2013 22:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on phpBB Mail Gateway by James</title>
		<link>http://elric.novitraq.com/phpbb-mail-gateway#comment-129</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 12 Feb 2013 22:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?p=22#comment-129</guid>
		<description>Success! I did all of the middleware in perl while learning a lot along the way. There are in-fact various ways to tie a Yahoo Group to your PHPBB3 forum. Absolutely abandon the old and nonexistent mail2forum. Dont give it another thought. I chose using the grabyahoogroup.pl which supersedes yahoo2maildir.pl. The scraper bypasses the need for email as well as multiple email accounts to separate the various groups. I modified it to save a duplicate of every new file into an IMPORT folder to work from, so I still always have the original messages. Then you can clean up the mail files with your own perl and regex magic and then run this importer against it. I will be throwing this up on a few forums immediately and probably any BB3 forum I do in the future. It can easily be a convenience to your niche in one-way or even two-way mode.
February 12, 2013.</description>
		<content:encoded><![CDATA[<p>Success! I did all of the middleware in perl while learning a lot along the way. There are in-fact various ways to tie a Yahoo Group to your PHPBB3 forum. Absolutely abandon the old and nonexistent mail2forum. Dont give it another thought. I chose using the grabyahoogroup.pl which supersedes yahoo2maildir.pl. The scraper bypasses the need for email as well as multiple email accounts to separate the various groups. I modified it to save a duplicate of every new file into an IMPORT folder to work from, so I still always have the original messages. Then you can clean up the mail files with your own perl and regex magic and then run this importer against it. I will be throwing this up on a few forums immediately and probably any BB3 forum I do in the future. It can easily be a convenience to your niche in one-way or even two-way mode.<br />
February 12, 2013.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpBB Mail Gateway by James</title>
		<link>http://elric.novitraq.com/phpbb-mail-gateway#comment-128</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 10 Feb 2013 04:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?p=22#comment-128</guid>
		<description>For those looking at this, I have figured out the following: 
- It does try to &quot;thread&quot; messages based on topic title which is really great when it works. I wish it would also try using (In-Reply-To:).
- You need to enable extension=php_mbstring.dll in php.ini.
- For emails out, it uses php mail function without all of the phpbb stuff, so you need to make sure your php.ini has mail configured correctly.
- It absolutely requires plaintext format messages (Content-Type: text/plain; charset=&quot;ISO-8859-1&quot;), it chokes heavily on messages that have been scraped using Yahoo2Mbox or any other scraping tool when they are (Content-Type: multipart/alternative; boundary=&quot;0-58645656-1287429990=:31883&quot;). This makes it a pain to import an archive.
- It will not pull date from the message and uses the phpbb post date. Another pain when importing from an archive.
- Pop works
- Maildir import works and is a good option when you want speed and also when using a single yahoo account for multiple groups. You can use a pop tool to sort mail based on subject or other header info.

Things I still need to figure out:
- How to import mbox or maildir archive when it has multipart messages sprinkled in. I am wondering if there is a tool that will convert messages to plaintext and thereby fix the mess that would otherwise be left behind if you simply searched and replaced the Content-Type.
- Need to find a pop client/mail agent that can sort mail to folders that will run on Windows, php, perl...  Or then resolve to use a different email for each group/froum.
- Come up with some code to clean up emails to remove any references to &quot;groups.yahoo.com&quot; and so forth.
- Come up with code to also remove the very common &quot;[Non-text portions of this message have been removed] &quot;
- Resolve issue where maildir files are not being deleted. Prolly a server rights thing I havent figured out yet.</description>
		<content:encoded><![CDATA[<p>For those looking at this, I have figured out the following:<br />
- It does try to &#8220;thread&#8221; messages based on topic title which is really great when it works. I wish it would also try using (In-Reply-To:).<br />
- You need to enable extension=php_mbstring.dll in php.ini.<br />
- For emails out, it uses php mail function without all of the phpbb stuff, so you need to make sure your php.ini has mail configured correctly.<br />
- It absolutely requires plaintext format messages (Content-Type: text/plain; charset=&#8221;ISO-8859-1&#8243;), it chokes heavily on messages that have been scraped using Yahoo2Mbox or any other scraping tool when they are (Content-Type: multipart/alternative; boundary=&#8221;0-58645656-1287429990=:31883&#8243;). This makes it a pain to import an archive.<br />
- It will not pull date from the message and uses the phpbb post date. Another pain when importing from an archive.<br />
- Pop works<br />
- Maildir import works and is a good option when you want speed and also when using a single yahoo account for multiple groups. You can use a pop tool to sort mail based on subject or other header info.</p>
<p>Things I still need to figure out:<br />
- How to import mbox or maildir archive when it has multipart messages sprinkled in. I am wondering if there is a tool that will convert messages to plaintext and thereby fix the mess that would otherwise be left behind if you simply searched and replaced the Content-Type.<br />
- Need to find a pop client/mail agent that can sort mail to folders that will run on Windows, php, perl&#8230;  Or then resolve to use a different email for each group/froum.<br />
- Come up with some code to clean up emails to remove any references to &#8220;groups.yahoo.com&#8221; and so forth.<br />
- Come up with code to also remove the very common &#8220;[Non-text portions of this message have been removed] &#8221;<br />
- Resolve issue where maildir files are not being deleted. Prolly a server rights thing I havent figured out yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpBB Mail Gateway by James</title>
		<link>http://elric.novitraq.com/phpbb-mail-gateway#comment-127</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 26 Jan 2013 04:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?p=22#comment-127</guid>
		<description>Elric, I just stumbled across your efforts here and am excited to give it a try. I was wondering two things. 

First, can you or anyone else who may be using this share with me a url so I can see what the end result looks like?

Second, my goal is to sync a forum from a yahoo group, minimally one way/archival. I have used a program called yahoo2mbox that has slowly collected all of the history into an mbox file. With your list experience, can you give me some creative ideas on how I could get this data into a fresh phpbb install before I enable the mail gateway to continue the syncing from then on? I too am running IIS environment and am limited on what I might do to achieve this.

I wonder if the mail gateway could be easily modified to not pop, but instead check an mbox file for changes to process into a forum. Seems like a good solution to the yahoo groups dilemma: Mbox2Phpbb.</description>
		<content:encoded><![CDATA[<p>Elric, I just stumbled across your efforts here and am excited to give it a try. I was wondering two things. </p>
<p>First, can you or anyone else who may be using this share with me a url so I can see what the end result looks like?</p>
<p>Second, my goal is to sync a forum from a yahoo group, minimally one way/archival. I have used a program called yahoo2mbox that has slowly collected all of the history into an mbox file. With your list experience, can you give me some creative ideas on how I could get this data into a fresh phpbb install before I enable the mail gateway to continue the syncing from then on? I too am running IIS environment and am limited on what I might do to achieve this.</p>
<p>I wonder if the mail gateway could be easily modified to not pop, but instead check an mbox file for changes to process into a forum. Seems like a good solution to the yahoo groups dilemma: Mbox2Phpbb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Elric</title>
		<link>http://elric.novitraq.com/sample-page#comment-126</link>
		<dc:creator>Elric</dc:creator>
		<pubDate>Wed, 21 Nov 2012 16:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?page_id=2#comment-126</guid>
		<description>Thanks for posting that.  I just moved the servers and quite a few files were overlooked.  I have now found the gateway file and put it back in the right place.</description>
		<content:encoded><![CDATA[<p>Thanks for posting that.  I just moved the servers and quite a few files were overlooked.  I have now found the gateway file and put it back in the right place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Chris</title>
		<link>http://elric.novitraq.com/sample-page#comment-125</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 21 Nov 2012 16:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?page_id=2#comment-125</guid>
		<description>Hi Eric,

I have been hunting a way of posting from email to my phpbb3 forum and found your mod. I can&#039;t seem to download it to try it out.
http://community.mailtraq.com/mail-gateway-0-0-3.zip
Appears to just link to your site for a different project.
Am I missing something?

regards,
Chris Walsh</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>I have been hunting a way of posting from email to my phpbb3 forum and found your mod. I can&#8217;t seem to download it to try it out.<br />
<a href="http://community.mailtraq.com/mail-gateway-0-0-3.zip" rel="nofollow">http://community.mailtraq.com/mail-gateway-0-0-3.zip</a><br />
Appears to just link to your site for a different project.<br />
Am I missing something?</p>
<p>regards,<br />
Chris Walsh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpBB Mail Gateway by Jeff</title>
		<link>http://elric.novitraq.com/phpbb-mail-gateway#comment-122</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 02 Oct 2012 14:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?p=22#comment-122</guid>
		<description>I am getting my emails from Gmail, who uses only SSL.
Thanks!</description>
		<content:encoded><![CDATA[<p>I am getting my emails from Gmail, who uses only SSL.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpBB Mail Gateway by qurgh</title>
		<link>http://elric.novitraq.com/phpbb-mail-gateway#comment-121</link>
		<dc:creator>qurgh</dc:creator>
		<pubDate>Thu, 26 Apr 2012 23:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?p=22#comment-121</guid>
		<description>Ok, nevermind. I got it working by adding ssl:// to the front of the host name in pop3_collect.php. You can delete all my messages. Again, thanks for the great mod. It seems to be working!</description>
		<content:encoded><![CDATA[<p>Ok, nevermind. I got it working by adding ssl:// to the front of the host name in pop3_collect.php. You can delete all my messages. Again, thanks for the great mod. It seems to be working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpBB Mail Gateway by qurgh</title>
		<link>http://elric.novitraq.com/phpbb-mail-gateway#comment-120</link>
		<dc:creator>qurgh</dc:creator>
		<pubDate>Thu, 26 Apr 2012 23:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?p=22#comment-120</guid>
		<description>Damn it! Sorry for the double post. The site said the first one was a duplicate and didn&#039;t show it to me until I posted a second one... Feel free to delete one of them, since they ask the same thing (and feel free to delete this post too) :D

Thanks again for such a great mod!</description>
		<content:encoded><![CDATA[<p>Damn it! Sorry for the double post. The site said the first one was a duplicate and didn&#8217;t show it to me until I posted a second one&#8230; Feel free to delete one of them, since they ask the same thing (and feel free to delete this post too) <img src='http://elric.novitraq.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Thanks again for such a great mod!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpBB Mail Gateway by qurgh</title>
		<link>http://elric.novitraq.com/phpbb-mail-gateway#comment-119</link>
		<dc:creator>qurgh</dc:creator>
		<pubDate>Thu, 26 Apr 2012 23:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?p=22#comment-119</guid>
		<description>Thanks for making this! I&#039;ve been looking for something like this for ages!

Is there a way to get it to work with SSL POP3? I have to use a Google account as the mail receiver, but Google forces SSL.

Is there any chance of porting the function in pop3_collect.php to the built-in PHP IMAP functions? They support POP3 and SSL. If that&#039;s not an option, could you explain exactly what output the function should give so I could take a stab at porting it myself?</description>
		<content:encoded><![CDATA[<p>Thanks for making this! I&#8217;ve been looking for something like this for ages!</p>
<p>Is there a way to get it to work with SSL POP3? I have to use a Google account as the mail receiver, but Google forces SSL.</p>
<p>Is there any chance of porting the function in pop3_collect.php to the built-in PHP IMAP functions? They support POP3 and SSL. If that&#8217;s not an option, could you explain exactly what output the function should give so I could take a stab at porting it myself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpBB Mail Gateway by qurgh</title>
		<link>http://elric.novitraq.com/phpbb-mail-gateway#comment-118</link>
		<dc:creator>qurgh</dc:creator>
		<pubDate>Thu, 26 Apr 2012 23:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://elric.novitraq.com/?p=22#comment-118</guid>
		<description>Thank you for making this! I&#039;ve been looking for something like this for ages!

Is there anyway to get this to work with SSL POP3? I&#039;m trying to pop the mail from a Google POP3 account (the domain I&#039;m working with has Google Hosted Apps). 

I&#039;ve looked in the pop3_collect.php and noticed you used raw sockets instead of the PHP IMAP functions which support SSL POP3. Is there a possibility of porting this function to the built-in IMAP functions, or could you describe exactly what information should be returned by that function so I could port it myself?</description>
		<content:encoded><![CDATA[<p>Thank you for making this! I&#8217;ve been looking for something like this for ages!</p>
<p>Is there anyway to get this to work with SSL POP3? I&#8217;m trying to pop the mail from a Google POP3 account (the domain I&#8217;m working with has Google Hosted Apps). </p>
<p>I&#8217;ve looked in the pop3_collect.php and noticed you used raw sockets instead of the PHP IMAP functions which support SSL POP3. Is there a possibility of porting this function to the built-in IMAP functions, or could you describe exactly what information should be returned by that function so I could port it myself?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
