toteph42 / identy_switch

This plugin allows users to switch between different accounts (and check for new mails) in a single Roundcube session.
GNU General Public License v3.0
6 stars 3 forks source link

Wildcard for domains #17

Closed HostOncilla closed 2 months ago

HostOncilla commented 2 months ago

Would it be possible to add something like this

'*' => [ 'imap' => 'ssl://mail.*.tld:993', 'user' => 'email', 'smtp' => 'tls://mail.*.tld:487', ],

The * would be a wildcard to grab the domain for the identity email address. I use it on a server with lots of domains so it would be very handy to have this option.

Also is there a way to add a default "Folder hierarchy delimiter" for the domains?

toteph42 commented 2 months ago

Implemented in 1.0.26