Commit Graph

311 Commits

Author SHA1 Message Date
Aleksander Machniak
969cb03f9a Add option to display email address together with a name in mail preview (#1488732) 2013-05-01 12:26:23 +02:00
Aleksander Machniak
399db1b647 Add db_prefix configuration option in place of db_table_*/db_sequence_* options
Make possible to use db_prefix for schema initialization in Installer (#1489067)
Fix updatedb.sh script so it recognizes also table prefix for external DDL files
2013-04-27 18:31:40 +02:00
Aleksander Machniak
1d4c84f4d7 Remove sig_above configuration option, use reply_mode only (#1489001) 2013-03-26 19:36:47 +01:00
Thomas Bruederli
e114a60406 Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable.
Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0)
2013-01-23 18:01:02 +01:00
Aleksander Machniak
c101871d46 Add and use db_table_system config option 2013-01-16 12:30:15 +01:00
Aleksander Machniak
232535f76e Add option to use envelope From address for MDN responses (#1488880) 2013-01-02 19:25:07 +01:00
Aleksander Machniak
768e33a795 Add warning in default_host description, so after change update of users table is needed (#1486386) 2012-12-21 18:41:41 +01:00
Thomas Bruederli
9e1605f9e4 Better explanation of the new mime_types config option 2012-12-08 14:13:23 +01:00
Aleksander Machniak
48ef1334ff Merge pull request #49 from linagora/master
Add new identity level: one identity with edit only signature
2012-11-28 23:36:50 -08:00
Thomas Bruederli
0a83971d3e Clarify mime_magic config option; add new function to map mimetypes and filename extensions 2012-11-27 15:55:42 +01:00
jeremie kornobis
f125852979 Add new identity level: one identity with edit only signature 2012-11-26 14:17:20 +01:00
Aleksander Machniak
8bfef1d7eb Remove unused db_max_length config 2012-11-25 19:35:10 +01:00
Aleksander Machniak
8d54286df8 Merge branch 'keep-alive'
Conflicts:
	CHANGELOG
2012-11-15 09:34:08 +01:00
Aleksander Machniak
f226549d4f Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval 2012-11-12 14:50:49 +01:00
Thomas Bruederli
03149131f7 New feature: display attached images as thumbnails below message body 2012-11-10 21:08:14 +01:00
Aleksander Machniak
aa83596b0b Clarify keep-alive setting, move it to User Interface section, change label
to "Refresh (check for new messages, etc.)", allow no-refresh mode.
2012-11-10 12:13:53 +01:00
Thomas Bruederli
3f250a0fe6 Add config options to automatically generate LDAP attributes for new entries 2012-11-09 11:50:33 +01:00
Thomas Bruederli
ddafe4e410 Merge branch 'dev-compose-newwindow' 2012-10-27 16:12:37 +02:00
Thomas B.
f2d3fc1b5d Merge pull request #38 from dupondje/master
Option to hide SQL addressbook
2012-10-27 05:29:00 -07:00
Aleksander Machniak
e04e314440 Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686) 2012-10-24 12:24:37 +02:00
Jean-Louis Dupond
5526f98dca Give option to hide DB address book with addressbook plugin 2012-10-23 00:12:15 +02:00
Aleksander Machniak
df95e790ba Remove automatic to-lowercase conversion of usernames (#1488715) 2012-10-18 09:52:45 +02:00
Thomas Bruederli
271efe53e0 Add user settings to open message view and compose form in new windows. This natevely implements the compose_newwindow plugin functionslity and more 2012-10-17 22:42:35 +02:00
aleksander Machniak
e3dd1b7739 Remove 'db_sequence_cache' option 2012-09-18 11:44:01 +02:00
Aleksander Machniak
00f3470063 Fix confusing comment for imap_auth_type 2012-09-07 20:30:54 +02:00
Aleksander Machniak
8eefbb2158 Add option to enable HTML editor on forwarding (#1488517) 2012-08-27 10:16:04 +02:00
Aleksander Machniak
651c7b6e9d Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149) 2012-08-26 18:20:28 +02:00
Aleksander Machniak
e077c189bb Corrected description if debug_level 2012-08-24 11:58:51 +02:00
Aleksander Machniak
ae7027de02 Added session_path config option and unified cookies settings in javascript 2012-08-20 09:32:25 +02:00
Aleksander Machniak
c72325faed Fix bug where domain name was converted to lower-case even with login_lc=false (#1488593) 2012-08-17 15:00:12 +02:00
Aleksander Machniak
e0efd8f5dc Added separate From and To columns apart from smart From/To column (#1486891) 2012-08-11 10:57:24 +02:00
Aleksander Machniak
565c472918 Removed users.alias column, added option ('user_aliases')
to use email address from identities as username (#1488581)
2012-08-06 11:08:58 +02:00
Thomas Bruederli
b6267dadb6 Hide product version on login screen by default 2012-07-31 16:37:50 +02:00
Aleksander Machniak
b2c3c31c10 Use correct field name (title -> jobtitle) in example LDAP addressbook config 2012-07-31 09:36:40 +02:00
Thomas Bruederli
6843acc9fc Merged changes to skin folders 2012-07-30 12:08:58 +02:00
Thomas Bruederli
9f1652e29e Adapt to new default skin folder namimg 2012-07-30 12:04:43 +02:00
Thomas B.
6d12536815 Merge pull request #14 from bes-internal/master
Use HTTP_HOST for %d in parse_host. Add %t for host name from SERVER_NAME
2012-07-30 02:13:40 -07:00
Aleksander Machniak
71ee565dfc Support connections to memcached socket file (#1488577) 2012-07-30 09:10:04 +02:00
bes.internal
d359dcb6b3 use in parse_host HTTP_HOST for %d
Use in parse_host function for domain resolve HTTP_HOST not hostname.
add %t for hostname without first part
For example roundcube box backend (rc.somedomain.tld) for reverse proxy on real domain (mail.example.com)
2012-07-26 17:54:12 +03:00
Thomas Bruederli
b1f30d873d Set display_next option to true by default (in config template) 2012-07-02 13:27:27 +02:00
Aleksander Machniak
3c5489ba75 Add option imap_force_ns to make buggy servers support optional 2012-05-21 09:25:51 +02:00
thomascube
a605b2584d - Allow to configure the number of values allowed for each LDAP attribute
- Support for serialized LDAP address values (usually delimited with a $)
2012-05-02 20:56:29 +00:00
alecpl
b563fc8bf6 - Uncomment 'organization'=>'o' - it works 2012-04-18 06:04:55 +00:00
alecpl
463ec6b57c - facsimileTelephoneNumber attribute also doesn't work, commented out 2012-04-12 12:35:28 +00:00
alecpl
ca3d76d8f1 - More LDAP fields mapping (inetOrgPerson) 2012-04-12 12:16:25 +00:00
alecpl
1b30a710cf - Add option to delete messages instead of moving to Trash when in Junk folder (#1486686) 2012-04-08 16:34:36 +00:00
thomascube
c04b23adfd - replace claim in Roundcube logo
- require support_url config option in installer
2012-04-04 14:59:16 +00:00
alecpl
13db9ee199 - Support LDAP RFC2256's country object class read/write (#1488123) 2012-03-29 11:14:47 +00:00
thomascube
377bc60482 Add a note that 'use_https' and 'force_https' are mutually exclusive 2012-03-05 17:29:46 +00:00
thomascube
aa9ddf1f03 Describe 'scope' option for LDAP groups in config template 2012-02-29 14:55:02 +00:00