I still see the error (only in the imap log) when a folderstatus is attempted on a newly created imap connection and there is no window open on the account. So I guess the proposed patch above is still relevant (for the legacy c++ imap code). No prompt for password occurred (it's stored) and no credentials were sent to the server. ``` D/IMAP Try to log in D/IMAP IMAP auth: server caps 0x40042625, pref 0x1006, failed 0x0, avail caps 0x4 D/IMAP (GSSAPI = 0x1000000, CRAM = 0x20000, NTLM = 0x100000, MSN = 0x200000, PLAIN = 0x1000, LOGIN = 0x2, old-style IMAP login = 0x4, auth external IMAP login = 0x20000000, OAUTH2 = 0x800000000) D/IMAP Trying auth method 0x4 E/IMAP IMAP: password prompt failed or user canceled it E/IMAP login failed entirely ```
Bug 1282182 Comment 35 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I still see the error (only in the imap log) when a folderstatus is attempted on a newly created imap connection and there is no window open on the account. So I guess the proposed patch above is still relevant. No prompt for password occurred (it's stored) and no credentials were sent to the server. ``` D/IMAP Try to log in D/IMAP IMAP auth: server caps 0x40042625, pref 0x1006, failed 0x0, avail caps 0x4 D/IMAP (GSSAPI = 0x1000000, CRAM = 0x20000, NTLM = 0x100000, MSN = 0x200000, PLAIN = 0x1000, LOGIN = 0x2, old-style IMAP login = 0x4, auth external IMAP login = 0x20000000, OAUTH2 = 0x800000000) D/IMAP Trying auth method 0x4 E/IMAP IMAP: password prompt failed or user canceled it E/IMAP login failed entirely ```