Did Graham or anyone ever post an answer to this question? I am still
stuck trying to figure out how to get the SASL object to the POP
authentication.
On May 18, 2006, at 2:51 PM, Achim Grolms wrote:
On Thursday 18 May 2006 13:27, Dennis Putnam wrote:
I was told some of you folks are worki
On Monday 22 May 2006 19:05, you wrote:
> Did Graham or anyone ever post an answer to this question?
Yes, Graham and anyone answered on Thursday.
Me wrote on
Thursday 22:07:08
If the Net::POP3 auth() method accepts
a SASL object this should work:
#--usage example--
use Authe
Doesn't work. Nothing is in '$!' but the POP log says "badlogin".
Note that this is OS X Server (10.4.6), if that matters.
On May 22, 2006, at 1:22 PM, Achim Grolms wrote:
On Monday 22 May 2006 19:05, you wrote:
Did Graham or anyone ever post an answer to this question?
Yes, Graham and anyo
On Monday 22 May 2006 19:50, Dennis Putnam wrote:
> Doesn't work. Nothing is in '$!' but the POP log says "badlogin".
Try if this works:
#--usage example--
use strict;
use Authen::SASL 2.10 qw(Perl);
use Net::POP3;
my $pop3host = 'pop3host';
my $sasl = Authen::SASL->new( mechan
On Monday 22 May 2006 20:50, you wrote:
> Thanks. No joy. The error is:
Dennis,
I have attached an example with more debugging output.
Please test and send back output.
Achim
#--usage example--
use strict;
use Authen::SASL 2.10;
use Net::POP3 2.28;
#Adjust to your environ
On Mon, May 22, 2006 1:27 pm, Achim Grolms wrote:
> On Monday 22 May 2006 19:50, Dennis Putnam wrote:
>> Doesn't work. Nothing is in '$!' but the POP log says "badlogin".
>
> Try if this works:
I would not expect it to, as-is. The structure is right, but it needs
authentication details to be adde
On Monday 22 May 2006 22:08, Graham Barr wrote:
> On Mon, May 22, 2006 1:27 pm, Achim Grolms wrote:
> > On Monday 22 May 2006 19:50, Dennis Putnam wrote:
> >> Doesn't work. Nothing is in '$!' but the POP log says "badlogin".
> >
> > Try if this works:
>
> I would not expect it to, as-is. The struc
On Mon, May 22, 2006 3:12 pm, Achim Grolms wrote:
> On Monday 22 May 2006 22:08, Graham Barr wrote:
>> On Mon, May 22, 2006 1:27 pm, Achim Grolms wrote:
>> > On Monday 22 May 2006 19:50, Dennis Putnam wrote:
>> >> Doesn't work. Nothing is in '$!' but the POP log says "badlogin".
>> >
>> > Try if th