Finally works correct for SMTP too. Closes #24.

This commit is contained in:
Boris Gulay
2018-07-16 20:30:48 +03:00
parent a437a107ba
commit bcea012af0
2 changed files with 23 additions and 7 deletions

View File

@@ -16,3 +16,6 @@ This plugin allows users to switch between different accounts (including remote)
* Branch 3.X - for Roundcube v1.3
Please specify verion like "~2.0" in your composer.json file for ident_switch requirement. In this case you will stay inside compatible branch until you manually update ypur Roundcube installation.
### Switching SMTP ###
Plugin also switched SMTP credentials but only for server specified in general config. You should use %u and %p substitutions for user and password to make it work. This substitutions are replaced by username and password for selected IMAP account.