in reply to issue with Net::Imap::Simple and windows server 2003

Server 2003 handles authentication different from NT. Make sure you username is transmitted as all uppercase. Also try with and without a leading $.


s//----->\t/;$~="JAPH";s//\r<$~~/;{s|~$~-|-~$~|||s |-$~~|$~~-|||s,<$~~,<~$~,,s,~$~>,$~~>,, $|=1,select$,,$,,$,,1e-1;print;redo}
  • Comment on Re: issue with Net::Imap::Simple and windows server 2003

Replies are listed 'Best First'.
Re^2: issue with Net::Imap::Simple and windows server 2003
by tmack (Initiate) on Apr 01, 2005 at 15:12 UTC
    I got connected. the login name has to be, "domain/userid/emailaddress". However the delete method doesnt work. I even call expunge and quit after my delete call and still no luck. this module worked perfect on NT but on server 2003 its got some problems. thinking of transfering to Mail::IMAPClient. found a fix for the bug. There was a problem with the expunge method. check out, http://rt.cpan.org/NoAuth/Bug.html?id=8035 There is a fix there. it seeems that the module was sending an extra white space when expunging the selected folder.