Skip to content

Fix SMTP auth errors when using IMAP credentials

Michael Gratton requested to merge wip/301-auth-errors into master

Default response for AccountInformation.load_outgoing_credentials (and for incoming) should be null in case there's no credentials, but also loading ougoing must load incoming when USE_INCOMING is set.

Fixes SMTP side of #301 (closed)

Merge request reports