Commit Graph

177 Commits

Author SHA1 Message Date
thomascube
4d3f3b9a3f Mark message read when printing it (#1326452) 2008-02-20 13:57:40 +00:00
thomascube
e8f8fe9ed3 Allow to send mail with BCC recipients only + remove some unused vars 2008-02-19 23:59:38 +00:00
till
26973a1fc3 * addapted patch from #1484777 (Thanks ulysses.almeida) 2008-02-16 18:31:19 +00:00
thomascube
d24d208d1c Always use subject col when dragging messages 2008-02-13 07:43:33 +00:00
till
a265ab1a29 * implementing patch from #1484605 2008-02-13 05:33:41 +00:00
svncommit
66f12a4539 fix switching between HTML/plain composing (#1484752) 2008-02-13 03:31:05 +00:00
svncommit
2f93b031b2 condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
fix image removal in message display when message HTML includes JS event handlers
2008-02-13 02:51:05 +00:00
thomascube
a0ce2f0fa1 Make script cross browser compatible 2008-02-12 19:54:16 +00:00
thomascube
a8d23d82a2 Show message count in folder list and hint when creating a subfolder 2008-02-12 18:41:53 +00:00
thomascube
0b7cd3460c Ignore clicks from input elements and images 2008-02-12 18:22:47 +00:00
thomascube
b85bf8b3f4 Enable command for marking messages read/unread 2008-02-11 21:58:48 +00:00
till
6108988f2b * fixing bug i reported in #1484545 2008-02-11 19:49:48 +00:00
thomascube
320e15b32f Don't unselect and re-select a list row 2008-02-08 17:15:24 +00:00
thomascube
b155682d57 Also send search request when deleting a contact (#1484620) 2008-02-05 23:24:30 +00:00
thomascube
a02d486cc8 Applied patch to prevent from purging inbox (#1484449) + CSS hack for Safari 2008-02-05 22:56:29 +00:00
thomascube
e581e74153 Fix client side e-mail address check 2008-02-04 07:33:57 +00:00
svncommit
1f020b588c Remember search results (closes #1483883). 2008-01-31 14:34:50 +00:00
svncommit
4315b0086b added ability to insert attached images in HTML editor 2007-12-11 04:20:01 +00:00
svncommit
deb30262a7 upgrade TinyMCE version to latest 2007-12-10 16:33:50 +00:00
thomascube
fba1f5ab81 New class rcube_user + send message disposition notification 2007-12-10 15:27:19 +00:00
thomascube
d39eecad6d Remove some unused object properties 2007-12-10 15:24:33 +00:00
thomascube
f20cf0f171 Simplified email address check (fixes #1484679) 2007-11-30 17:20:16 +00:00
thomascube
1107480192 Only show new messages if they match the current search (#1484176) 2007-11-25 20:40:10 +00:00
thomascube
0aa430a97c Use UTF-8 folder name for renaming; don't use setAttribute but an object property 2007-10-28 14:13:33 +00:00
thomascube
a9dda59a65 Fix toggleselect of list widget 2007-10-20 17:49:01 +00:00
svncommit
3e71ab7a6c Fix moving folders to root, bug introduces when using row id's instead of folder names. 2007-10-19 14:04:43 +00:00
svncommit
68b6a9e8e4 - Enable single-selection toggling in JS list object
- Use row id's instead of folder names in folder renaming/moving
- Fix some smaller errors in folder renaming/moving
2007-10-19 12:24:04 +00:00
svncommit
b119e24154 Fix sorting after parent folder renaming. 2007-10-17 11:03:26 +00:00
svncommit
1f064bc16d Make sure the currently selected row is re-selected after re-initializing the folder list. 2007-10-17 09:42:50 +00:00
svncommit
d194267906 Clean up code overlap. 2007-10-17 09:17:01 +00:00
svncommit
1819704438 Make sure the _main_ window is focussed (closes #1484138). 2007-10-17 08:03:17 +00:00
svncommit
7c7cc18177 ... and unset selected folder name. 2007-10-17 07:59:07 +00:00
svncommit
1d1bc5da43 Clear folder selection when a protected folder is clicked. 2007-10-17 07:56:50 +00:00
svncommit
fdbb1916ef Unset folder selection after folder is deleted. 2007-10-15 10:05:21 +00:00
thomascube
480f5d9246 Suppress IE errors when clearing attachments form (#1484356) 2007-10-10 06:53:58 +00:00
thomascube
ee18f5f3d4 Fix compose screen on IE7 and re-enable buttons after list reload 2007-09-29 20:40:32 +00:00
svncommit
ca2b4ddfcc Remove unused code. 2007-09-27 14:37:19 +00:00
svncommit
65fb1a5771 When a folder is renamed, rename the children as well. 2007-09-27 07:40:30 +00:00
svncommit
120855f6df Remove unused array. 2007-09-27 07:35:42 +00:00
svncommit
492ba91415 Fix regular expression; folder name may contain special characters. 2007-09-27 07:32:56 +00:00
svncommit
41841bc098 When a folder is deleted, delete the children as well. 2007-09-27 07:31:40 +00:00
svncommit
69f17cfda1 Disable moving a folder to one of it's own children. 2007-09-27 07:21:56 +00:00
thomascube
f4f8c6cc65 Also select next contact after removing one 2007-09-26 16:47:42 +00:00
thomascube
b6265631f0 Select next message after removing one from list 2007-09-26 16:42:16 +00:00
svncommit
852440bd26 Remove unused events. 2007-09-26 10:41:06 +00:00
svncommit
f0db3d4cca Create new folder as child of selected folder. 2007-09-25 07:58:36 +00:00
svncommit
bdfb98977b Disable moving of default folders. 2007-09-25 07:52:16 +00:00
svncommit
b0dbf3ce3e Enable drag-/dropping of folders to a new parent folder, closes #1457344. 2007-09-25 07:33:37 +00:00
thomascube
4d0413dd89 Unlock interface when message sending fails (#1484570) 2007-09-19 06:48:18 +00:00
thomascube
5eee009671 Allow vars and PHP code in templates; improved page title; fixed #1484395 2007-09-19 06:29:28 +00:00