The other issue occurs when sending a test email from the plugin's admin config page. If the test fails, the password is again written in plaintext:
["Username"]=>
string(17) "some-email@gmail.com"
["Password"]=>
string(9) "mypasswordinplaintext"
-PaulMighty