summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2012-10-25Add deprecated alias clear_mailbox()Aleksander Machniak
2012-10-23Give option to hide DB address book with addressbook pluginJean-Louis Dupond
2012-10-22Fix HTML part detection in messages with attachments (#1488769)Aleksander Machniak
2012-10-19Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-10-19Match http://localhost/xxx as linkThomas Bruederli
2012-10-19Improved error message when setting required options fails (#1488682)Aleksander Machniak
2012-10-18Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-10-18Skip redundant SELECT on new user creationAleksander Machniak
2012-10-18Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-10-18Don't display session error message if imap connection failedThomas Bruederli
2012-10-18Fix handling of URLs with asterisk characters (#1488759)Aleksander Machniak
2012-10-18Ignore htmlspecialchars() warningsAleksander Machniak
2012-10-18Remove automatic to-lowercase conversion of usernames (#1488715)Aleksander Machniak
2012-10-17Add user settings to open message view and compose form in new windows. This ...Thomas Bruederli
2012-10-17Make possible rcube_plugin_api class extendingAleksander Machniak
2012-10-17Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-10-17s/rcmail/rcube/Aleksander Machniak
2012-10-17Fix the fix for empty text parts handling (#1488757)Aleksander Machniak
2012-10-16Fix return value of storage_connect()Aleksander Machniak
2012-10-16Fix post-filtering vlv results, fixes warning "mb_strtolower() expects parame...Aleksander Machniak
2012-10-15Partially revert 9546d22c6: don't validate with parse_charset()Thomas Bruederli
2012-10-15Avoid unnecessary strtoupper() calls but validate target charset if specifiedThomas Bruederli
2012-10-12Fix displaying of multipart/alternative messages with empty parts (#1488750)Aleksander Machniak
2012-10-11- Very small perf improvementAleksander Machniak
2012-10-11Add flags and date arguments to kolab_storage::save_message()Aleksander Machniak
2012-10-11Support flags and date arguments in APPEND commandAleksander Machniak
2012-10-11Fix threaded list sorting on PHP < 5.2.9 (#1488748)Aleksander Machniak
2012-10-08Plugin API: Add 'email_list' argument for identities data in user_create hookAleksander Machniak
2012-10-04Consider colspan attributes when adding table cells/rowsThomas Bruederli
2012-10-03Define public property 'db_provider' in pdo classes. That is used in various ...Thomas Bruederli
2012-10-03Make sure the timezone config option always contains a valid valueThomas Bruederli
2012-10-02- Avoid duplicate values from fieldmappingThomas Bruederli
2012-10-02Remove duplicates from get_col_values() result in flat modeAleksander Machniak
2012-10-01Fix handling vCard entries with TEL;TYPE=CELL (#1488728)Aleksander Machniak
2012-09-23Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-21Merge branch 'html_ent'Aleksander Machniak
2012-09-21Re-fix HTML entities handling in addressbook namesAleksander Machniak
2012-09-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Avoid saving composed FN values with only spaces (shows empty names in listing)Thomas Bruederli
2012-09-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Replace Q() with html::quote()Aleksander Machniak
2012-09-17Remove double-quotation prevention code for form elementsAleksander Machniak
2012-09-17Fix HTML special characters handling in message list/header display (#1488523)Aleksander Machniak
2012-09-17Fix PHP warning when rep_specialchars_output() 1st argument is not a string (...Aleksander Machniak
2012-09-17List related text/html part as attachment in plain text mode (#1488677)Aleksander Machniak
2012-09-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-09-14Use IMAP BINARY (RFC3516) extension to fetch message/part bodies (experimental)Aleksander Machniak
2012-09-13Fix folder creation under public namespace root (#1488665)Aleksander Machniak
2012-09-13Fix invalid error message on deleting mail from read only folder (#1488694)Aleksander Machniak
2012-09-13Fix convertion to/from US-ASCII using mbstringAleksander Machniak