Hi,
i am using the Limilabs.Client.Pop3 class to connect to a POP3 server (3rd party) to get mails for 1-n users.
All works fine except when the given password of a user contains a german umlaut (ä, ö, ü), then i get an exception ("Authentication failed."). I think it's an encoding problem during the login process.
Is it possible to alter the encoding used by Pop3 class during login-process or is there another way to fix this problem?