Commit Graph

124 Commits

Author SHA1 Message Date
alecpl
06c990ead2 - Added mailto: protocol handler registration link in User Preferences (#1486580) 2012-02-13 08:39:39 +00:00
thomascube
f9a967763e User configurable setting how to display contact names in list 2012-02-11 11:28:58 +00:00
thomascube
43875379d5 Allow users to choose cols for contacts list sorting 2012-02-02 22:18:10 +00:00
alecpl
63ff2a22ca - Fix warning when default_folders setting is not an array 2012-01-19 12:25:39 +00:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
thomascube
c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 2012-01-16 15:14:41 +00:00
thomascube
5879c09ca0 Use proper timezones from PHP's internal timezonedb (#1485592) 2012-01-04 12:47:50 +00:00
alecpl
a61ccea31a - Small fixes to r5662 2011-12-30 07:20:53 +00:00
alecpl
08ffd939a7 - Add separate pagesize setting for mail messages and contacts (#1488269) 2011-12-29 09:35:01 +00:00
alecpl
81c2ce9b7b - Remove some UI-specific one-liners from rcube_webmail object 2011-12-28 10:10:36 +00:00
alecpl
e2dfb5ebad - Fix handling of INBOX's subfolders in special folders config (#1488279) 2011-12-28 09:26:19 +00:00
alecpl
a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 2011-12-07 11:39:36 +00:00
alecpl
b6da0b76af - Remove deprecated global $IMAP variable usage (#1488148) 2011-12-07 10:41:15 +00:00
alecpl
7e263ea204 - Add option to set default font for HTML message (#1484137) 2011-12-07 09:35:29 +00:00
alecpl
e01e798517 - Fix action when toggling prefer_html option state 2011-11-22 13:32:44 +00:00
alecpl
710b1bd684 - Add option to skip alternative email addresses in autocompletion 2011-11-10 14:30:51 +00:00
alecpl
0324621797 - Fix JS error when dst_active checkbox doesn't exist (#1488133) 2011-10-23 13:13:10 +00:00
thomascube
e750d1b816 Restrict folders list to write-only in selectors for special folders and save-message-to option 2011-09-30 15:22:08 +00:00
thomascube
1cc9e210f5 Make date/time format user configurable; drop 'date_today' config option 2011-09-12 19:56:12 +00:00
alecpl
66df084203 - Merge devel-spellcheck branch:
- Added spellchecker exceptions dictionary (shared or per-user)
  - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-06 13:39:45 +00:00
alecpl
25e6a0f110 - Add rcube_imap::mailbox_info() 2011-06-23 17:43:44 +00:00
alecpl
67975b99ef - Improved namespace roots handling in folder manager 2011-06-17 08:03:07 +00:00
alecpl
1a034323fc - Add possibility to return subscription status and css class name for folder row from "folder_save" hook
- Fix folder preview frame state after folder creation
2011-06-15 13:21:49 +00:00
alecpl
1d5779b257 - Add option to force spellchecking before sending a message (#1485458) 2011-05-30 16:19:51 +00:00
alecpl
d734481983 - Added option to specify to which address book add new contacts 2011-05-27 11:22:56 +00:00
alecpl
254d5ef32b - Improve performence of folder manager operations by moving subscriptions table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser
- This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder)
2011-05-20 10:38:44 +00:00
alecpl
4bb7d27b54 - Removed focus_on_new_message option, added newmail_notify plugin 2011-05-19 09:54:09 +00:00
alecpl
bbce3edd61 - Add simple ACL rights/namespace handling in folder manager (display folder's namespace, modify edit form fields according to MYRIGHTS) 2011-02-28 17:59:13 +00:00
alecpl
e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 2011-02-03 13:58:07 +00:00
alecpl
b373fd4b3d - Fix setting timezone in Preferences (#1487705) 2011-01-19 13:43:56 +00:00
alecpl
68d2d54100 - Move action files map from index.php to steps' func.inc files 2011-01-16 19:42:40 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
alecpl
600bb156f7 - Use improved get_capability() syntax, saves CAPABILITY call in some cases 2011-01-04 11:16:54 +00:00
alecpl
eeb85f4257 - Add option to place replies in the folder of the message being replied to (#1485945) 2010-11-02 14:53:54 +00:00
alecpl
f22ea7ba18 - Support SMTP Delivery Status Notifications - RFC3461 (#1486142) 2010-10-07 08:52:05 +00:00
alecpl
868deb5dab - Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message (#1485840) 2010-10-06 17:15:38 +00:00
alecpl
6c6bb09b15 - Add mdn_request=4 2010-10-06 07:23:17 +00:00
alecpl
b3660bbdc3 - Add option to "Return receipt" will be always checked (1486352) 2010-09-29 12:58:23 +00:00
alecpl
a99968259d - Add option to automatically send read notifications for known senders (1485883) 2010-09-29 12:56:10 +00:00
alecpl
e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 2010-09-29 12:36:28 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
f8e8af7e7c - Settings block (fieldset) can have any content (not only a table with hardcoded structure) 2010-09-15 09:27:45 +00:00
alecpl
d11fb20061 - Added fieldsets in Identity form, added 'identity_form' hook 2010-09-02 10:51:23 +00:00
alecpl
e6ce0062f2 - Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings) 2010-07-30 06:34:02 +00:00
alecpl
b25dfd0913 - removed PHP closing tag 2010-06-23 09:55:08 +00:00
alecpl
54759ce120 - some improvements + added splitter in Identities 2010-06-09 11:17:45 +00:00
thomascube
bc4960108e Option not to mark messages as read when viewed in preview pane (#1485012) 2010-04-09 15:12:40 +00:00
alecpl
63ab02a9f2 - hide threads related prefs when threads are not supported by IMAP server
- performance: don't load folders list when we don't need it
2010-03-19 20:18:23 +00:00
thomascube
f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 2010-03-17 12:24:09 +00:00
alecpl
e55ab02682 - Add 'default_charset' option to user preferences (#1485451) 2010-03-05 12:05:05 +00:00