Commit Graph

86 Commits

Author SHA1 Message Date
thomascube
faf8766fd2 Save outgoing mail to selectable folder (#1324581) 2008-07-31 21:08:17 +00:00
thomascube
6d5dbae53c Prefer File_Info over mime_content_type + detect mime type when uploading + some code style 2008-07-25 15:13:15 +00:00
alecpl
59200ca922 -fixed attachments removing in draft mode 2008-07-18 15:44:19 +00:00
alecpl
b67bcc625d - fix for ldap_public value checking 2008-07-16 07:54:16 +00:00
thomascube
4dae735feb Flag original message as Forwarded when sending mail 2008-06-20 12:05:42 +00:00
thomascube
fde466c58c Urlencode mail recipients for storing in session + little code cleanup 2008-06-20 11:40:05 +00:00
thomascube
c719f3c1e0 Store compose parameters in session and redirect to a unique URL 2008-06-20 10:40:01 +00:00
alecpl
1bc48e3ee8 - Fixed forwarding messages with one HTML attachment (#1484442)
- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
2008-06-16 08:06:53 +00:00
alecpl
a0530a6ec0 - option to disable autocompletion from selected LDAP address books (#1484922 2008-06-08 18:17:09 +00:00
alecpl
e47aadcd99 #1485098 2008-06-02 17:44:02 +00:00
alecpl
027af30c7c -set iframe's border to 'none' for Konqueror 2008-05-26 09:48:09 +00:00
thomascube
8fa58e72a3 New class rcube_message representing a mail message; changed global $MESSAGE from array to object 2008-05-17 17:46:43 +00:00
alecpl
885ebb8da2 - added enctype for attachments form (#1485056) 2008-05-10 14:18:31 +00:00
thomascube
197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 2008-04-30 08:21:42 +00:00
alecpl
3dd0f25333 - don't use onchange to toggle editor because of IE bug 2008-04-16 08:27:58 +00:00
alecpl
e7d37ae987 - Decode entities when inserting HTML signature to plain text message (#1484990) 2008-04-16 07:22:35 +00:00
svncommit
8e5defd55f added language support to HTML editing (#1484862) 2008-04-16 03:59:45 +00:00
svncommit
d9344fc349 HTML editing fixes, upgrade to TinyMCE v3.0.6 2008-04-15 21:22:00 +00:00
alecpl
a63e10ee7d - removed strrstr() definition as it was needed only for php4 2008-04-14 10:11:50 +00:00
thomascube
47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 2008-04-12 13:54:45 +00:00
thomascube
0c6f4b8864 Better patch to correctly quote email recipient strings (from #1484191) 2008-03-21 13:29:12 +00:00
thomascube
17b5fb797f Add configurable default charset for message decoding 2008-03-21 11:45:46 +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
thomascube
ff08eed202 Also respect receipt and priority settings when re-opening a draft message 2008-02-02 20:30:01 +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
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
e4867ea740 Fix bugs #1484555, #1484646 and #1484639 2007-11-06 18:24:25 +00:00
svncommit
5349b78ad4 Update copyright notice 2007-10-03 00:13:32 +00:00
thomascube
bd4209e209 Ensure XHTML validation 2007-09-09 17:45:24 +00:00
thomascube
8d07583f39 Use HTTP-POST requests for actions that change application state 2007-05-18 11:29:25 +00:00
thomascube
f1154163b0 Merged branch devel-addressbook from r443 back to trunk 2007-04-28 18:07:12 +00:00
thomascube
3cf664939b Minor bugfixes posted to the dev-mailing list 2007-03-21 09:56:49 +00:00
thomascube
5cc4b13a0c Correctly parse message/rfc822; fixed html2text conversion; code cleanup 2007-03-19 22:36:24 +00:00
svncommit
e17702395e fixed check for selected value in value array in rcube_shared::select 2007-02-26 06:51:39 +00:00
svncommit
789eba3a2d minor code fixes 2007-02-22 03:54:03 +00:00
thomascube
86df1529fe Error handling for attachment uploads; multibyte-safe string functions; XSS improvements 2006-12-29 21:06:39 +00:00
thomascube
2bca6e1da0 New (strict) quoting for all kind of strings 2006-12-20 14:06:33 +00:00
svncommit
4627992b13 Save Bcc recipients in draft message. 2006-12-20 09:39:09 +00:00
svncommit
b500b48818 small patch to fix editor switching 2006-12-14 05:33:29 +00:00
svncommit
dd792e8253 fixed signature issues 2006-12-03 22:32:16 +00:00
thomascube
03ac2132e2 Fixed encoding issues and delete-on-reply problem 2006-11-09 18:55:54 +00:00
svncommit
6b1fc027cb Fixed editor selector labels, added TinyMCE spellchecker to editor configuration 2006-09-27 05:18:55 +00:00
svncommit
19bef0eaf7 code cleanup of HTML editing capability (round 1) 2006-09-16 22:58:51 +00:00
svncommit
380aed9422 fixed typo in editor_init call. 2006-09-14 03:52:19 +00:00
svncommit
a0109c4933 Initial TinyMCE editor support (still need to work on spellcheck and skins) 2006-09-14 03:49:28 +00:00
thomascube
70d4b9a5dc Fixed safe_mode issues 2006-09-08 12:03:22 +00:00