thomascube
2005-10-11 49afbf5d698eb7d57ae10a553b6dcb14117727dd
Better support for Courier IMAP


5 files modified
10 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
README 2 ●●● patch | view | raw | blame | history
SQL/postgres.initial.sql 1 ●●●● patch | view | raw | blame | history
UPGRADING 4 ●●●● patch | view | raw | blame | history
config/main.inc.php.dist 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -39,5 +39,6 @@
- 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
README
@@ -31,7 +31,7 @@
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.
SQL/postgres.initial.sql
@@ -134,6 +134,7 @@
    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
);
UPGRADING
@@ -8,7 +8,9 @@
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 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;
config/main.inc.php.dist
@@ -74,7 +74,7 @@
$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'] = '';