<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: External Phorummail</title>
        <description>This module allows importing emails from external mail accounts through POP3, IMAP with SSL (requires the OpenSSL php extension to be installed).

Together with the [url=http://www.phorum.org/phorum5/read.php?62,129244,129244#msg-129244]Mailing List Module[/url] this allows for two way integration with mailinglists.

Version 2.x because its mostly a rewrite the of the old POP3Phorummail module with another mail parser- and connection library (EZ Components, included in the module, no PEAR libs are needed), additional support for IMAP and mail attachments. Additionally it fixes an issue when multiple phorums are bound to one maillist and the phorums would miss each others messages.

[quote=README]
[b]Requirements:[/b]
-------------
- PHP5 install with at least mysql/mysqli, iconv, SPL - which are usually bundled with PHP by default
- Phorum-5.2.x install (tested only on 5.2.13)
- shell / cronjob access to setup a scheduled task to run this module,
  raw shell access is only needed during testing
[/quote]

[quote=README]
Installation instructions:
--------------------------

- Unpack the archive;

- Move the directory &quot;ext_phorummail&quot; to the directory &quot;mods&quot;
  within your Phorum installation;

- Login as administrator in Phorum&#039;s administrative interface and
  go to the &quot;Modules&quot; section;

- Enable the module &quot;External Phorummail&quot;.

- Go to the settings page of the External Phorummail module to configure from which
  mailservers and to which phorums it should import mail.
  
- Setup a cronjob to run scheduled tasks
  for example like this (would run the tasks every 5 minutes):
  */5 * * * * cd /home/your/phorum/directory &amp;&amp; /usr/bin/php ./script.php --scheduled &gt; /dev/null

  I recommend to run the script by hand until everything is working correctly, e.g with this command-line
  cd /home/your/phorum/directory &amp;&amp; /usr/bin/php ./script.php --scheduled
[/quote]

Example install [url=http://www.serverphorums.com/index.php]ServerPhorums.com[/url].

[code]
2011-03-22 v2.1.5 Robert Angle
	- add an option to moderate all incoming messages by marking them as unapproved messages.
	

2010-10-10 v2.1.4
    - fix for missing / at the end of tmpDir in some environments
    - some refactoring to avoid duplicated code 

2010-09-17 v2.1.3
    - fixed ssl option (again), made password field a real password field
    - set tmp path for the parser to phorum cache directory (to avoid always using /tmp)
    - fixed access check for moderated forums
    
2010-07-11 v2.1.2
    - fixed importing relatedPart-Mails (e.g. from Incredimail) 
    - fixed empty attachment names which seem to occure in similar cases
    - upgraded ezComponents to 2009.2.1 which seems to be the last release 
      before the rename to Zeta Components

2010-06-03 v2.1.1 - Robert Angle
	- now prevents registered but inactive members from posting via email.

2010-06-01 v2.1.0 - Robert Angle
	- added an option to deny emails from non-registered users.
	- added an option to enable the after_post hook.

2009-09-04 v2.0.6
    - bugfix for lost message subject (bug introduced in 2.0.5) 

2009-09-04 v2.0.5
    - added search for html parts in case no text/plain part is found
    
    - fixed handling of &quot;related Multipart&quot; messages in case there is no body found
      (thanks to Jim Ohlstein for the report) 

2009-09-04 v2.0.4
    - fixed handling of &quot;related Multipart&quot; messages

2009-09-04 v2.0.3
    - added automatic charset conversion in case a different charset is set in the default

2009-09-03 v2.0.2
    - added an option to specify the maximum message size to import 
    
2009-09-01 v2.0.1
    - fixed a bug in the error case so that an error message is really sent out.

2009-08-31 v2.0.0

    - Initial release of the rewritten version based on EZ Components and with additional IMAP Support.
      renamed to External Phorummail as its not only POP3-based anymore.

2008-10-12  v1.0.0

    - Initial release of the original POP3Phorummail

[/code]</description>
        <link>https://www.phorum.org/support/read.php?62,140380,140380#msg-140380</link>
        <lastBuildDate>Tue, 08 Sep 2026 10:09:06 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,161520#msg-161520</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,161520#msg-161520</link>
            <description><![CDATA[ I have done quite a bit of work on this module and its friend the &quot;mailinglist&quot; module (technically most of the work was done by an upwork contractor), and I have a version that&#039;s ready for testing.  It&#039;s working for me, but you know how that goes. I&#039;ve attached the new version to this post.<br />
<br />
Basically I added much of the functionality that was in the Mail2forum module that I used to use in conjunction with PHPBB.  I needed this functionality to be able to use it in production on my new Phorum site.  Here&#039;s what I put in the Changelog  (BTW EPM is shorthand for External Phorummail)<br />
<br />
2017-01-21 v 2.2.0 W. Curtis Preston<br />
        - Made the following (formerly default) actions now optional<br />
                - Notify unregistered users if blocked<br />
                - Delete emails after import<br />
        - Added ability to add signature to all posts created by EPM<br />
        - Added ability to specify blank subject text if you get an email w/no subject<br />
        - Added ability to test Email connection right in settings page<br />
        - Added ability to strip list of strings from email&#039;s subject before posting<br />
        - Added ability to use data on incoming email as post time<br />
        - Added ability to ignore email if doesn&#039;t contain specified email<br />
        - Added ability to strip/replace strings in subject or body of incoming emails<br />
        - Added ability to block emails based on strings in subject or body address in To: or CC: fields<br />
        - Added ability to change order that strip/replace &amp; block filters get run<br />
<br />
Anybody want to test?  I also have a new version of Mailinglist as well.]]></description>
            <dc:creator>wcpreston</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 24 Jan 2017 22:03:27 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,156477#msg-156477</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,156477#msg-156477</link>
            <description><![CDATA[ I moved my installation to a new server of basically the same configuration (php 5.5.30) and this module is not working. From the Event log:<br />
<br />
12/16/2015	12:51PM	script	Application	PHP error: Requested module &quot;ext_phorummail&quot; does not implement hook &quot;external&quot;.	details<br />
User info:<br />
<br />
Anonymous user<br />
User IP address = <br />
<br />
Additional details:<br />
<br />
Message:<br />
<br />
PHP error: Requested module &quot;ext_phorummail&quot; does not implement hook &quot;external&quot;.<br />
<br />
PHP error generated at /home/path/to//script.php:114<br />
<br />
Back trace:<br />
<br />
Function trigger_error called at<br />
{path to Phorum}/script.php:114<br />
----<br />
<br />
Request info:]]></description>
            <dc:creator>Jim O</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 16 Dec 2015 11:55:47 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,156009#msg-156009</guid>
            <title>Re: Does anybody import emails with the Ext_Phorummail module?</title>
            <link>https://www.phorum.org/support/read.php?62,140380,156009#msg-156009</link>
            <description><![CDATA[ merged topics]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 22 Aug 2015 03:29:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,156008#msg-156008</guid>
            <title>Does anybody import emails with the Ext_Phorummail module?</title>
            <link>https://www.phorum.org/support/read.php?62,140380,156008#msg-156008</link>
            <description><![CDATA[ I am having trouble with the module inserting unnecessary line-break &lt;br&gt; tags.  Does anybody experience this behavior, as well?]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 21 Aug 2015 13:53:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,156004#msg-156004</guid>
            <title>Re: Module: External Phorummail / How to avoid &lt;br&gt;&#039;s?</title>
            <link>https://www.phorum.org/support/read.php?62,140380,156004#msg-156004</link>
            <description><![CDATA[ Perhaps insert some calls to the event logging module to output the message body at various points of the process...]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 19 Aug 2015 08:27:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,155994#msg-155994</guid>
            <title>Re: Module: External Phorummail / How to avoid &lt;br&gt;&#039;s?</title>
            <link>https://www.phorum.org/support/read.php?62,140380,155994#msg-155994</link>
            <description><![CDATA[ I looked around but could not find anything that would affect the message body. Thanks for the thought!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 17 Aug 2015 04:38:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,155993#msg-155993</guid>
            <title>Re: Module: External Phorummail / How to avoid &lt;br&gt;&#039;s?</title>
            <link>https://www.phorum.org/support/read.php?62,140380,155993#msg-155993</link>
            <description><![CDATA[ Hi Korsakov,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>korsakov</strong><br />Not sure where the module is infusing &lt;br&gt;&#039;s but it does. </div></blockquote>
<br />
I think there is a wordwrap inside the module...<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 17 Aug 2015 02:28:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,155991#msg-155991</guid>
            <title>Re: Module: External Phorummail / How to avoid &lt;br&gt;&#039;s?</title>
            <link>https://www.phorum.org/support/read.php?62,140380,155991#msg-155991</link>
            <description><![CDATA[ Not sure where the module is infusing &lt;br&gt;&#039;s but it does. Can anybody help to remedy this situation?<br />
<br />
<b>Email for import:</b><br />
<span style="color:#3300CC">Der Regierende Bürgermeister von Berlin, Michael Müller, hat dem Filmregisseur Wim Wenders zu dessen 70. Geburtstag (14. August) gratuliert.<br />
<br />
Müller: „Wim Wenders hat den ‚Himmel über Berlin‘ cineastisch ebenso zum Leuchten gebracht wie die Augen vieler Film- und Kinofreunde weit über die Grenzen unserer Stadt hinaus. Wenders‘ künstlerische Arbeit ist eng mit seiner Wahlheimat Berlin verbunden. Damit hat er mitgeholfen, das Bild der kreativen und innovativen Filmmetropole Berlin auch und gerade international zu prägen. Dafür sind wir dankbar. Ausdruck dieser Wertschätzung ist zuletzt der Goldene Ehrenbär der diesjährigen Berlinale gewesen. Die Filmstadt Berlin beglückwünscht Wim Wenders zum 70. Geburtstag.“</span><br />
<br />
<b>And this is the result:</b><br />
<span style="color:#FF0000">Der Regierende Bürgermeister von Berlin, Michael Müller, hat dem<br />
Filmregisseur Wim Wenders zu dessen 70. Geburtstag (14. August) gratuliert.<br />
<br />
Thanks for your help!<br />
<br />
Müller: „Wim Wenders hat den ‚Himmel über Berlin‘ cineastisch ebenso zum<br />
Leuchten gebracht wie die Augen vieler Film- und Kinofreunde weit über die<br />
Grenzen unserer Stadt hinaus. Wenders‘ künstlerische Arbeit ist eng mit<br />
seiner Wahlheimat Berlin verbunden. Damit hat er mitgeholfen, das Bild der<br />
kreativen und innovativen Filmmetropole Berlin auch und gerade<br />
international zu prägen. Dafür sind wir dankbar. Ausdruck dieser<br />
Wertschätzung ist zuletzt der Goldene Ehrenbär der diesjährigen Berlinale<br />
gewesen. Die Filmstadt Berlin beglückwünscht Wim Wenders zum 70.<br />
Geburtstag.“</span>]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 16 Aug 2015 13:14:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151944#msg-151944</guid>
            <title>Re: Issue: Multiple imported posts</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151944#msg-151944</link>
            <description><![CDATA[ Their explanation:<br />
<i><b>The issue is your mail program is connecting to the mail server, then not disconnecting, then creating another connection (now there are 2) not disconnecting, then connecting again, (now 3) repeating until you get to many connections. Mail clients should connect, download mail, upload any sent mail, and disconnect. Your mail client is not disconnecting.</b></i><br />
<br />
What do you think?]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 24 Aug 2012 13:26:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151939#msg-151939</guid>
            <title>Re: Issue: Multiple imported posts</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151939#msg-151939</link>
            <description><![CDATA[ Ask your host.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 22 Aug 2012 15:47:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151938#msg-151938</guid>
            <title>Re: Issue: Multiple imported posts</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151938#msg-151938</link>
            <description><![CDATA[ Thank you, Thomas! Posts do not appear multiple times in the source account. I found this in the error log:<br />
<br />
<b><i>&#039;An error occured while sending or receiving mail. The POP3 server did not accept the password: -ERR [IN-USE] <span style="color:#FF0033">Maximum number of connections from user+IP exceeded</span> (mail_max_userip_connections)</i></b><br />
<br />
Just to make sure I entered a new password. Do I have trouble with the number of connections?]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 22 Aug 2012 15:42:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151937#msg-151937</guid>
            <title>Re: Issue: Multiple imported posts</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151937#msg-151937</link>
            <description><![CDATA[ check your mailaccount on how often the mails are received there.<br />
otherwise run it manually to see any output or errors returned or let the mails from cron be sent to you.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 22 Aug 2012 15:12:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151935#msg-151935</guid>
            <title>Re: Issue: Multiple imported posts</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151935#msg-151935</link>
            <description><![CDATA[ How could I debug the issue that mail is being imported twice on average? Thanks.]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 22 Aug 2012 08:28:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151906#msg-151906</guid>
            <title>Re: Issue: Multiple imported posts</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151906#msg-151906</link>
            <description><![CDATA[ Lately, many posts being imported by this module are showing up 2-times and occasionally even 3-times. Please, let me know what comes to your mind. Thank you!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 20 Aug 2012 14:57:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151855#msg-151855</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151855#msg-151855</link>
            <description><![CDATA[ That seems to work! But erratically in terms of posts appearing on the forum in bunches after a time gap. <br />
I think it maybe how my host has set up cron, even though I&#039;ve set it to call the script every few mins. <br />
<br />
Will get back if I can find out more info from my host. <br />
<br />
But I appreciate all the support so far. <br />
<br />
thanks]]></description>
            <dc:creator>snowcrash101</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 10 Aug 2012 06:31:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151854#msg-151854</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151854#msg-151854</link>
            <description><![CDATA[ could you try to switch to the phorum folder first?<br />
cd /home/asylum10/public_html/discuss/<br />
/usr/bin/php-cli ./script.php --scheduled]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 09 Aug 2012 14:32:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151853#msg-151853</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151853#msg-151853</link>
            <description><![CDATA[ /usr/bin/php-cli /home/asylum10/public_html/discuss/script.php --scheduled <br />
<br />
<br />
(discuss replaces the phorum folder)]]></description>
            <dc:creator>snowcrash101</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 09 Aug 2012 13:36:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151852#msg-151852</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151852#msg-151852</link>
            <description><![CDATA[ what&#039;s your command line for calling the cron script?]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 09 Aug 2012 13:32:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151851#msg-151851</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151851#msg-151851</link>
            <description><![CDATA[ The ecz folder is present under ext_phorummail.<br />
<br />
Here&#039;s some basic server info:<br />
<br />
PHP version: 	5.2.17<br />
PHP built on: 	Linux server19.01domain.net 2.6.18-374.3.1.el5.lve0.8.44 #1 SMP Mon Oct 3 18:27:54 EEST 2011 x86_64<br />
Database type: 	mysql (mysql)<br />
Database version: 	5.1.63-cll<br />
Web server: 	Apache<br />
Web Server load: 	3.32<br />
Web server to PHP interface: 	cgi-fcgi<br />
<br />
Relevant PHP settings: 	<br />
Safe mode: 	OFF<br />
Open basedir: 	none<br />
Display errors: 	ON<br />
File uploads: 	ON<br />
Maximum file upload size: 	100M<br />
Magic quotes: 	OFF<br />
Output buffering: 	No<br />
Disabled functions: 	none<br />
PSpell support: 	Yes<br />
Zlib support: 	Yes]]></description>
            <dc:creator>snowcrash101</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 09 Aug 2012 13:30:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151850#msg-151850</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151850#msg-151850</link>
            <description><![CDATA[ which php version is it running on?<br />
I never had a problem with it, in all different environments.<br />
Please check that you also uploaded the whole directory, including the ezcomponents.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 09 Aug 2012 13:16:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151849#msg-151849</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151849#msg-151849</link>
            <description><![CDATA[ Thanks for your reply.<br />
<br />
I&#039;m running Phorum separately, if I understand your question. That is, in sub-root folder such as: home/phorum.<br />
It runs in a shared hosting environment, for example, I also run wordpress as home/wordpress.<br />
<br />
Module running: Mailinglist (version 1.6.0 BETA), in addition to some of the default module that came when installing - see attached image.<br />
<br />
cheers]]></description>
            <dc:creator>snowcrash101</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 09 Aug 2012 13:08:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151848#msg-151848</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151848#msg-151848</link>
            <description><![CDATA[ The module brings the ezcomponents with it, you don&#039;t need to install it.<br />
The &quot;known bug&quot; is about something else but maybe they got an idea: do you run phorum separately or in another application? which other module(s) do you have installed?]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 09 Aug 2012 12:57:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151847#msg-151847</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151847#msg-151847</link>
            <description><![CDATA[ An update.<br />
<br />
My host didn&#039;t have ezcomponents installed, which they did.<br />
<br />
Though the error persists. According to my host there&#039;s a known bug (e.g. [<a href="http://issues.civicrm.org/jira/browse/CRM-7427" target="_blank"  rel="nofollow">issues.civicrm.org</a>]).<br />
<br />
But as I&#039;m on shared hosting, it&#039;s beyond their support scope to fix it.<br />
<br />
I&#039;m really disappointed - wondering if there alternatives to this module?<br />
<br />
thanks]]></description>
            <dc:creator>snowcrash101</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 09 Aug 2012 09:40:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,151846#msg-151846</guid>
            <title>Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,151846#msg-151846</link>
            <description><![CDATA[ Hello<br />
<br />
I&#039;m testing out the Ext Phorummail module. <br />
<br />
When I run the cron script, the following error occurs for when using IMAP:<br />
<br />
Fatal error: Class &#039;ezcMailImapTransport&#039; not found in /home/.../public_html/discuss/mods/ext_phorummail/ext_phorummail.php on line 115<br />
<br />
And a similar error occurs with pop3.<br />
<br />
Any advice?<br />
<br />
many thanks]]></description>
            <dc:creator>snowcrash101</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 08 Aug 2012 17:13:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,150624#msg-150624</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,150624#msg-150624</link>
            <description><![CDATA[ Thanks. I&#039;ll play with it over the holidays.]]></description>
            <dc:creator>dholeman</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 15 Dec 2011 02:43:59 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,150623#msg-150623</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,150623#msg-150623</link>
            <description><![CDATA[ Thats how they are usually bound together but they are separate modules and every mail sent to the mail account handled by the external phorummail module is imported.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 15 Dec 2011 02:33:17 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,150622#msg-150622</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,150622#msg-150622</link>
            <description><![CDATA[ Ok, but can you say if the mailing list module is the intended way to use the external phorum mail module? Seems like it from the descriptions.]]></description>
            <dc:creator>dholeman</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 15 Dec 2011 02:29:25 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,150617#msg-150617</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,150617#msg-150617</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>dholeman</strong><br />
Can I use the phorum subscriptions module to do this?</div></blockquote>
<br />
Maybe but I&#039;ve got no experience with it and I can&#039;t support it.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 15 Dec 2011 02:04:24 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,150613#msg-150613</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,150613#msg-150613</link>
            <description><![CDATA[ I got the CLI version of php working with<br />
<br />
/usr/bin/php-cli /home/mysite/public_html/forum/script.php --scheduled<br />
<br />
you need to use php-cli not just php which invokes the cgi version.<br />
<br />
Now I&#039;m trying to get the module working but I don&#039;t understand how to pass emails out of phorum so the user can respond. <br />
<br />
I think I could use the mailing list module but I don&#039;t want to go to a listserve, I just want subscribers to the thread to get the message by email and be able to respond to it from their email. Can I use the phorum subscriptions module to do this?]]></description>
            <dc:creator>dholeman</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 14 Dec 2011 21:52:09 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,140380,150599#msg-150599</guid>
            <title>Re: Module: External Phorummail</title>
            <link>https://www.phorum.org/support/read.php?62,140380,150599#msg-150599</link>
            <description><![CDATA[ Thanks Thomas. I think I&#039;ll just keep fighting with the hosting company to get cli going or find out where it is.]]></description>
            <dc:creator>dholeman</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 13 Dec 2011 10:04:53 -0600</pubDate>
        </item>
    </channel>
</rss>
