summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/compose.inc
AgeCommit message (Collapse)Author
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-09- Improved Mail-Reply-To and Mail-Followup-To headers handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4328 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-08- Fix empty sender in reply prefix (#1487454)alec
git-svn-id: https://svn.roundcube.net/trunk@4319 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix last commitalec
git-svn-id: https://svn.roundcube.net/trunk@4236 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix handling of custom "_from" in sendmail (#1487132)alec
- Small fix in displaying Sender input field git-svn-id: https://svn.roundcube.net/trunk@4235 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-14- Fix hanling of HTML entity strings in plai text messagesalec
git-svn-id: https://svn.roundcube.net/trunk@4223 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-07- Add option for minimum length of autocomplete's string (#1486428)alec
git-svn-id: https://svn.roundcube.net/trunk@4190 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-05- Fix displaying long header names in message headers tablealec
- Fix translation labels names for Mail-Followup-to and Mail-Reply-To git-svn-id: https://svn.roundcube.net/trunk@4184 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-02- Add option to place replies in the folder of the message being replied to ↵alec
(#1485945) git-svn-id: https://svn.roundcube.net/trunk@4169 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-16- Fix: cannot access private property rcube_template::$appalec
git-svn-id: https://svn.roundcube.net/trunk@4098 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- Don't try to match identity on reply when user has only onealec
git-svn-id: https://svn.roundcube.net/trunk@4095 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- Fix setting identity when composing a draft or edited messagealec
git-svn-id: https://svn.roundcube.net/trunk@4080 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- Prevent from infinite redirect in case of broken session (#1487028)alec
git-svn-id: https://svn.roundcube.net/trunk@4079 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- Fix signature removal when replying in HTML to plain/text messagealec
git-svn-id: https://svn.roundcube.net/trunk@4077 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alec
git-svn-id: https://svn.roundcube.net/trunk@4059 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Make htmleditor option behaviour consistent, add option to use HTML on ↵alec
reply to HTML message (#1485840) git-svn-id: https://svn.roundcube.net/trunk@4054 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Add Reply-to-List feature (#1484252)alec
- Add Mail-Followup-To/Mail-Reply-To support (#1485547) git-svn-id: https://svn.roundcube.net/trunk@4032 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Change reply prefix to display email address only if sender name doesn't ↵alec
exist (#1486550) git-svn-id: https://svn.roundcube.net/trunk@4022 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add option to "Return receipt" will be always checked (1486352)alec
git-svn-id: https://svn.roundcube.net/trunk@4012 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-14- Improve logic of signatures colorizing and truncating, introduce ↵alec
sig_max_lines option git-svn-id: https://svn.roundcube.net/trunk@3963 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-08- Re-add 'Close' button in upload form (#1486930, #1486823)alec
git-svn-id: https://svn.roundcube.net/trunk@3949 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-06- Change upload box form name (was the same as compose form) alec
git-svn-id: https://svn.roundcube.net/trunk@3944 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alec
list (old names are supported without errors nor warnings) git-svn-id: https://svn.roundcube.net/trunk@3840 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-17Create Sent folder when composing a message (#1486802)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3817 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-29- Improved compose screen: resizable body and attachments list, vertical ↵alec
splitter, options menu - Removed productname/version element, changed footer size to 20px git-svn-id: https://svn.roundcube.net/trunk@3789 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-18- Fix: when From field is a first object in compose template form's hidden ↵alec
fields aren't added to the output git-svn-id: https://svn.roundcube.net/trunk@3758 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Fix forwarding of messages with winmail attachmentsalec
- 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 git-svn-id: https://svn.roundcube.net/trunk@3680 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-27- handle properly inline images without content_id but with content_locationalec
git-svn-id: https://svn.roundcube.net/trunk@3678 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20Display and send messages with format=flowed (#1484370), fixes word wrapping ↵thomasb
issues (#1486543) git-svn-id: https://svn.roundcube.net/trunk@3644 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20- Fix duplicated attachments when forwarding a message (#1486487)alec
git-svn-id: https://svn.roundcube.net/trunk@3640 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalec
git-svn-id: https://svn.roundcube.net/trunk@3627 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-19- Fix setting spellcheck languages with extended codes (#1486605)alec
git-svn-id: https://svn.roundcube.net/trunk@3502 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-09Option not to mark messages as read when viewed in preview pane (#1485012)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3479 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-09Let plugins modify the Sent folder when composing (#1486548)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3477 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-28- Re-organize editor buttons, add blockquote and search buttonsalec
- Make possible to write inside or after a quoted html message (#1485476) git-svn-id: https://svn.roundcube.net/trunk@3435 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-28- Fix single space inserted on fwd/reply with top posting (#1486532)alec
git-svn-id: https://svn.roundcube.net/trunk@3433 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-23- Allow to override identity when composing a message (#1486466)alec
git-svn-id: https://svn.roundcube.net/trunk@3403 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-18- Fix blocked.gif attachment is not attached to the message (#1486516)alec
git-svn-id: https://svn.roundcube.net/trunk@3377 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-17- use popupmenu style for attachments upload formalec
- move .popupmenu style definition to common.css git-svn-id: https://svn.roundcube.net/trunk@3375 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-11Save draft information in one header; finally fixes #1486203thomasb
git-svn-id: https://svn.roundcube.net/trunk@3353 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-11- Fix forwarding message omits CC header (#1486305)alec
git-svn-id: https://svn.roundcube.net/trunk@3351 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-06- Don't show a warning on html2text switch when textarea is emptyalec
- Set properly select's value when html2text is aborted git-svn-id: https://svn.roundcube.net/trunk@3334 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-04Flag original messages after sending a draft (#1486203)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3316 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-04Changed signature separator when top-posting (#1486330)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3315 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-15- lost fix for Attachment Excessive Memory Use issue (#1484660)alec
git-svn-id: https://svn.roundcube.net/trunk@3270 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-10- Fix external mailto links support for use as protocol handler (#1486037)alec
git-svn-id: https://svn.roundcube.net/trunk@3262 208e9e7b-5314-0410-a742-e7e81cd9613c