<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/nocc/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/nocc/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 14 Nov 2025 20:21:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nocc/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Search function</title><link>https://sourceforge.net/p/nocc/discussion/38301/thread/2328656c29/?limit=25#30ed/8c5c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently working on this feature!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Heil</dc:creator><pubDate>Fri, 14 Nov 2025 20:21:13 -0000</pubDate><guid>https://sourceforge.netf5ffe7806b95d9d42b71c67cf811d7a60f0b0528</guid></item><item><title>NOCC_ cookie is set at the scope that is too broad</title><link>https://sourceforge.net/p/nocc/discussion/38300/thread/e4b07b5f1a/?limit=25#c9d1/9b7e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;All cookies are set to "/".&lt;br/&gt;
I have to setup another NOCC instance with a root path e.g.  /nocc/... to test things and do it right.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Heil</dc:creator><pubDate>Fri, 14 Nov 2025 20:20:11 -0000</pubDate><guid>https://sourceforge.net91e59f797cff4f5b19c7ae36a5492563dcb15f17</guid></item><item><title>NOCC_ cookie is set at the scope that is too broad</title><link>https://sourceforge.net/p/nocc/discussion/38300/thread/e4b07b5f1a/?limit=25#c9d1</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I stumbled upon a NOCC_ cookie at what seems to be a domain scope (possibly "/"), whereas it should be set at its root folder's path scope. There is no harm, just a bit of confusion when one is troubleshooting web issues.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amwfc</dc:creator><pubDate>Thu, 13 Nov 2025 22:55:23 -0000</pubDate><guid>https://sourceforge.net2e8e2e3edea8e0e790bbfa4fa69d548d9e7d80c7</guid></item><item><title>Slow reply/send</title><link>https://sourceforge.net/p/nocc/discussion/38301/thread/cd4c673220/?limit=25#01a7/e179/c619</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;You are right: it is smtp_auth()&lt;br/&gt;
Having said it, I am not able to reproduce the issue. When I send from Thunderbird, I can only count 1-2 before the email is sent. When I log into NOCC and send, I can count to 20-30. But when I go into the code and add error_log() and re-send, I can only count to 3-4. So this sounds like an issue with the web server: Apache or PHP. Strangely, nothing else is affected. I'll keep poking around the server.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amwfc</dc:creator><pubDate>Wed, 12 Nov 2025 00:49:03 -0000</pubDate><guid>https://sourceforge.net974b22c24a61bbefa8c7ad6103f97d772ee2fb42</guid></item><item><title>Slow reply/send</title><link>https://sourceforge.net/p/nocc/discussion/38301/thread/cd4c673220/?limit=25#01a7/e179</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A quick look into the code shows nothing exceptional. My guess is that it may be the authentication process. NOCC doesn't send mail like you did with your quick php check, which is generally trusted, like sending email from the shell. NOCC sends email more like if you want to send email from some external client through some SMTP server on the internet, so there needs to be a authentication step to prevent e.g. malicious mass spam mail. &lt;/p&gt;
&lt;p&gt;Depending on your authentication method, this may take a bit longer, but I admit, 20-30sec is quite long. You could examine the issue by putting &lt;code&gt;error_logs(...)&lt;/code&gt; into the code at &lt;code&gt;classes/class_smtp.php&lt;/code&gt; at the end in &lt;code&gt;function send()&lt;/code&gt; where you see the sending cascade through SMTP.  My guess is that you have to wait your 20sec after call of &lt;code&gt;$this-&amp;gt;smtp_auth($smtp);&lt;/code&gt;. Depending on your auth method you may also identify the issue using the corresponding log files.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Heil</dc:creator><pubDate>Tue, 11 Nov 2025 09:46:44 -0000</pubDate><guid>https://sourceforge.netc8c0426f1c362de3e785f789584cd31b7667f3b7</guid></item><item><title>Slow reply/send</title><link>https://sourceforge.net/p/nocc/discussion/38301/thread/cd4c673220/?limit=25#01a7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Oliver,&lt;br/&gt;
My NOCC works very fast overall. Everything is instantaneous, except for the send or reply which take a long time, some 20-30 seconds. When I run a simple PHP script on the same server, which uses mail() to send something to the same address, through the same server/port/protocol, it works instantaneously. Is there something in NOCC that could cause a long delay when sending?&lt;br/&gt;
Thank you!&lt;br/&gt;
AMwfc&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amwfc</dc:creator><pubDate>Mon, 10 Nov 2025 19:55:12 -0000</pubDate><guid>https://sourceforge.net5c875c0401fac3b0df3d6601ee69a6b314c1e057</guid></item><item><title>Search function</title><link>https://sourceforge.net/p/nocc/discussion/38301/thread/2328656c29/?limit=25#a4ff</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I think this is a good idea and a missing feature. I can't promise when it will be finished, but I will definitely work on it.&lt;br/&gt;
You can help me by telling me what you expect, how it should appear, what is especially important and so on. More information is better, but of course not everything is reasonable possible. &lt;/p&gt;
&lt;p&gt;Thanks for this proposal.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Heil</dc:creator><pubDate>Wed, 24 Sep 2025 18:22:55 -0000</pubDate><guid>https://sourceforge.net4c1eaa477d5045a3ff2ea7ac7722ea232ad633a1</guid></item><item><title>Search function</title><link>https://sourceforge.net/p/nocc/discussion/38301/thread/2328656c29/?limit=25#30ed</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Any idea if or when a search function can be implemented that can filter emails by keyword with the From, To, CC and Subject fields?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Serge Cormier</dc:creator><pubDate>Wed, 24 Sep 2025 17:44:15 -0000</pubDate><guid>https://sourceforge.net174dad26325c0dbfb4aa472ece8d3e1719ce43ca</guid></item><item><title>More SSL errors</title><link>https://sourceforge.net/p/nocc/discussion/38301/thread/ac827e8c9e/?limit=25&amp;page=1#0a0a/90a7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;And you can use the Horde implementation, have you tried it?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Heil</dc:creator><pubDate>Thu, 10 Apr 2025 20:20:03 -0000</pubDate><guid>https://sourceforge.netcdbafa08285ced6a5404c82e4c54b452173b6e7e</guid></item><item><title>More SSL errors</title><link>https://sourceforge.net/p/nocc/discussion/38301/thread/ac827e8c9e/?limit=25&amp;page=1#3dd4/4afa/e6c3</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The effort is quite low, that's fine for niches ;-)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Heil</dc:creator><pubDate>Thu, 10 Apr 2025 20:18:20 -0000</pubDate><guid>https://sourceforge.net6e8d31a92eb3b30237c672f16532b735a7dcc185</guid></item></channel></rss>