summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Expand)Author
2012-12-01enriched.inc -> rcube_enrichedAleksander Machniak
2012-11-30Fix attachment Content-Length for in-memory files (#1488844)Aleksander Machniak
2012-11-29Fix broken message/part bodies when FETCH response contains more untagged lin...Aleksander Machniak
2012-11-29Fix empty email on identities list after identity update (#1488834)Aleksander Machniak
2012-11-28Merge pull request #49 from linagora/masterAleksander Machniak
2012-11-28Move code for identity selection to function, move identities formatting to r...Aleksander Machniak
2012-11-28Use Delivered-To header as a last resort for identity selection (#1488840)Aleksander Machniak
2012-11-27Fix deleting of collapsed threads, broken in 2b55d4f4204bdb8c97865e01b960c1d1...Aleksander Machniak
2012-11-27Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes and...Thomas Bruederli
2012-11-27Add argument to fetch message parts only partially. Can be used for content m...Thomas Bruederli
2012-11-27Clarify mime_magic config option; add new function to map mimetypes and filen...Thomas Bruederli
2012-11-27Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-27Bring back rcube_html_page class which was lost in framework refactoring; fix...Thomas Bruederli
2012-11-27Small fixes to last commitsAleksander Machniak
2012-11-27Separate the very application-specific output classes from the Roundcube fram...Thomas Bruederli
2012-11-27Move shortcut functions to framework classThomas Bruederli
2012-11-27Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistencyAleksander Machniak
2012-11-26unset email address with new level entity 4jeremie kornobis
2012-11-26Add new identity level: one identity with edit only signaturejeremie kornobis
2012-11-26RCMAIL_VERSION -> RCUBE_VERSIONAleksander Machniak
2012-11-26Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-11-26Cleaner way of handling user password in framework-based programs with no ses...Aleksander Machniak
2012-11-26Make charset header accessible, tooThomas Bruederli
2012-11-26Clarify rcube::get_user_name() usage, add rcube::get_user_email()Aleksander Machniak
2012-11-25Cut dependencies to rcmail classThomas Bruederli
2012-11-25Unify path schema in global constants: paths always end with a /. Keep RCMAIL...Thomas Bruederli
2012-11-25Separate framework and application constantsThomas Bruederli
2012-11-25Define more (uniquely prefixed) constants for Roundcube directories in order ...Thomas Bruederli
2012-11-25Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-11-25Fix redundant colon after last address in print modeAleksander Machniak
2012-11-23Fix hidden flag and default_addressbook settings handlingAleksander Machniak
2012-11-23Add lost rcube_vcard.php fileAleksander Machniak
2012-11-22Fix cache (in)validation after setting \Deleted flagAleksander Machniak
2012-11-21Rename rcube_bc.inc to bc.php for consistencyAleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak
2012-11-21Create Roundcube Framework initialization script (bootstrap)Aleksander Machniak
2012-11-21Consider filename extension to detect image attachments of type application/o...Thomas Bruederli
2012-11-20Fix keybord events on messages list in opera browser (#1488823)Aleksander Machniak
2012-11-20Move prompt_silent() and get_opt() to rcube_utils classAleksander Machniak
2012-11-20Fix selection of collapsed thread rows (#1488772)Aleksander Machniak
2012-11-20Check if checkdnsrr() and getmxrr() functions exist before using themAleksander Machniak
2012-11-19Unset null values in user prefsThomas Bruederli
2012-11-19Add noscript warning to login page (#1488615)Thomas Bruederli
2012-11-19Updated localization files from launchpadThomas Bruederli
2012-11-19Correctly handle multiple file uploads (#1488820)Thomas Bruederli
2012-11-19Check mbstring extension before calling mb_internal_encoding()Thomas Bruederli
2012-11-19Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-19Avoid double-encoding of HTML entities in signature edit fieldThomas Bruederli
2012-11-19Fix wrapping of quoted text with format=flowed (#1488177)Aleksander Machniak
2012-11-19Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli