From f5050a3e1f1e3dfabc03e6f02263c7d0d656e76d Mon Sep 17 00:00:00 2001 From: roundcube Date: Tue, 11 Oct 2005 21:06:21 +0000 Subject: Better support for Courier IMAP git-svn-id: https://svn.roundcube.net/trunk@24 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/CHANGELOG | 1 + roundcubemail/README | 2 +- roundcubemail/SQL/postgres.initial.sql | 1 + roundcubemail/UPGRADING | 4 ++++ roundcubemail/config/main.inc.php.dist | 2 +- 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index 8a3cdb7ad..bd121e6c6 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/CHANGELOG @@ -39,5 +39,6 @@ CHANGELOG RoundCube Webmail - Added support for SQLite database - Make use of message caching configurable - Also add attachments when forwarding a message +- Long folder names will not flow over message list (Bug #1267232) - Show nested mailboxes hieracically - Enable IMAPS by host diff --git a/roundcubemail/README b/roundcubemail/README index b7b33a6fc..8d632cbfe 100644 --- a/roundcubemail/README +++ b/roundcubemail/README @@ -31,7 +31,7 @@ will be allowed. Installation: ------------- -For detailed instructions on how to install SquirrelMail on your server, +For detailed instructions on how to install RoundCube webmail on your server, please refer to the INSTALL document in the same directory as this document. diff --git a/roundcubemail/SQL/postgres.initial.sql b/roundcubemail/SQL/postgres.initial.sql index 125957369..01b36af64 100755 --- a/roundcubemail/SQL/postgres.initial.sql +++ b/roundcubemail/SQL/postgres.initial.sql @@ -134,6 +134,7 @@ CREATE TABLE "session" ( sess_id character varying(32) DEFAULT ''::character varying NOT NULL, created timestamp with time zone DEFAULT now() NOT NULL, changed timestamp with time zone DEFAULT now() NOT NULL, + ip character varying(16) NOT NULL, vars text NOT NULL ); diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING index cbbcdcd23..4ad188de7 100644 --- a/roundcubemail/UPGRADING +++ b/roundcubemail/UPGRADING @@ -8,7 +8,9 @@ of RoundCube Webmail. from versions 0.1-alpha and 0.1-20050811 ---------------------------------------- +- replace index.php - replace all files in folder /program/ +- replace all files in folder /skins/default/ - rund SQL queries in order to update the database - add these line to /config/main.inc.php $rcmail_config['trash_mbox'] = 'Trash'; @@ -24,7 +26,9 @@ from versions 0.1-alpha and 0.1-20050811 from version 0.1-20050820 ---------------------------------------- +- replace index.php - replace all files in folder /program/ +- replace all files in folder /skins/default/ - rund SQL queries in order to update the database - add these line to /config/main.inc.php $rcmail_config['prettydate'] = TRUE; diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index e34e2f368..03e00b27b 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -74,7 +74,7 @@ $rcmail_config['date_short'] = 'D H:i'; $rcmail_config['date_long'] = 'd.m.Y H:i'; // add this user-agent to message headers when sending -$rcmail_config['useragent'] = 'RoundCube Webmail/0.1a'; +$rcmail_config['useragent'] = 'RoundCube Webmail/0.1-20051011'; // only list folders within this path $rcmail_config['imap_root'] = ''; -- cgit v1.2.3