summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/compose.inc
AgeCommit message (Collapse)Author
2008-11-05- Fix HTML editor initialization on IE (#1485304)alec
- move back toggle_editor function to editor.js - merge identity and compose editor init functions git-svn-id: https://svn.roundcube.net/trunk@2040 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-03- Add warning when switching editor mode from html to plain (#1485488)alec
- Unified editor switching functions git-svn-id: https://svn.roundcube.net/trunk@2035 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-20- #1485499: make email address comparision case insensitivealec
- support multibyte characters in in_array_nocase() git-svn-id: https://svn.roundcube.net/trunk@1995 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-18- wrap also prefix line in reply bodyalec
git-svn-id: https://svn.roundcube.net/trunk@1985 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-13#1485494: fixed signatures removal on replyalec
git-svn-id: https://svn.roundcube.net/trunk@1974 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-09- don't set border=0 for images (use css for that)alec
git-svn-id: https://svn.roundcube.net/trunk@1967 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-09- Fix matching case sensitivity when setting identity on reply (#1485480)alec
- Prefer default identity on reply git-svn-id: https://svn.roundcube.net/trunk@1965 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-07- #1485475: don't use 4th argument of htmlspecialchars()alec
git-svn-id: https://svn.roundcube.net/trunk@1951 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-07- #1485471: fix drafts savingalec
git-svn-id: https://svn.roundcube.net/trunk@1949 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-05- removed deprecated rcube_add_label() and all usesalec
- code for 'show' action added in r1937 moved to show.inc git-svn-id: https://svn.roundcube.net/trunk@1939 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03- fix "Back to message list" button (#1485440)alec
git-svn-id: https://svn.roundcube.net/trunk@1925 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-01- Better handling of "no identity" and "no email in identity" situations ↵alec
(#1485117) git-svn-id: https://svn.roundcube.net/trunk@1908 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21- use more 'html' classalec
git-svn-id: https://svn.roundcube.net/trunk@1870 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-20#1485385: fix missing close form tagalec
git-svn-id: https://svn.roundcube.net/trunk@1865 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Added Reply-To to forwarded emails (#1485315)alec
git-svn-id: https://svn.roundcube.net/trunk@1808 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Allow and use spellcheck attribute for input/textarea fields (#1485060)alec
git-svn-id: https://svn.roundcube.net/trunk@1806 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Fix inline images handling when replying/forwarding html messagesalec
git-svn-id: https://svn.roundcube.net/trunk@1803 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alec
- Fixed endless loop in iil_C_HandlePartBody() - rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part() git-svn-id: https://svn.roundcube.net/trunk@1800 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-14-small folder names abbreviation fixesalec
git-svn-id: https://svn.roundcube.net/trunk@1792 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-13#1485337: fill recipient on reply to address of yourself (if there's only ↵alec
one address found in message) git-svn-id: https://svn.roundcube.net/trunk@1782 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-06Don't wrap worwarded text; better wrap reply message textthomasb
git-svn-id: https://svn.roundcube.net/trunk@1751 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Correctly handle options in mailto-links (#1485228)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1747 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Indicate allowed max. attachment size in compose screen (#1485030)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1741 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21change to double-escape to get through TinyMCE's cleanup #1484904estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1668 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21escape html entities in forward/reply headers #1484904estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1667 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21- typoalec
git-svn-id: https://svn.roundcube.net/trunk@1666 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21#1485288: read In-Reply-To and References when composing saved draftalec
git-svn-id: https://svn.roundcube.net/trunk@1665 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-18Set defaults for 'spellcheck_languages' and make sure the user language is ↵thomasb
set correctly git-svn-id: https://svn.roundcube.net/trunk@1655 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Enable spellchecker for HTML editorthomasb
git-svn-id: https://svn.roundcube.net/trunk@1651 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Save outgoing mail to selectable folder (#1324581)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1621 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-25Prefer File_Info over mime_content_type + detect mime type when uploading + ↵thomasb
some code style git-svn-id: https://svn.roundcube.net/trunk@1610 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-18-fixed attachments removing in draft mode alec
git-svn-id: https://svn.roundcube.net/trunk@1597 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-16- fix for ldap_public value checkingalec
git-svn-id: https://svn.roundcube.net/trunk@1592 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Flag original message as Forwarded when sending mailthomasb
git-svn-id: https://svn.roundcube.net/trunk@1565 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Urlencode mail recipients for storing in session + little code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1564 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Store compose parameters in session and redirect to a unique URLthomasb
git-svn-id: https://svn.roundcube.net/trunk@1562 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-16- Fixed forwarding messages with one HTML attachment (#1484442)alec
- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914) git-svn-id: https://svn.roundcube.net/trunk@1551 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-08- option to disable autocompletion from selected LDAP address books (#1484922alec
git-svn-id: https://svn.roundcube.net/trunk@1493 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-02#1485098alec
git-svn-id: https://svn.roundcube.net/trunk@1465 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-26-set iframe's border to 'none' for Konqueroralec
git-svn-id: https://svn.roundcube.net/trunk@1423 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomasb
from array to object git-svn-id: https://svn.roundcube.net/trunk@1400 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-10- added enctype for attachments form (#1485056)alec
git-svn-id: https://svn.roundcube.net/trunk@1371 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomasb
global vars git-svn-id: https://svn.roundcube.net/trunk@1344 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-16- don't use onchange to toggle editor because of IE bugalec
git-svn-id: https://svn.roundcube.net/trunk@1315 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-16- Decode entities when inserting HTML signature to plain text message (#1484990)alec
git-svn-id: https://svn.roundcube.net/trunk@1312 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-16added language support to HTML editing (#1484862)estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1310 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-15HTML editing fixes, upgrade to TinyMCE v3.0.6estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1308 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-14- removed strrstr() definition as it was needed only for php4alec
git-svn-id: https://svn.roundcube.net/trunk@1301 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-21Better patch to correctly quote email recipient strings (from #1484191)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1201 208e9e7b-5314-0410-a742-e7e81cd9613c