Subject: | Login fails for passwords ending with a blackslash '\' |
When you Login to IMAP-Accounts that have a password ending on '\'
backslash this slash is used to esacpe the quotes in the LOGIN-Command
that are usually around the password. This results in an
IMAP-Error-Message saying something about "extra parameters".
The Problem can be avoided placing two backslashes instead of one \\ and
thus escaping the first backslash result in a correct password. Such
things should be done by the module and not by the user or the
intermediate software using the plugin.