On 17.09.2010 11:47, till wrote:
I was thinking... Is any reason to do login when password is empty? In my opinion, we should just skip (IMAP) login process when password is not provided and return false from rcube_imap::connect() without printing an error to the log.
I agree, I see no real use case. However, a password could be spaces? :D
Forget. Currently rcube_imap_generic doesn't connect to IMAP host when password is empty, so we just need to skip the logging of such errors. Fixed in r3972.