README | ●●●●● patch | view | raw | blame | history | |
bin/dumpschema.sh | ●●●●● patch | view | raw | blame | history | |
bin/makedoc.sh | ●●●●● patch | view | raw | blame | history | |
index.php | ●●●●● patch | view | raw | blame | history | |
program/include/iniset.php | ●●●●● patch | view | raw | blame | history | |
tests/html_to_text.php | ●●●●● patch | view | raw | blame | history | |
tests/maildecode.php | ●●●●● patch | view | raw | blame | history | |
tests/mailfunc.php | ●●●●● patch | view | raw | blame | history | |
tests/modcss.php | ●●●●● patch | view | raw | blame | history | |
tests/runtests.sh | ●●●●● patch | view | raw | blame | history | |
tests/src/BID-26800.txt | ●●●●● patch | view | raw | blame | history | |
tests/src/apple.vcf | ●●●●● patch | view | raw | blame | history | |
tests/src/htmlbase.txt | ●●●●● patch | view | raw | blame | history | |
tests/src/htmlbody.txt | ●●●●● patch | view | raw | blame | history | |
tests/src/htmlcom.txt | ●●●●● patch | view | raw | blame | history | |
tests/src/htmlxss.txt | ●●●●● patch | view | raw | blame | history | |
tests/src/invalidchars.html | ●●●●● patch | view | raw | blame | history | |
tests/src/johndoe.vcf | ●●●●● patch | view | raw | blame | history | |
tests/src/mailto.txt | ●●●●● patch | view | raw | blame | history | |
tests/src/plainbody.txt | ●●●●● patch | view | raw | blame | history | |
tests/src/thebat.vcf | ●●●●● patch | view | raw | blame | history | |
tests/src/utf-16_sample.vcf | patch | view | raw | blame | history | |
tests/src/valid.css | ●●●●● patch | view | raw | blame | history | |
tests/vcards.php | ●●●●● patch | view | raw | blame | history |
README
@@ -1,14 +1,6 @@ Roundcube Webmail (http://roundcube.net) ATTENTION --------- This is just a snapshot of the current SVN repository and is NOT A STABLE version of Roundcube. It's not recommended to replace an existing installation of Roundcube with this version. Also using a separate database for this installation is highly recommended. INTRODUCTION ------------ Roundcube Webmail is a browser-based multilingual IMAP client with an bin/dumpschema.sh
File was deleted bin/makedoc.sh
File was deleted index.php
@@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | | Version 0.8-svn | | Version 0.8-rc | | | | Copyright (C) 2005-2012, The Roundcube Dev Team | | | program/include/iniset.php
@@ -40,7 +40,7 @@ } // application constants define('RCMAIL_VERSION', '0.8-svn'); define('RCMAIL_VERSION', '0.8-rc'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); tests/html_to_text.php
File was deleted tests/maildecode.php
File was deleted tests/mailfunc.php
File was deleted tests/modcss.php
File was deleted tests/runtests.sh
File was deleted tests/src/BID-26800.txt
File was deleted tests/src/apple.vcf
File was deleted tests/src/htmlbase.txt
File was deleted tests/src/htmlbody.txt
File was deleted tests/src/htmlcom.txt
File was deleted tests/src/htmlxss.txt
File was deleted tests/src/invalidchars.html
File was deleted tests/src/johndoe.vcf
File was deleted tests/src/mailto.txt
File was deleted tests/src/plainbody.txt
File was deleted tests/src/thebat.vcf
File was deleted tests/src/utf-16_sample.vcfBinary files differ
tests/src/valid.css
File was deleted tests/vcards.php
File was deleted