Summary | authentication failed for some passwords |
Queue | IMP |
Queue Version | 4.1.1 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | bruno.mathieu (at) freesurf (dot) fr |
Created | 05/04/2006 (7038 days ago) |
Due | |
Updated | 05/04/2006 (7038 days ago) |
Assigned | |
Resolved | 05/04/2006 (7038 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Using iconv(NLS::getCharset, $encoding_preference, $password) for
converting only the password should be better, but I don't know where
to do this...
diff -r /imp-h3-4.1.1/templates/login/login.inc ./templates/login/login.inc
89c89
< <!--a75c305b1c0a6022--><form name="imp_login" action="<?php echo
$formAction ?>" method="post"<?php echo $imp_auth ? '
target="_parent"' : '' ?>>
---
name="imp_login" action="<?php echo $formAction ?>"
method="post"<?php echo $imp_auth ? ' target="_parent"' : '' ?>>
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ authentication failed for some passwords
Queue ⇒ IMP
But they can access their mailboxes with imap directly, and also with
Squirrelmail.
For example; with the password : l;pù, I can see with ngrep that the
password is encoded as l%3Bp%C3%B9. It should be l%3Bp%F9
So there is a problem with %F9 replaced by %C3%B9.
Otherwise, IMP is very nice :-)