Hello
Until now the only SASL mechanisms that were available for SMTP authentication were the one Net-SMTP provided. I just had a patch accepted in Net-SMTP SVN so that new mechanisms can be added on the fly. One do this by calling the new method:
$conn->setAuthMethod('METHOD_NAME', array($object, $method));
or, without using object programming:
$conn->setAuthMethod('METHOD_NAME', $callback);
In order to use that in RouncCube, we need a new hook so that plugins have the opportunity to register their method using Net_SMTP::setAuthMethod()
Here is the patch that does just that: http://ftp.espci.fr/shadow/manu/rcube.diff
Hello everybody
I got no feedback for this very simple patch. Any chance it gets acccepted? http://ftp.espci.fr/shadow/manu/rcube.diff
On Fri, May 20, 2011 at 03:34:41AM +0200, Emmanuel Dreyfus wrote:
Hello
Until now the only SASL mechanisms that were available for SMTP authentication were the one Net-SMTP provided. I just had a patch accepted in Net-SMTP SVN so that new mechanisms can be added on the fly. One do this by calling the new method:
$conn->setAuthMethod('METHOD_NAME', array($object, $method));
or, without using object programming:
$conn->setAuthMethod('METHOD_NAME', $callback);
In order to use that in RouncCube, we need a new hook so that plugins have the opportunity to register their method using Net_SMTP::setAuthMethod()
Here is the patch that does just that: http://ftp.espci.fr/shadow/manu/rcube.diff
-- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/1b007b91
On 26.05.2011 05:52, Emmanuel Dreyfus wrote:
In order to use that in RouncCube, we need a new hook so that plugins have the opportunity to register their method using Net_SMTP::setAuthMethod()
Here is the patch that does just that: http://ftp.espci.fr/shadow/manu/rcube.diff
Sorry, devs are busy these days. Please, open a ticket in trac.
On Thu, May 26, 2011 at 08:23:41AM +0200, A.L.E.C wrote:
Sorry, devs are busy these days. Please, open a ticket in trac.
Trac account creation seems broken. When I hit the "create account" button, the server just never responds to the HTTP request.
Would you open the ticket for me? The patch against SVN is here http://ftp.espci.fr/shadow/manu/rcubesvn.diff
Emmanuel Dreyfus manu@netbsd.org wrote:
Trac account creation seems broken. When I hit the "create account" button, the server just never responds to the HTTP request.
I managed to create an account. It just takes a huge time before the server replies. I did not expect it could take that long. email verification is also a pain, as filling the verify email form leads to HTTP 400 bad request. The link in the confirmation e-mail works, though.
The ticket is checked in as #1487937, but your patch submission process is a real pain.