summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/compose.inc
AgeCommit message (Collapse)Author
2010-02-05- Fix quoted text wrapping when replying to an HTML email in plain text ↵alec
(#1484141) git-svn-id: https://svn.roundcube.net/trunk@3250 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-15- Fix top-post signature insert error in HTML forwarded message (#1486366)alec
git-svn-id: https://svn.roundcube.net/trunk@3183 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-11- use proper unicode cleanup for JSON, fixes #1486356alec
git-svn-id: https://svn.roundcube.net/trunk@3175 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-09- move compose_message_body hook to better place (#1486353)alec
git-svn-id: https://svn.roundcube.net/trunk@3172 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-09- Use built-in json_encode() for proper JSON format in AJAX replies (and ↵alec
compat. with jQuery 1.4) git-svn-id: https://svn.roundcube.net/trunk@3170 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-06- Allow setting only selected params in 'message_compose' hook (#1486312)alec
git-svn-id: https://svn.roundcube.net/trunk@3166 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-05- Plugin API: added 'message_compose_body' hook (#1486285)alec
git-svn-id: https://svn.roundcube.net/trunk@3165 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-02More options for top posting feature (#1484272) using patch from Phil Weirthomasb
git-svn-id: https://svn.roundcube.net/trunk@3089 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-02- top posting (#1484272)alec
git-svn-id: https://svn.roundcube.net/trunk@3087 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-06Hold attachment info in a js list in order to simplify things + codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@3021 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-04- Added an alert message when uploading still in progress and the user tries ↵netbit
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 git-svn-id: https://svn.roundcube.net/trunk@3015 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-03- Added attachment upload indicator with parallel upload (#1486058)alec
git-svn-id: https://svn.roundcube.net/trunk@3011 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-15- Provide some additional usability for attachments form with "mainaction" ↵netbit
class and a slightly bigger file field (CSS width doesn't works with file field so we need to use "size" property) git-svn-id: https://svn.roundcube.net/trunk@2956 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-07- Use faster/secure mt_rand() (#1486094)alec
git-svn-id: https://svn.roundcube.net/trunk@2932 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-05- Check 'post_max_size' for upload max filesize (#1486089)alec
git-svn-id: https://svn.roundcube.net/trunk@2926 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-03- Fix editor type doesn't match type of message body content (#1486080)alec
git-svn-id: https://svn.roundcube.net/trunk@2909 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-12Extend message_compose hook with the possibility to specify attachmentsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2856 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-10Added 'message_compose' hookthomasb
git-svn-id: https://svn.roundcube.net/trunk@2852 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-23- performance fix: don't check mbstring functions existence too oftenalec
git-svn-id: https://svn.roundcube.net/trunk@2788 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-23- removed hardcoded 'compose-body' identifier (#1485996)alec
git-svn-id: https://svn.roundcube.net/trunk@2787 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-19- cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@2768 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-19- cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@2767 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-19- handle big attachments with file pointers to not exceed memory_limit in ↵alec
rcmail_save_attachment() git-svn-id: https://svn.roundcube.net/trunk@2766 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-10Fix compose step: correctly choose html mode and attachments when in draft ↵thomasb
or edit mode git-svn-id: https://svn.roundcube.net/trunk@2731 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-15- fix delete icon on attachment list (#1485921)alec
git-svn-id: https://svn.roundcube.net/trunk@2646 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-11- re-set 'prefer_html' to have possibility to use html part for composealec
git-svn-id: https://svn.roundcube.net/trunk@2640 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-11- Added message Edit feature (#1483891, #1484440) - need iconalec
git-svn-id: https://svn.roundcube.net/trunk@2639 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-09Change rcube_user::list_identities() to return an array instead of a sql-resultthomasb
git-svn-id: https://svn.roundcube.net/trunk@2627 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-29Better icon for deleting folders + remove hard-coded icon paththomasb
git-svn-id: https://svn.roundcube.net/trunk@2567 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-28- simplified attachments handling on reply/forward/draft compose (possible ↵alec
regressions) - also fix #1485847 git-svn-id: https://svn.roundcube.net/trunk@2556 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-19- don't use 4th argument in htmlspecialchars (#1485475)alec
git-svn-id: https://svn.roundcube.net/trunk@2502 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-15- Fix Answered/Forwarded flag setting for messages from subfoldersalec
git-svn-id: https://svn.roundcube.net/trunk@2487 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-06- Fix html editor mode setting when reopening draft message (#1485834)alec
git-svn-id: https://svn.roundcube.net/trunk@2458 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-04- ereg -> pregalec
git-svn-id: https://svn.roundcube.net/trunk@2453 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-01- jQuery'fied GoogieSpell 4.0 + some changes in composealec
git-svn-id: https://svn.roundcube.net/trunk@2443 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-27- fix attachment mimetype setting after uploadalec
- move style of delete button in attachment-list to mail.css file git-svn-id: https://svn.roundcube.net/trunk@2431 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-24- Fix message normal priority problem (#1485820)alec
git-svn-id: https://svn.roundcube.net/trunk@2425 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-21- support _nosig param in compose URL (#1485604)alec
git-svn-id: https://svn.roundcube.net/trunk@2409 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-30- Fix incorrect word wrapping in outgoing plaintext multibyte messages ↵alec
(#1485714) - Fix double footer in HTML message with embedded images git-svn-id: https://svn.roundcube.net/trunk@2368 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-27- typoalec
git-svn-id: https://svn.roundcube.net/trunk@2364 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-26Select drafts mailbox when opening a draft messagethomasb
git-svn-id: https://svn.roundcube.net/trunk@2362 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-18- Fix html body washing on reply/forward + fix attachments handling (#1485676)alec
git-svn-id: https://svn.roundcube.net/trunk@2301 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-16allow reply to yourself only in To fieldthomasb
git-svn-id: https://svn.roundcube.net/trunk@2161 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-16Add empty paragraph after html reply block in order to write below + fix ↵thomasb
indentation git-svn-id: https://svn.roundcube.net/trunk@2158 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-05- performance: skip imap connection for attachments actionsalec
- created attachments.inc file for attachment upload, remove and display actions git-svn-id: https://svn.roundcube.net/trunk@2121 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-23Do serverside addressbook queries for autocompletion (#1485531) + make ↵thomasb
autocompletion list clickable git-svn-id: https://svn.roundcube.net/trunk@2081 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-20- Better HTML entities conversion in html2text (#1485519)alec
git-svn-id: https://svn.roundcube.net/trunk@2070 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-19- fix default spellcheck language setting (#1485570)alec
git-svn-id: https://svn.roundcube.net/trunk@2065 208e9e7b-5314-0410-a742-e7e81cd9613c