alecpl
9f9664338f
- Change reply prefix to display email address only if sender name doesn't exist ( #1486550 )
2010-09-30 08:30:46 +00:00
alecpl
b3660bbdc3
- Add option to "Return receipt" will be always checked (1486352)
2010-09-29 12:58:23 +00:00
alecpl
e99991996d
- Add Internationalized Domain Name (IDNA) support ( #1483894 )
2010-09-29 12:36:28 +00:00
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
2010-09-25 13:03:53 +00:00
alecpl
33dfdd891b
- Improve logic of signatures colorizing and truncating, introduce sig_max_lines option
2010-09-14 09:53:53 +00:00
alecpl
71f60cc9aa
- Re-add 'Close' button in upload form ( #1486930 , #1486823 )
2010-09-08 18:00:15 +00:00
alecpl
d37e1e25ff
- Change upload box form name (was the same as compose form)
2010-09-06 17:51:45 +00:00
alecpl
e6ce0062f2
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings)
2010-07-30 06:34:02 +00:00
thomascube
90e7080d28
Create Sent folder when composing a message ( #1486802 )
2010-07-17 15:23:31 +00:00
alecpl
087c7dc5d2
- Improved compose screen: resizable body and attachments list, vertical splitter, options menu
...
- Removed productname/version element, changed footer size to 20px
2010-06-29 19:27:26 +00:00
alecpl
b25dfd0913
- removed PHP closing tag
2010-06-23 09:55:08 +00:00
alecpl
8958d01311
- Fix: when From field is a first object in compose template form's hidden fields aren't added to the output
2010-06-18 06:50:55 +00:00
alecpl
d311d809d6
- Fix forwarding of messages with winmail attachments
...
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message
- Fix handling of uuencoded attachments in message body (#1485839 )
- Extend rc_mime_content_type() to work with string buffer
2010-05-28 09:38:41 +00:00
alecpl
8f2b463981
- handle properly inline images without content_id but with content_location
2010-05-27 14:08:48 +00:00
thomascube
6b6f2e83de
Display and send messages with format=flowed ( #1484370 ), fixes word wrapping issues ( #1486543 )
2010-05-20 21:28:30 +00:00
alecpl
021ef41737
- Fix duplicated attachments when forwarding a message ( #1486487 )
2010-05-20 07:56:33 +00:00
alecpl
677e1f26fe
- Some files from /bin + spellchecking actions moved to the new 'utils' task
2010-05-18 10:25:29 +00:00
alecpl
c287f34bd3
- Fix setting spellcheck languages with extended codes ( #1486605 )
2010-04-19 11:59:06 +00:00
thomascube
bc4960108e
Option not to mark messages as read when viewed in preview pane ( #1485012 )
2010-04-09 15:12:40 +00:00
thomascube
814905ca87
Let plugins modify the Sent folder when composing ( #1486548 )
2010-04-09 08:38:20 +00:00
alecpl
7a48e5539f
- Re-organize editor buttons, add blockquote and search buttons
...
- Make possible to write inside or after a quoted html message (#1485476 )
2010-03-28 17:52:34 +00:00
alecpl
ce467384e2
- Fix single space inserted on fwd/reply with top posting ( #1486532 )
2010-03-28 16:51:20 +00:00
alecpl
416bff5475
- Allow to override identity when composing a message ( #1486466 )
2010-03-23 10:01:32 +00:00
alecpl
b575fa9008
- Fix blocked.gif attachment is not attached to the message ( #1486516 )
2010-03-18 10:01:28 +00:00
alecpl
c16986be7f
- use popupmenu style for attachments upload form
...
- move .popupmenu style definition to common.css
2010-03-17 18:21:07 +00:00
thomascube
bc404ffd41
Save draft information in one header; finally fixes #1486203
2010-03-11 22:44:43 +00:00
alecpl
a4cf4577b1
- Fix forwarding message omits CC header ( #1486305 )
2010-03-11 14:05:13 +00:00
alecpl
5821ff5123
- Don't show a warning on html2text switch when textarea is empty
...
- Set properly select's value when html2text is aborted
2010-03-06 18:59:25 +00:00
thomascube
bbc8565e5a
Flag original messages after sending a draft ( #1486203 )
2010-03-04 08:17:04 +00:00
thomascube
a96183883d
Changed signature separator when top-posting ( #1486330 )
2010-03-04 07:39:53 +00:00
alecpl
3b1426a1e5
- lost fix for Attachment Excessive Memory Use issue ( #1484660 )
2010-02-15 07:07:20 +00:00
alecpl
3e8898ef60
- Fix external mailto links support for use as protocol handler ( #1486037 )
2010-02-10 08:29:45 +00:00
alecpl
b620493a4b
- Fix quoted text wrapping when replying to an HTML email in plain text ( #1484141 )
2010-02-05 11:35:11 +00:00
alecpl
9e63e28a80
- Fix top-post signature insert error in HTML forwarded message ( #1486366 )
2009-12-15 12:10:19 +00:00
alecpl
2717f9f68e
- use proper unicode cleanup for JSON, fixes #1486356
2009-12-11 16:53:54 +00:00
alecpl
8abe5485fd
- move compose_message_body hook to better place ( #1486353 )
2009-12-09 09:30:37 +00:00
alecpl
e5d60d69d4
- Use built-in json_encode() for proper JSON format in AJAX replies (and compat. with jQuery 1.4)
2009-12-09 08:18:47 +00:00
alecpl
ceeab9ed91
- Allow setting only selected params in 'message_compose' hook ( #1486312 )
2009-12-06 08:02:29 +00:00
alecpl
a82dcd420a
- Plugin API: added 'message_compose_body' hook ( #1486285 )
2009-12-05 19:10:41 +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
thomascube
01ffe03908
Hold attachment info in a js list in order to simplify things + codestyle
2009-10-06 06:55:08 +00:00
vbenincasa
3f97120cb1
- Added an alert message when uploading still in progress and the user tries to send the message
...
- Added the functionality to abort the upload process
- Changed the loading icon background to transparent, so it can be used in other templates easily
2009-10-04 08:16:20 +00:00
alecpl
ebf8726eea
- Added attachment upload indicator with parallel upload ( #1486058 )
2009-10-03 19:12:27 +00:00
vbenincasa
2b77e8daa7
- Provide some additional usability for attachments form with "mainaction" class and a slightly bigger file field (CSS width doesn't works with file field so we need to use "size" property)
2009-09-15 08:21:02 +00:00
alecpl
b48d9bf5d4
- Use faster/secure mt_rand() ( #1486094 )
2009-09-07 12:51:21 +00:00
alecpl
7df0e35210
- Check 'post_max_size' for upload max filesize ( #1486089 )
2009-09-05 07:47:07 +00:00
alecpl
80815d23e5
- Fix editor type doesn't match type of message body content ( #1486080 )
2009-09-03 06:49:00 +00:00
thomascube
76791cf3c9
Extend message_compose hook with the possibility to specify attachments
2009-08-12 11:42:12 +00:00
thomascube
75969686c2
Added 'message_compose' hook
2009-08-10 21:32:44 +00:00