Re: AW: AW: accessing imap servers using perl script - LOGIN FAILURE: access denied"

2008-06-30 Thread Aruna Goke
Tobias Eichner wrote: what is smtp from what i raised so far? I need an imap access to the server not smtp. Sorry, I meant IMAP, my mistake. Anyway, solution could be the same... to exclude problems with your source code, try an alternative server that is working for sure. Tobias. Thank

AW: AW: accessing imap servers using perl script - LOGIN FAILURE: access denied"

2008-06-30 Thread Tobias Eichner
> what is smtp from what i raised so far? > > I need an imap access to the server not smtp. Sorry, I meant IMAP, my mistake. Anyway, solution could be the same... to exclude problems with your source code, try an alternative server that is working for sure. Tobias. > > Thanks > > Goksie

Re: AW: accessing imap servers using perl script - LOGIN FAILURE: access denied"

2008-06-30 Thread Aruna Goke
Tobias Eichner wrote: Connecting to imap.mail.yahoo.com port 143 Connected to imap.mail.yahoo.com ... my $imapserver = 'imap.mail.yahoo.com'; my $user = 'testkingonet'; my $pass = '123456'; May it possible that Yahoo's SMTP server detects that it is being used by a script instead of by a mai

AW: accessing imap servers using perl script - LOGIN FAILURE: access denied"

2008-06-30 Thread Tobias Eichner
> Connecting to imap.mail.yahoo.com port 143 > Connected to imap.mail.yahoo.com ... > my $imapserver = 'imap.mail.yahoo.com'; > my $user = 'testkingonet'; > my $pass = '123456'; May it possible that Yahoo's SMTP server detects that it is being used by a script instead of by a mail client and ther