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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -