summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-31Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-07-30Fix downloading binary files with (wrong) text/* content-type (#1489267)Aleksander Machniak
2013-07-30Fixed typo in commentAleksander Machniak
2013-07-29Merge pull request #96 from Dennis1993/patch-6Thomas B.
Added required attribute and delete deprecated border attributes
2013-07-29Validate all text attachments not only text/plain. This fixes invalidAleksander Machniak
warning message for a case when pdf attachment is defined as text/html. See #1489267.
2013-07-28- Fix rewrite rule in .htaccess (#1489240)Aleksander Machniak
2013-07-28- Fix detecting Turkish language in ISO-8859-9 encoding (#1489252)Aleksander Machniak
2013-07-26Update Socket.phpDennis1993
2013-07-26Update SMTP.phpDennis1993
2013-07-26Update rcube_imap_generic.phpDennis1993
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-26Update Socket.phpDennis1993
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-26Update SMTP.phpDennis1993
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-26Update settings.htmlDennis1993
added old frameborder Attribute for IE7 and IE8
2013-07-26Update addressbook.htmlDennis1993
added old frameborder Attribute for IE7 and IE8
2013-07-26Update mail.htmlDennis1993
added old frameborder Attribute for IE7 and IE8
2013-07-25Updated changelogThomas Bruederli
2013-07-25Fix identity-selection using Return-Path headers (#1489241)Thomas Bruederli
2013-07-25Updated ChangelogThomas Bruederli
2013-07-25Fix parsing of links with ... in URL (#1489192)Thomas Bruederli
2013-07-25Better check for priority headerThomas Bruederli
2013-07-25Fix priority selector when open in new window (#1489257)Thomas Bruederli
2013-07-25Merge pull request #98 from rodrigo-castillo/masterThomas B.
replaces smart quotes with regular quotes
2013-07-25Merge pull request #93 from Dennis1993/patch-2Thomas B.
Remove old bugfix for PHP4
2013-07-24replaces smart quotes with regular quotes. Fixes improper doctype ↵rodrigo
declarations in html emails
2013-07-23Update func.incDennis1993
added missing ID for label
2013-07-23Update settings.htmlDennis1993
deleted deprecated frameborder attribute and use css instead
2013-07-23Update addressbook.htmlDennis1993
deleted deprecated frameborder attribute and use css instead
2013-07-23Update mail.htmlDennis1993
deleted deprecated frameborder Attribute and use css instead wrong closing DIV tag
2013-07-23Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-07-23Avoid session timeouts with memcache backend as proposed by D. Carter via ↵Thomas Bruederli
users mailing list
2013-07-21Update rcmail_output_html.phpDennis1993
added required Attribute to Login fields
2013-07-21Update header.htmlDennis1993
deleted old border="0" attribute and use css instead
2013-07-21Update login.htmlDennis1993
deleted deprecated border="0" Attribute and use css instead
2013-07-21Update html.phpDennis1993
added required attribute to allowed list for input fields
2013-07-21Update styles.cssDennis1993
added support for required field (HTML5) added border:none; for logos and delete deprecated border="0" html attribute
2013-07-19Update .htaccessDennis1993
Delete a bugfix for PHP4, because the current version requires at least PHP 5.2.1. The case thus never occurs.
2013-07-17Fix codestyle and indentation; use new save function in update scriptThomas Bruederli
2013-07-17Merge pull request #90 from Dennis1993/masterThomas B.
Write config file automatically to RCUBE_CONFIG_DIR (if writeable)
2013-07-17Keep unknown/plugin config options; only skip officially obsoleted onesThomas Bruederli
2013-07-17Update config.phpDennis1993
-Replace tabs with spaces. -Replace the word "files" with "files", because there is only one
2013-07-16Merge pull request #64 from Steffen185/patch-2Thomas B.
Add hook "message_check_safe"
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-17Updated changelogThomas Bruederli
2013-07-17Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP checkThomas Bruederli
2013-07-16Update config.phpDennis1993
write config file automatically to RCUBE_CONFIG_DIR
2013-07-16Update rcube_install.phpDennis1993
write config file automatically to RCUBE_CONFIG_DIR
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-12Add more icons sizes to favicon.ico'sRimas Kudelis