summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Collapse)Author
2012-12-26Framework'ize html2text classAleksander Machniak
2012-12-25Move washtml class into Roundcube Framework (rcube_washtml), add some ↵Aleksander Machniak
improvements
2012-12-23Fix handling of parentheses in URLsAleksander Machniak
2012-12-22Add hint about possible disabled fsockopen() function on connection errorAleksander Machniak
2012-12-21Fix commentAleksander Machniak
2012-12-21CS fixesAleksander Machniak
2012-12-20Fix locking issue in SQLite driver (#1488874)Aleksander Machniak
2012-12-20Fix version comparisons with -stable suffix (#1488876)Aleksander Machniak
2012-12-19Fix Call to undefined method rcube_db_sqlite::_get_result()Aleksander Machniak
2012-12-19Don't display message parts with unsupported text type, e.g. text/calendarAleksander Machniak
2012-12-19Better GD module functions detection, should fix "Call to undefined function ↵Aleksander Machniak
imagecreatefromjpeg()" error
2012-12-19Add unsupported alternative parts to attachments list (#1488870)Aleksander Machniak
2012-12-18CS fixesAleksander Machniak
2012-12-18Display 'Sender' header in message previewAleksander Machniak
2012-12-18CS fixesAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-18CS fixesAleksander Machniak
2012-12-16Fix package definitions and include framework classes in phpdocThomas Bruederli
2012-12-13Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-13Rename hook imap_connect to storage_connectAleksander Machniak
2012-12-12Add EXISTS mode to count() method - return number of all messages in a folder,Aleksander Machniak
event if skip_deleted is enabled and/or search is active.
2012-12-12Use also Envelope-To for identity selection (#1488553)Aleksander Machniak
2012-12-10Nicely render headers of message/rfc822 partsThomas Bruederli
2012-12-10Fix PHP Warning: ldap_parse_virtuallist_control() expects parameter 2 to beAleksander Machniak
resource, null given. This happens on Administrative Limit Exceeded error when using VLV.
2012-12-09Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-09Add support for IMAP BINARY (RFC3516)Aleksander Machniak
2012-12-08Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-08Add default path for mime.types file; map jpg => image/jpeg in fallback listThomas Bruederli
2012-12-08Add github syntax highlighting to php code snippetThomas B.
2012-12-08Added README file for the Roundcube frameworkThomas Bruederli
2012-12-07Fix typo in identity data parser ('ident' item wasn't set correctly)Aleksander Machniak
2012-12-07Fix big memory consumption of DB layer (#1488856)Aleksander Machniak
2012-12-07Some more rcmail -> rcube cleanupAleksander Machniak
2012-12-04- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)Aleksander Machniak
2012-12-01enriched.inc -> rcube_enrichedAleksander Machniak
2012-11-29Fix broken message/part bodies when FETCH response contains more untagged ↵Aleksander Machniak
lines (#1488836)
2012-11-28Move code for identity selection to function, move identities formatting to ↵Aleksander Machniak
rcube_user::list_identities()
2012-11-28Use Delivered-To header as a last resort for identity selection (#1488840)Aleksander Machniak
2012-11-27Add argument to fetch message parts only partially. Can be used for content ↵Thomas Bruederli
mimetype detection without loading the entire file
2012-11-27Clarify mime_magic config option; add new function to map mimetypes and ↵Thomas Bruederli
filename extensions
2012-11-27Small fixes to last commitsAleksander Machniak
2012-11-27Separate the very application-specific output classes from the Roundcube ↵Thomas Bruederli
framework; add autoloader for rmail* classes
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-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 ↵Aleksander Machniak
session
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