summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-08-05 c'est la merde..workingHugues Hiegel
2013-09-09Add common headers to header selector (#1489271)Aleksander Machniak
2013-08-30Fix newmail_notifier issue where favicon wasn't changed back to default ↵Aleksander Machniak
(#1489313) Conflicts: CHANGELOG
2013-08-29Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)Aleksander Machniak
Added possibility to register flag mappings by a plugin.
2013-08-25Make save() method less memory consumptive, do not return attachment bodyAleksander Machniak
2013-08-25Fix so additional headers are added to all messages sent (#1489284)Aleksander Machniak
2013-08-25Fix error on new mail (message's headers object doesn't exist)Aleksander Machniak
2013-08-21Synchronized localization files from TransifexThomas Bruederli
2013-08-20s/$rcmail_config/$config/ also for plugins configurationAleksander Machniak
2013-08-14Merge pull request #104 from simonpl/masterAleksander Machniak
Added README section for vpopmaild driver at the password-plugin
2013-08-14Fix documentation with new config variable nameThomas Bruederli
2013-08-14Added README section for vpopmaild driver at the password-pluginsimonp
2013-08-07Remove debug codeAleksander Machniak
2013-08-04Move identity selection based on non-standard headers into (new) ↵Aleksander Machniak
identity_select plugin (#1488553)
2013-08-02Skip optional :all modified in address/envelope ruleAleksander Machniak
2013-08-02Use absolute path in requireAleksander Machniak
2013-08-01Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-08-01Fix regexp escapingAleksander Machniak
2013-08-01Support 'keep' action (#1489226)Aleksander Machniak
2013-07-31Fix removing attachments from the list with database_attachments pluginAleksander Machniak
2013-07-16Merge pull request #87 from rimas-kudelis/masterThomas B.
Merge pull request #87 from rimas-kudelis: additions to newmail_notifier
2013-07-17Merge branch 'patch-1' of https://github.com/gerundt/roundcubemail into ↵Thomas Bruederli
gerundt-patch-1 from pull request #74
2013-07-17Added Luxembourgish localizationsThomas Bruederli
2013-07-12Extend basic notification to add a star icon overlay if we're in IE Pinned ↵Rimas Kudelis
site mode (Win7+). The star icon is taken from Xiao Icon set (http://delacro.deviantart.com/art/Xiao-Icon-84772282).
2013-07-12Don't set the dn variable unless it's needed.Rimas Kudelis
2013-07-10Merged configuration refactoring from 'dev_config' branch back into master ↵Thomas Bruederli
(#1487311)
2013-07-09Fix opening in new window; keep extwin mode when switching help actionsThomas Bruederli
2013-07-08Open help window in small mode; add more index linksThomas Bruederli
2013-07-05Help plugin: CSS fixes, content frame scrollbar fix, about page (classic ↵Aleksander Machniak
skin) fix
2013-07-04Improve help plugin with some options to display contents according to the ↵Thomas Bruederli
current task/step
2013-07-04Fix javascript errorAleksander Machniak
2013-07-04Fix folder names truncation in Classic skin (#1489220)Aleksander Machniak
Fix bug where not all event handlers were executed (because body onload was executed after rcmail init function, sometimes)
2013-07-01'moveto' -> 'move', cs fixesAleksander Machniak
2013-06-27Synchronized localization files with TransifexThomas Bruederli
2013-06-26Fix handling of &, <, > characters in scripts/filter names (#1489208)Aleksander Machniak
2013-06-26Fix handling of &, <, > characters in scripts/filter names (#1489208)Aleksander Machniak
2013-06-26Change license to GPLv3+ also in README fileAleksander Machniak
2013-06-21Update newmail_notifier to use W3C NotificationKen Cheung
Update newmail_notifier plugin to use W3C Notification object if possible. Include fix for Chrome/Chromium.
2013-06-20Make all bundled plugins the same license as Roundcube itself, which is GPLv3+Thomas Bruederli
2013-06-19Fix so attachment_reminder=false really disables the reminder actionAleksander Machniak
2013-06-17Merge pull request #58 from kanarip/masterAleksander Machniak
Add option to prevent mandatory inclusion of 'anyone' and 'anonymous' in ACL configuration
2013-06-15Split managesieve.php file into twoAleksander Machniak
2013-06-15Implemented date, currentdate and index - RFC5260 (#1488120)Aleksander Machniak
2013-06-14Fix js error on operator changeAleksander Machniak
2013-06-14Merge config files (#1487311).Aleksander Machniak
Now we have defaults.inc.php and config.inc.php. Renamed $rcmail_config to $config. Old naming and old files are supported for backward compatibility.
2013-06-13Use rcube_cache class to store attachments in database.Aleksander Machniak
Add options to configure TTL and cache type.
2013-06-13Set TTL for attachments stored in sql databaseAleksander Machniak
2013-06-12Use global show_real_foldername setting instead archive_localize_nameAleksander Machniak
2013-06-12Merge pull request #80 from weisslj/fix-http-authentication-pluginThomas B.
Fix http_authentication_host usage after logout
2013-06-11Use list input field for custom headers listAleksander Machniak