Re: [imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Arjen de Korte
Citeren Stefan König : thanks. now I wonder why it works on my other server. the only difference there is, that the IMAP server uses unencrypted passwords in the database. that could mean, it has absolutely nothing to do with horde but with the cyrus imap server handling cleartext and encryp

Re: [imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Jan Schneider
You can't. With IMP 4 it's out of our control how the (PHP) IMAP library authenticates. Zitat von Stefan König : I tried to debug the problem a little more, it seems if I enter the credentials via telnet directly into the IMAP server, the german umlauts are broken into two byte (my console us

Re: [imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Jan Schneider
No Zitat von Stefan König : Hm, aren't the german special characters ä ü ö ß ascii characters? Jan Schneider schrieb: Passwords must only contain ascii characters, as long as the charset of the authentication method is undefined. This has nothing to do with Horde. Zitat von Stefan König :

Re: [imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Stefan König
thanks. now I wonder why it works on my other server. the only difference there is, that the IMAP server uses unencrypted passwords in the database. that could mean, it has absolutely nothing to do with horde but with the cyrus imap server handling cleartext and encrypted PWs differently

Re: [imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Stefan König
I tried to debug the problem a little more, it seems if I enter the credentials via telnet directly into the IMAP server, the german umlauts are broken into two byte (my console uses UTF-8) and when logging in via IMP, it is transmitted in one byte using ISO-8859-1/15 So the big question is now, h

Re: [imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Arjen de Korte
Citeren Stefan König : Hm, aren't the german special characters ä ü ö ß ascii characters? No, these special characters are from the extended-ASCII character set. ASCII is 7-bit only. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubsc

Re: [imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Stefan König
Hm, aren't the german special characters ä ü ö ß ascii characters? Jan Schneider schrieb: > Passwords must only contain ascii characters, as long as the charset > of the authentication method is undefined. This has nothing to do with > Horde. > > Zitat von Stefan König : > >> Correcting myself, t

Re: [imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Jan Schneider
Passwords must only contain ascii characters, as long as the charset of the authentication method is undefined. This has nothing to do with Horde. Zitat von Stefan König : Correcting myself, the transmitted bytes 0xc4 and 0xe4 are OK. I got the wrong table. However, this changes nothing abo

Re: [imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Stefan König
Correcting myself, the transmitted bytes 0xc4 and 0xe4 are OK. I got the wrong table. However, this changes nothing about the result of the IMAP server rejecting the login. If I login via telnet, everything works perfectly thanks again regards Stefan Stefan König schrieb: > Hello List, > > I

[imp] IMP: Special characters in password "removed/changed" automatically

2012-10-05 Thread Stefan König
Hello List, I have a slight problem with IMP (4.3.6) running on top of Horde 3 (3.3.6). I use our IMAP server as an auth backend, which works like a charm. Today I noticed, when I have a german special character in the password, this character is not being forwarded to the authentification backend