Commit Graph

122 Commits

Author SHA1 Message Date
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
thomascube
d859b0ca1f allow reply to yourself only in To field 2008-12-16 17:01:50 +00:00
thomascube
8e98f21ffc Add empty paragraph after html reply block in order to write below + fix indentation 2008-12-16 16:18:56 +00:00
alecpl
133bb07f78 - performance: skip imap connection for attachments actions
- created attachments.inc file for attachment upload, remove and display actions
2008-12-05 07:38:54 +00:00
thomascube
2c8e84c1e5 Do serverside addressbook queries for autocompletion (#1485531) + make autocompletion list clickable 2008-11-23 12:38:44 +00:00
alecpl
300fc65a46 - Better HTML entities conversion in html2text (#1485519) 2008-11-20 10:29:34 +00:00
alecpl
3e20c4b31d - fix default spellcheck language setting (#1485570) 2008-11-19 08:30:28 +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
7f63946719 - #1485499: make email address comparision case insensitive
- support multibyte characters in in_array_nocase()
2008-10-20 09:18:52 +00:00
alecpl
19c9d396df - wrap also prefix line in reply body 2008-10-18 07:01:37 +00:00
alecpl
2b180b1cce #1485494: fixed signatures removal on reply 2008-10-13 07:05:31 +00:00
alecpl
70087c52bc - don't set border=0 for images (use css for that) 2008-10-09 11:14:56 +00:00
alecpl
6eb858606e - Fix matching case sensitivity when setting identity on reply (#1485480)
- Prefer default identity on reply
2008-10-09 10:17:31 +00:00
alecpl
27a12edcd9 - #1485475: don't use 4th argument of htmlspecialchars() 2008-10-07 11:03:38 +00:00
alecpl
2727053c61 - #1485471: fix drafts saving 2008-10-07 06:24:18 +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
cf6a833c95 - fix "Back to message list" button (#1485440) 2008-10-03 06:36:35 +00:00
alecpl
fd51e0fea5 - Better handling of "no identity" and "no email in identity" situations (#1485117) 2008-10-01 14:57:43 +00:00
alecpl
e2c610ebfa - use more 'html' class 2008-09-21 07:33:38 +00:00
alecpl
c17dc6aa31 #1485385: fix missing close form tag 2008-09-20 17:21:15 +00:00
alecpl
5758b9b32a - Added Reply-To to forwarded emails (#1485315) 2008-09-16 18:55:04 +00:00
alecpl
491a6e2901 - Allow and use spellcheck attribute for input/textarea fields (#1485060) 2008-09-16 13:58:17 +00:00
alecpl
2f746dcd68 - Fix inline images handling when replying/forwarding html messages 2008-09-16 12:53:19 +00:00
alecpl
81b573d98a - Reduced memory footprint when forwarding attachments (#1485345)
- Fixed endless loop in iil_C_HandlePartBody()
- rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part()
2008-09-16 08:49:28 +00:00
alecpl
a81be1b534 -small folder names abbreviation fixes 2008-09-14 12:47:00 +00:00
alecpl
51f55bd6d2 #1485337: fill recipient on reply to address of yourself (if there's only one address found in message) 2008-09-13 13:26:34 +00:00
thomascube
ccd63c5591 Don't wrap worwarded text; better wrap reply message text 2008-09-06 16:41:43 +00:00
thomascube
5f314dafe9 Correctly handle options in mailto-links (#1485228) 2008-09-05 11:38:09 +00:00
thomascube
8beee1b568 Indicate allowed max. attachment size in compose screen (#1485030) 2008-09-05 10:26:10 +00:00
svncommit
8c0b9edb51 change to double-escape to get through TinyMCE's cleanup #1484904 2008-08-21 13:09:08 +00:00
svncommit
c1cd53fd80 escape html entities in forward/reply headers #1484904 2008-08-21 12:38:10 +00:00
alecpl
687009eee0 - typo 2008-08-21 07:57:25 +00:00
alecpl
95fd38e214 #1485288: read In-Reply-To and References when composing saved draft 2008-08-21 07:56:00 +00:00
thomascube
326f3d9130 Set defaults for 'spellcheck_languages' and make sure the user language is set correctly 2008-08-18 12:00:05 +00:00
thomascube
4ca10b8d51 Enable spellchecker for HTML editor 2008-08-15 21:47:31 +00:00
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