Skip to content

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

Notifications You must be signed in to change notification settings

GO3LIN/other_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published