Commit Graph

168 Commits

Author SHA1 Message Date
alecpl
47ad83f337 - Added force_7bit option to force MIME encoding of plain/text messages (#1486510) 2010-03-02 13:08:12 +00:00
thomascube
47d8d39cf4 Use rcmail::imap_connect() to establish IMAP connections; always initialize rcube_imap object in mail steps 2010-02-21 16:44:39 +00:00
alecpl
90b1cb2efc - Fix displaying of hidden directories in skins list (#1486301)
- Fix open_basedir restriction error when reading skins list (#1486304)
2009-11-17 19:33:23 +00:00
thomascube
655bd9ade2 Cleanup top-posting feature (sorry, there are again some new texts) 2009-11-03 09:58:14 +00:00
thomascube
0207c45c90 More options for top posting feature (#1484272) using patch from Phil Weir 2009-11-02 09:58:14 +00:00
alecpl
50f56d2046 - top posting (#1484272) 2009-11-02 08:31:29 +00:00
alecpl
49771b1039 - Don't display disabled sections in Settings (#1486099) 2009-10-23 18:11:41 +00:00
alecpl
93a88c95b7 - Prevent from setting INBOX as any of special folders (#1486114) 2009-09-23 19:01:53 +00:00
alecpl
1cead0cbf4 - sorting by message index - added 'index_sort' option (#1485936) 2009-09-23 12:32:09 +00:00
thomascube
141c9e732d Reload settings page if language was changed 2009-08-27 06:18:54 +00:00
alecpl
f05834857c - Re-designed User Preferences interface 2009-08-03 18:27:53 +00:00
alecpl
e54bb72d30 - Added 'display_next' option 2009-07-31 09:07:54 +00:00
thomascube
2a5d02ab8e Also protect GET request from CSRF 2009-07-21 16:13:42 +00:00
thomascube
5499336fef Use global request tokens and automatically protect all POST requests 2009-07-21 16:02:33 +00:00
thomascube
57f0c81f2c Use request tokens to protect POST requests from CSFR 2009-07-15 09:49:35 +00:00
thomascube
3ca3bd467a Add plugin hooks 'smtp_connect' and 'list_identities' (#1485954, #1485958) 2009-07-03 13:02:48 +00:00
alecpl
5d4ac46c1b - Add 1 minute interval in autosave options (#1485854) 2009-05-21 12:59:19 +00:00
alecpl
a5897a3e38 - Support UTF-7 encoding in messages (#1485832) 2009-05-20 09:55:15 +00:00
thomascube
f879f4e2f8 Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation 2009-05-14 19:26:34 +00:00
thomascube
69f18a09ae Add plugin hooks for creating/saving/deleting identities and contacts 2009-05-01 19:04:26 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
82c45a1952 - clean up, use simpler _get_email() replacement 2009-04-10 08:16:41 +00:00
alecpl
cbf1f3cfaa - Fixed creation of folders with '&' sign in name (reverted r1357) 2009-01-23 10:29:51 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
yllar
55ef334b1e #1485658 2008-12-31 17:52:55 +00:00
alecpl
0456f83bcc #1485567: fix virtual folders names 2008-12-18 17:51:50 +00:00
thomascube
35c31ed638 Group settings boxes together in floating blocks for better layout 2008-12-16 19:05:50 +00:00
alecpl
de2e0bfeb8 #1485439: style fixes for IE6,7 2008-12-09 17:44:45 +00:00
alecpl
2a41355776 - Added 'show_images' option, removed 'addrbook_show_images' (#1485597) 2008-12-04 10:21:34 +00:00
thomascube
2fd975071a Option to check for new mails in all folders (#1484374) 2008-11-28 19:03:24 +00:00
alecpl
b8ae5093cc - Fix HTML editor initialization on IE (#1485304)
- move back toggle_editor function to editor.js
- merge identity and compose editor init functions
2008-11-05 10:19:44 +00:00
alecpl
79af0bb1ba - Add warning when switching editor mode from html to plain (#1485488)
- Unified editor switching functions
2008-11-03 14:26:23 +00:00
alecpl
7f59c01a45 #1485511: better handling for editing non-existing identities 2008-11-03 12:16:15 +00:00
alecpl
95d90f86d9 - Added 'keep_alive' and 'min_keep_alive' options (#1485360) 2008-10-26 17:06:23 +00:00
alecpl
1971ddc1dd - last commit fix 2008-10-24 08:30:52 +00:00
alecpl
ccd04868e0 - Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-24 08:10:10 +00:00
alecpl
ec01712a99 - Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-24 07:57:21 +00:00
alecpl
06343d189e - Added option focus_on_new_message (#1485374) 2008-10-22 17:41:22 +00:00
alecpl
407dcf9e71 - Fix html signature formatting when identity save error occured (#1485426) 2008-10-18 10:56:11 +00:00
alecpl
701b9a7c6b - Add feedback and set busy when moving folder (#1485497) 2008-10-15 17:27:52 +00:00
alecpl
70087c52bc - don't set border=0 for images (use css for that) 2008-10-09 11:14:56 +00:00
alecpl
112c9133bb - removed deprecated rcube_add_label() and all uses
- code for 'show' action added in r1937 moved to show.inc
2008-10-05 07:18:15 +00:00
alecpl
9b3d7f743f - Add 'skip_deleted' option in User Preferences (#1485445) 2008-10-03 13:09:25 +00:00
alecpl
ffae15e5fc - Added 'mime_param_folding' option with possibility to choose
long/non-ascii attachment names encoding eg. to be readable
  in MS Outlook/OE (#1485320)
- Added "advanced options" feature in User Preferences
2008-09-29 07:38:16 +00:00
alecpl
7315902cb2 #1485405: typo 2008-09-24 09:13:54 +00:00
alecpl
e98809ae55 - allow to enable/disable configuration for only some of special folders 2008-09-22 12:33:28 +00:00
alecpl
cc669e3727 - read current language from rcube_user object (config may contains 'pl', but user 'pl_PL') 2008-09-22 09:53:39 +00:00
thomascube
95fcc33472 Separate method to create iframe tags (with a list of allowed attributes) 2008-09-21 10:18:28 +00:00
alecpl
e2c610ebfa - use more 'html' class 2008-09-21 07:33:38 +00:00
alecpl
106d057f84 - allow signature textarea size setting from skin + use cols=60 2008-09-20 07:56:24 +00:00