Commit Graph

218 Commits

Author SHA1 Message Date
alecpl
da142bb598 - Replying to a sent message puts the old recipient as the new recipient (#1487074)
- Set compose header fields before skin objects' functions are being used, don't depend on the order of fields
2011-02-15 10:09:14 +00:00
alecpl
e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 2011-02-03 13:58:07 +00:00
thomascube
8c57f5977d Don't decode already decoded from header 2011-02-02 18:36:16 +00:00
thomascube
0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 2011-01-18 18:00:57 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
alecpl
3ee5a7200a - Improved Mail-Reply-To and Mail-Followup-To headers handling 2010-12-09 19:10:44 +00:00
alecpl
72b807aa6a - Fix empty sender in reply prefix (#1487454) 2010-12-08 07:36:26 +00:00
alecpl
cc5ae9e337 - Fix last commit 2010-11-19 09:45:05 +00:00
alecpl
d2b8840a0e - Fix handling of custom "_from" in sendmail (#1487132)
- Small fix in displaying Sender input field
2010-11-19 08:45:19 +00:00
alecpl
6084d782f2 - Fix hanling of HTML entity strings in plai text messages 2010-11-14 11:35:38 +00:00
alecpl
c296b810bc - Add option for minimum length of autocomplete's string (#1486428) 2010-11-07 08:36:52 +00:00
alecpl
cb105aa9f1 - Fix displaying long header names in message headers table
- Fix translation labels names for Mail-Followup-to and Mail-Reply-To
2010-11-05 11:01:15 +00:00
alecpl
eeb85f4257 - Add option to place replies in the folder of the message being replied to (#1485945) 2010-11-02 14:53:54 +00:00
alecpl
bde4219e0d - Fix: cannot access private property rcube_template::$app 2010-10-16 06:17:41 +00:00
alecpl
bd2e33f5f9 - Don't try to match identity on reply when user has only one 2010-10-14 17:33:11 +00:00
alecpl
663534468c - Fix setting identity when composing a draft or edited message 2010-10-12 18:21:57 +00:00
alecpl
ace851722e - Prevent from infinite redirect in case of broken session (#1487028) 2010-10-12 18:03:02 +00:00
alecpl
ba12c76300 - Fix signature removal when replying in HTML to plain/text message 2010-10-12 08:56:46 +00:00
alecpl
f22ea7ba18 - Support SMTP Delivery Status Notifications - RFC3461 (#1486142) 2010-10-07 08:52:05 +00:00
alecpl
868deb5dab - Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message (#1485840) 2010-10-06 17:15:38 +00:00
alecpl
e25a357d95 - Add Reply-to-List feature (#1484252)
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
2010-10-04 12:27:06 +00:00
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