Download After the Deadline for RoundCube Webmail
This package contains a patch and plugin for RoundCube v.0.2.2 and up

Steps to install
- Copy tinymce_plugin_api.diff to your roundcube directory and type:
patch -p0 < tinymce_plugin_api.diff - Copy the AfterTheDeadline folder to the plugins folder of RoundCube.
- Open config/main.inc.php with your favorite text editor and:
- Verify that
enable_spellcheckis set to TRUE$rcmail_config['enable_spellcheck'] = TRUE; - Add
'AfterTheDeadline'to thepluginsarray.$rcmail_config['plugins'] = array('AfterTheDeadline'); - Below this, set
atd_api_keyto your AtD API key$rcmail_config['atd_api_key'] = 'YOUR KEY HERE';
- Verify that
Screenshot
License
Most plugins are licensed under the LGPL. Exceptions to this are noted. Visit the developers page to learn how to contribute.

