Skip to content

Repository files navigation

Roundcube other imap server plugin

A roundcube plugin that gives to the user the possibility to configure the imap server parameters (server address, port, protocol).

Requirements

This plugin is tested under roundcube version 1.0. To have this plugin working you need to set an array of default hosts.

Example:

$config['default_host'] = array(

'ssl://imap.gmail.com'=>'Gmail',
'ssl://imap-mail.outlook.com' => 'Outlook (Hotmail)',
'ssl://imap.mail.yahoo.com' => 'Yahoo',

);

Install

To install this plugin just add his name 'other_server' to the $config['plugins'] array in config.inc.php :

$config['plugins'] = array('other_server', ...);

Screenshot

screenshot from 2015-03-25 18 07 25

About

A roundcube plugin that gives to the user the possibility to configure the imap server parameters (server address, port, protocol).

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages