Hi,
Problem solved:
If the password contains special characters like *()
, the password must be given in
"".
MailServer mailServer = new MailServer("ServerName", "UserName", ""pa$$word"", ServerProtocol.Imap4);
not(sic!)
MailServer mailServer = new MailServer("ServerName", "UserName", "pa$$word", ServerProtocol.Imap4);
The Problem appeared only with OCS server.
Thanks for all replies :)
--
Regards
snorek
Edited by user
14 years ago
|
Reason: Not specified