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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -