perl - authentication failed with special char in password with Net::IMAP::Simple -


when password contains special char $ or * , authentication not successful.

my $imap = net::imap::simple->new('imap.example.com') || die "unable connect imap: $net::imap::simple::errstr\n"; $imap->login('abc','abc$ur*123') 

i have tried escaping special char didn't work. please advice


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -