Changes between Version 42 and Version 43 of Plugin_Repository


Ignore:
Timestamp:
Jul 28, 2009 1:05:56 PM (4 years ago)
Author:
rosali
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugin_Repository

    v42 v43  
    1111In order to preserve the code and avoid broken links, we suggest that the developer of a plugin opens a project on [http://sf.net/ SourceForge], [http://code.google.com Google Code], [http://github.com Github], [http://gitorious.org/ Gitorious], [http://bitbucket.org/ Bitbucket] or [http://www.berlios.de/ BerliOS], or another bigger '''and secure''' open source code hosting of the developer's choice. 
    1212 
    13 All plugins hosted on http://mail4us.net/dev: 
    14 Please login as Demo (see link in TOP navigation bar) and navigate to settings! 
    15  
    1613== Categories == 
    1714 
     
    2421 * [source:trunk/roundcubemail/plugins/help Help] - System Help Menu 
    2522 * [https://svn.cacert.cl/certificate_authentication/ Certificate Authentication] 
    26  * [http://mail4us.net/dev HMailServer Aliased Login] - Resolve Alias and logon real user 
    27  * [http://mail4us.net/dev HMailServer Change Password] - Change passwords on hMailServer  
    28  * [http://mail4us.net/dev HMailServer Autoresponder] - Give access to hMailServer Autoresponder 
    29  * [http://mail4us.net/dev HMailServer Forwarding] - Give access to hMailServer Forwarding 
    30  * [http://mail4us.net/dev HMailServer Signature] - Give access to hMailServer Signature 
    31  * [http://mail4us.net/dev HMailServer Autoban] - Use hMailServer AutoBan feature for webmail 
    32  * [http://mail4us.net/dev DNS Blacklists] - Lock out user if Client IP is blacklisted 
    33  * [http://mail4us.net/dev Language Selector] - Select Language on logon page 
    34  * [http://mail4us.net/dev Password Reminder] - Send a Password Reminder to an approved idenity (checked_identities plugin is recommended, also sendmessage plugin) 
    35  * [http://mail4us.net/dev Terms and Conditions] - Force user to agree Terms and Conditions 
    36  * [http://mail4us.net/dev Contact us] - Contact form in not authenticated state to send a message to admin 
     23 * [https://myroundcube.googlecode.com HMailServer Aliased Login] - Resolve Alias and logon real user 
     24 * [https://myroundcube.googlecode.com HMailServer Change Password] - Change passwords on hMailServer  
     25 * [https://myroundcube.googlecode.com HMailServer Autoresponder] - Give access to hMailServer Autoresponder 
     26 * [https://myroundcube.googlecode.com HMailServer Forwarding] - Give access to hMailServer Forwarding 
     27 * [https://myroundcube.googlecode.com HMailServer Signature] - Give access to hMailServer Signature 
     28 * [https://myroundcube.googlecode.com HMailServer Autoban] - Use hMailServer AutoBan feature for webmail 
     29 * [https://myroundcube.googlecode.com DNS Blacklists] - Lock out user if Client IP is blacklisted 
     30 * [https://myroundcube.googlecode.com Language Selector] - Select Language on logon page 
     31 * [https://myroundcube.googlecode.com Password Reminder] - Send a Password Reminder to an approved idenity (checked_identities plugin is recommended, also sendmessage plugin) 
     32 * [https://myroundcube.googlecode.com Terms and Conditions] - Force user to agree Terms and Conditions 
     33 * [https://myroundcube.googlecode.com Contact us] - Contact form in not authenticated state to send a message to admin 
    3734 * [http://code.google.com/p/yubikey-rc-plugin/ Yubikey Authentication] - Enables Yubikey Authentication 
    3835 * [http://www.swekey.com/ Swekey Authentication] - Enables Swekey Authentication 
    39  * [http://mail4us.net/dev Demo Mode] - Provide a Demo Account 
    40  * [http://mail4us.net/dev Taskbar] - Add a navigation bar to the Login page 
     36 * [https://myroundcube.googlecode.com Demo Mode] - Provide a Demo Account 
     37 * [https://myroundcube.googlecode.com Taskbar] - Add a navigation bar to the Login page 
    4138 * [http://www.php-lexikon.de/?SITE=rcubeplugins Autologin] - autologin from external Site e.g. (CMS, Portal ...) 
    4239 * [http://code.google.com/p/roundcube-plugins/downloads/list Searchbox] - Set default search fields for the search box 
    43  * [http://mail4us.net/dev Captcha] - Force a Captcha challenge 
    44  * [http://mail4us.net/dev New User] - Inform admin and send user welcome message when new RoundCube user is created 
     40 * [https://myroundcube.googlecode.com Captcha] - Force a Captcha challenge 
     41 * [https://myroundcube.googlecode.com New User] - Inform admin and send user welcome message when new RoundCube user is created 
    4542 * [http://projects.veebike.net/roundcube/user-database-handler User database handler] - Create custom database handler to use with other plugins 
    4643 * [http://projects.veebike.net/roundcube/custom-session-variables Custom session variables ] - Add custom session variables with values from SQL result 
    47  * [http://mail4us.net/dev Log to database] - Log to database instead of file 
     44 * [https://myroundcube.googlecode.com Log to database] - Log to database instead of file 
    4845 * [http://code.google.com/p/rcldapauth/ LDAP Authentication] - LDAP Authentication plugin that creates user profile based on LDAP information. 
     46 * [https://myroundcube.googlecode.com Self-Registration] - Let users sign up accounts (driver based ... available drivers: hMailServer) 
    4947 
    5048=== Mail view === 
     
    5755 * [http://code.google.com/p/roundcube-plugins/downloads/list Mailinglist Commands] - Show subscribe/unsubscribe and other mailinglist commands 
    5856 * [http://www.tehinterweb.co.uk/roundcube/#picontextmenu Message list context menu] - Adds context menu with actions like mark as read, delete, forward 
    59  * [http://mail4us.net/dev Additional List Controls] - Adds Select Range functionality 
     57 * [https://myroundcube.googlecode.com Additional List Controls] - Adds Select Range functionality 
    6058 
    6159=== Message sending === 
    6260 
    6361 * [source:trunk/roundcubemail/plugins/additional_message_headers Additional message headers] 
    64  * [http://mail4us.net/dev Limit Recipients] - Limit number of recipients (useful to make webmail less attactive for spammers. Along with hMailServer Autoban plugin and DNS Blacklists plugin, my public webmail [http://mail4us.net Mail4us.net] is 99% free of outgoing spam!) 
     62 * [https://myroundcube.googlecode.com Limit Recipients] - Limit number of recipients (useful to make webmail less attactive for spammers. Along with hMailServer Autoban plugin and DNS Blacklists plugin, my public webmail [http://mail4us.net Mail4us.net] is 99% free of outgoing spam!) 
    6563 * [http://code.google.com/p/roundcube-plugins/downloads/list Log Sender] - Log real identity (encrypted) in X-Sender header for abuse tracking.  
    6664 
     
    7270 * [source:trunk/roundcubemail/plugins/subscriptions_option Subscription options] 
    7371 * [http://www.tehinterweb.co.uk/roundcube/#pisauserprefs Spamassassin User Prefs] - Change Spamassassin settings, stored in a DB 
    74  * [http://mail4us.net/dev Settings] - Advanced Settings Navigation 
    75  * [http://mail4us.net/dev Message List Cols] - Let the user choose the sort order 
    76  * [http://mail4us.net/dev Checked Identities] - Activate a new identity by a confirmation link sent to the identity account 
    77  * [http://mail4us.net/dev Send System Message] - Helper plugin for "Checked Identities" and others in future to send out a system message 
     72 * [https://myroundcube.googlecode.com Settings] - Advanced Settings Navigation 
     73 * [https://myroundcube.googlecode.com Message List Cols] - Let the user choose the sort order 
     74 * [https://myroundcube.googlecode.com Checked Identities] - Activate a new identity by a confirmation link sent to the identity account 
     75 * [https://myroundcube.googlecode.com Send System Message] - Helper plugin for "Checked Identities" and others in future to send out a system message 
    7876 * [http://peterruiter.com/2009/07/05/roundcube-webmail-auto-reply-plugin/ Vacation Plugin] - Vacation / Autoreply plugin (ported from SquirellMail vacation_local) 
    7977