Skip to content

Fix crash trying to access password of empty account

Carl Schwan requested to merge work/carl/fix-crash-imap-account-empty into master

The connect method of SessionPool discard the ImapAccount if it is not empty the requestPassword method will try to fetch the password for the empty account and this crash due to a null pointer dereference.

BUG: 435427

Merge request reports