Commit Graph

269 Commits

Author SHA1 Message Date
till
5998438b08 * committed patch from #1484775 2008-02-14 23:49:30 +00:00
svncommit
356f749952 Fix for XSS vulnerability (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455840), thanks to Vincent Bernat. 2008-02-14 08:28:41 +00:00
till
734584e2fe * mime_content_type() is unavailable in PHP5 and breaks sending emails with attachments
* implemented rc_mime_content_type() with file_info-failover
* added svn:ignore for phpinfo.php ;-)
2008-02-14 01:33:02 +00:00
thomascube
d24d208d1c Always use subject col when dragging messages 2008-02-13 07:43:33 +00:00
till
75f0a73889 * fixing mimetype issue from #1484062 2008-02-13 05:13:19 +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
a8d23d82a2 Show message count in folder list and hint when creating a subfolder 2008-02-12 18:41:53 +00:00
thomascube
ddbdb8516b Fix caching issue 2008-02-11 23:07:44 +00:00
thomascube
29bee0a4ac Bring back missing download link for attachments 2008-02-11 22:39:29 +00:00
till
c3c0fb7149 * fixing bug #1484673 2008-02-11 17:39:31 +00:00
till
8ecb0e8fb9 * fixing bug (1 attachment gets cut off when you have no text in a draft) -> see #1484673 2008-02-11 17:28:02 +00:00
till
e3a0af34d5 * fixing #1484494 (people can delete the last identity otherwise)
* FOR TRANSLATERS: introducing new message
2008-02-10 17:08:40 +00:00
thomascube
b89d5a816b Fix ugly type as suggested in #1484760 2008-02-08 15:13:12 +00:00
till
606fc01355 * committing patch from #1484759 2008-02-07 23:09:26 +00:00
thomascube
6f2f2d0ffd Truncate attachment filenames to 55 characters (#1484757) and fix misspelled function name 2008-02-07 07:50:37 +00:00
thomascube
6726f0c369 Remember decision to display images for a certain message during session (#1484754) 2008-02-06 07:41:11 +00:00
thomascube
c08b7347c1 Applied patch to prevent bad header delimiters (#1484751) 2008-02-05 23:34:18 +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
cf1f0f97b2 Applied patch for updating page title (#1484727, #1484650) 2008-02-05 21:39:08 +00:00
thomascube
0ea884099a Make sending of read receipts configurable 2008-02-04 17:39:06 +00:00
till
9f5bd376b4 * fixed another instance of preg_quote() (thanks Sean N. Heukels) 2008-02-02 23:26:17 +00:00
thomascube
ff08eed202 Also respect receipt and priority settings when re-opening a draft message 2008-02-02 20:30:01 +00:00
thomascube
df0da2e059 Simplified fix for remembering searches when viewing message + Don't ask for MDN confirmations on drafted messages (#1484691) 2008-02-02 19:41:32 +00:00
till
fa0152c21a * fixed #1484738 2008-02-02 17:22:36 +00:00
till
d75921732b * oops, fixed a parse error (which i just comitted) >:( 2008-02-02 02:40:37 +00:00
till
148e7bdf24 * added an additional check so not everyone "attempts" ldap search if this is not configured (compose.patch did not contain this) 2008-02-02 02:38:37 +00:00
till
c658edbc0f * compose.patch from #1483899 2008-02-02 02:33:01 +00:00
svncommit
1f020b588c Remember search results (closes #1483883). 2008-01-31 14:34:50 +00:00
svncommit
28f49e03f7 Add Received header to outgoing mail. 2007-12-13 12:49:28 +00:00
thomascube
7db228aa9d Regard mdn flag in etag for caching 2007-12-13 08:22:58 +00:00
svncommit
4315b0086b added ability to insert attached images in HTML editor 2007-12-11 04:20:01 +00:00
thomascube
fba1f5ab81 New class rcube_user + send message disposition notification 2007-12-10 15:27:19 +00:00
thomascube
ed54070eb5 Track message disposition notification flag and headers 2007-11-29 14:17:32 +00:00
thomascube
1107480192 Only show new messages if they match the current search (#1484176) 2007-11-25 20:40:10 +00:00
thomascube
d5342aabcf More input sanitizing 2007-11-25 19:45:38 +00:00
thomascube
c579961899 Fixed some potential security risks + updatedd changelog 2007-11-25 17:34:19 +00:00
thomascube
82cd5cdbfc Fix overriding of session vars when register_globals is on (#1484670) 2007-11-25 15:38:32 +00:00
thomascube
a9cc52b163 Correctly decode attachments when downloading them (fixes #1484645) 2007-11-07 07:34:22 +00:00
thomascube
e4867ea740 Fix bugs #1484555, #1484646 and #1484639 2007-11-06 18:24:25 +00:00
thomascube
a08a60e974 Also remove unclosed script tags (fixes XSS vulnerability) 2007-11-01 09:51:14 +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
thomascube
142e5f8f92 Fixed syntax typo 2007-10-18 09:10:35 +00:00
thomascube
ecd2e79614 Make message listing less error prone 2007-10-17 06:50:28 +00:00
svncommit
c685105ef2 After renaming/moving a folder, rename/move the children as well. 2007-10-15 10:05:45 +00:00
svncommit
97a6566438 When a parent folder is deleted, delete the children immediately, instead of one-by-one as r833 did. 2007-10-15 09:17:08 +00:00
thomascube
9490b7b7f2 Use object method to get imap hierarchy delimiter 2007-10-04 07:48:43 +00:00
svncommit
5349b78ad4 Update copyright notice 2007-10-03 00:13:32 +00:00
thomascube
9a3567a28c Fix of the better fix of the bugfix :-) 2007-10-02 08:42:18 +00:00
thomascube
c3ab87b6df Better fix for messaage reloading after moving 2007-10-02 08:25:48 +00:00
thomascube
51e14a1fd9 Fix loading of next messages after moving/deleting (#1484307) 2007-10-02 06:59:08 +00:00