summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2011-11-24- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook ↵alecpl
(#1487937)
2011-11-24- Mark folder as recent only when it contains unseen messagesalecpl
2011-11-24- Mark (with different color) folders with recent messages (#1486234)alecpl
2011-11-24- Change version number to 0.8-svnalecpl
2011-11-24- Fix possible infinite redirect on attachment preview (#1488199)alecpl
2011-11-23Improve clickjacking protection: bust frame or disable all form elements and ↵thomascube
abort UI initialization
2011-11-23- Small optimisationsalecpl
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alecpl
2011-11-23Improve task switching for tasks added by pluginsthomascube
2011-11-23Set selected state on task buttons; increase display time of ↵thomascube
messages/notifications
2011-11-22- Fix action when toggling prefer_html option statealecpl
2011-11-22- Code improvementsalecpl
2011-11-22- Fixed bug in handling link with '!' character in it (#1488195)alecpl
2011-11-21Show configurable support link in about page; refer on <srcuri> for download ↵thomascube
link; no link to roundcube.net to avoid tons of support requests
2011-11-20- Added TinyMCE localizationsalecpl
2011-11-19- Use channel/uri as possible source locationsalecpl
- Handle dependent/required plugins
2011-11-18- Fix typo in _list_unsubscribed() (#1488186)alecpl
2011-11-18- Added About tab in Settingsalecpl
2011-11-18Clarify licenseing of forked Googiespell codethomascube
2011-11-16- Don't add PRE tags when switching to html mode and textarea is emptyalecpl
2011-11-16- Fix typoalecpl
2011-11-15- Fix washing styles with quoted values e.g. font-familyalecpl
2011-11-15- Fix handling of HTML form elements in messages (#1485137)alecpl
2011-11-15- Fix regression in setting recipient to self when replying to a Sent ↵alecpl
message (#1487074)
2011-11-15- Fix commit r5424 + preformance microoptimizationsalecpl
2011-11-15- Fix listing of folders in hidden namespaces (#1486796)alecpl
2011-11-14- Don't consider \Noselect flag when building folders tree (#1488004)alecpl
2011-11-14- Small improvements in rcmail_render_folder_tree_html()alecpl
2011-11-14- Fix sorting autocomplete results to preserve email address significance ↵alecpl
(#1488084)
2011-11-14- Make urlencode() compatible with PHP's rawurlencode() - fixes ↵alecpl
collapsing/expanding of folders with some special characters in name
2011-11-13- Add option to set session name (#1486433)alecpl
2011-11-12- Fix mailbox_status() so first run returns proper (empty) resultalecpl
2011-11-11Fix: decode session data into superglobals after re-readingthomascube
2011-11-10- Add option to skip alternative email addresses in autocompletionalecpl
2011-11-10- Fix handling of type separator in get_col_values()alecpl
2011-11-10- Fix matching check to be unicode-awarealecpl
2011-11-10- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit ↵alecpl
button for drafts
2011-11-10- Fix problem with parsing HTML message body with non-unicode characters ↵alecpl
(#1487813)
2011-11-10- Add option to define matching method for addressbook search (#1486564, ↵alecpl
#1487907)
2011-11-09Consider replication delays in session storagethomascube
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomascube
2011-11-08- Improved _listMailboxes() performance and small parseResponse() ↵alecpl
improvement (#1488134)
2011-11-08- Make $name property to be public (#1488140)alecpl
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralecpl
- Add LIST result and folder attributes cache - rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
2011-11-08Implement common setters for debug modethomascube
2011-11-08Remove unused cruftthomascube
2011-11-07- Fix handling of DB connection failures. Detect failure on connection level ↵alecpl
instead of on query level. Fixes issue when one write query failed, next queries were not executed. - Changed 'var' to 'public'.
2011-11-07- Fix handling of curly brackets in URLs (#1488168)alecpl
2011-11-05Added config property to set LDAP_OPT_REFERRALS option to an LDAP connectionthomascube
2011-11-04- Don't use external js file for images listing in HTML editoralecpl