Code Monkey home page Code Monkey logo

roundcube-plugin-recipient-to-contact's Introduction

Roundcube Recipient To Contact Plugin

About

Recipient To Contact is a plugin to quickly add new contacts to address books. When sending an email to recipients that aren't in the address book, this plugin displays a form to quickly save these contacts. Inspired by Automatic Addressbook plugin.

Features:

  • Simple jQuery UI based interface.
  • Parses 'To:', 'Cc:' and 'Bcc:' and automatically fills name and email address fields.
  • Configurable: which address books to use for searching; default behavior; etc.
  • Can be activated/deactivated through User Preferences section.
  • Advanced error handling.

Requirements

  1. Plugin is maintained against Roundcube 0.7 and later.
  2. jQuery UI plugin is required, which can be obtained from http://underwa.ter.net/roundcube-plugins or http://myroundcube.googlecode.com.

Installation

  1. Download latest stable release from GitHub.
  2. Extract the downloaded archive, and place the recipient_to_contact directory in plugins/ folder.
  3. Add recipient_to_contact to $rcmail_config['plugins'] in your Roundcube config.

Configuration

The default config file is plugins/recipient_to_contact/config.inc.php.dist. Rename this to plugins/recipient_to_contact/config.inc.php and edit it there.

Configuration options:

recipient_to_contact_addressbooks

A list of address book IDs, which would be used for searching existing contacts. For example, if it contains array('sql', 'global', 'ldap') the plugin will look for existing contacts only in these address books. The default (an empty array) means the plugin will use address books specified in the autocomplete_addressbooks option in the Roundcube configuration file.

recipient_to_contact_enabled_by_default

Whether the plugin is enabled or disabled for users by default. If set to true, the plugin is enabled and users can disable it through settings menu.

recipient_to_contact_use_groups

Whether to enable contact groups (and show the UI for selecting them) or not. Defaults to false.

License

This plugin is distributed under the GPLv3 license. Please see http://www.gnu.org/licenses/gpl-3.0.txt for the complete license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.