Re: [Gambas-user] More authentication methods for gb.net.smtp

2015-11-29 Thread Benoît Minisini
Le 29/11/2015 20:57, Tobias Boege a écrit : > On Sun, 29 Nov 2015, Beno??t Minisini wrote: >> Le 29/11/2015 18:54, Tobias Boege a ?crit : >>> Hi Benoit, >>> >>> at present gb.net.smtp supports only AUTH PLAIN as authentication method. >>> Hans Lehmann has modified the component to include AUTH LOGI

Re: [Gambas-user] More authentication methods for gb.net.smtp

2015-11-29 Thread Tobias Boege
On Sun, 29 Nov 2015, Beno??t Minisini wrote: > Le 29/11/2015 18:54, Tobias Boege a ?crit : > > Hi Benoit, > > > > at present gb.net.smtp supports only AUTH PLAIN as authentication method. > > Hans Lehmann has modified the component to include AUTH LOGIN and CRAM-MD5. > > He said he tested it with h

Re: [Gambas-user] More authentication methods for gb.net.smtp

2015-11-29 Thread Benoît Minisini
Le 29/11/2015 18:54, Tobias Boege a écrit : > Hi Benoit, > > at present gb.net.smtp supports only AUTH PLAIN as authentication method. > Hans Lehmann has modified the component to include AUTH LOGIN and CRAM-MD5. > He said he tested it with his Freenet mail account which, in particular, > supports

[Gambas-user] More authentication methods for gb.net.smtp

2015-11-29 Thread Tobias Boege
Hi Benoit, at present gb.net.smtp supports only AUTH PLAIN as authentication method. Hans Lehmann has modified the component to include AUTH LOGIN and CRAM-MD5. He said he tested it with his Freenet mail account which, in particular, supports CRAM-MD5. I have just corrected some logic errors in c