summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
AgeCommit message (Collapse)Author
2010-09-08- Re-add 'Close' button in upload form (#1486930, #1486823)alecpl
2010-09-06- Change upload box form name (was the same as compose form) alecpl
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alecpl
list (old names are supported without errors nor warnings)
2010-07-17Create Sent folder when composing a message (#1486802)thomascube
2010-06-29- Improved compose screen: resizable body and attachments list, vertical ↵alecpl
splitter, options menu - Removed productname/version element, changed footer size to 20px
2010-06-23- removed PHP closing tagalecpl
2010-06-18- Fix: when From field is a first object in compose template form's hidden ↵alecpl
fields aren't added to the output
2010-05-28- Fix forwarding of messages with winmail attachmentsalecpl
- 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-27- handle properly inline images without content_id but with content_locationalecpl
2010-05-20Display and send messages with format=flowed (#1484370), fixes word wrapping ↵thomascube
issues (#1486543)
2010-05-20- Fix duplicated attachments when forwarding a message (#1486487)alecpl
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalecpl
2010-04-19- Fix setting spellcheck languages with extended codes (#1486605)alecpl
2010-04-09Option not to mark messages as read when viewed in preview pane (#1485012)thomascube
2010-04-09Let plugins modify the Sent folder when composing (#1486548)thomascube
2010-03-28- Re-organize editor buttons, add blockquote and search buttonsalecpl
- Make possible to write inside or after a quoted html message (#1485476)
2010-03-28- Fix single space inserted on fwd/reply with top posting (#1486532)alecpl
2010-03-23- Allow to override identity when composing a message (#1486466)alecpl
2010-03-18- Fix blocked.gif attachment is not attached to the message (#1486516)alecpl
2010-03-17- use popupmenu style for attachments upload formalecpl
- move .popupmenu style definition to common.css
2010-03-11Save draft information in one header; finally fixes #1486203thomascube
2010-03-11- Fix forwarding message omits CC header (#1486305)alecpl
2010-03-06- Don't show a warning on html2text switch when textarea is emptyalecpl
- Set properly select's value when html2text is aborted
2010-03-04Flag original messages after sending a draft (#1486203)thomascube
2010-03-04Changed signature separator when top-posting (#1486330)thomascube
2010-02-15- lost fix for Attachment Excessive Memory Use issue (#1484660)alecpl
2010-02-10- Fix external mailto links support for use as protocol handler (#1486037)alecpl
2010-02-05- Fix quoted text wrapping when replying to an HTML email in plain text ↵alecpl
(#1484141)
2009-12-15- Fix top-post signature insert error in HTML forwarded message (#1486366)alecpl
2009-12-11- use proper unicode cleanup for JSON, fixes #1486356alecpl
2009-12-09- move compose_message_body hook to better place (#1486353)alecpl
2009-12-09- Use built-in json_encode() for proper JSON format in AJAX replies (and ↵alecpl
compat. with jQuery 1.4)
2009-12-06- Allow setting only selected params in 'message_compose' hook (#1486312)alecpl
2009-12-05- Plugin API: added 'message_compose_body' hook (#1486285)alecpl
2009-11-02More options for top posting feature (#1484272) using patch from Phil Weirthomascube
2009-11-02- top posting (#1484272)alecpl
2009-10-06Hold attachment info in a js list in order to simplify things + codestylethomascube
2009-10-04- Added an alert message when uploading still in progress and the user tries ↵vbenincasa
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-03- Added attachment upload indicator with parallel upload (#1486058)alecpl
2009-09-15- Provide some additional usability for attachments form with "mainaction" ↵vbenincasa
class and a slightly bigger file field (CSS width doesn't works with file field so we need to use "size" property)
2009-09-07- Use faster/secure mt_rand() (#1486094)alecpl
2009-09-05- Check 'post_max_size' for upload max filesize (#1486089)alecpl
2009-09-03- Fix editor type doesn't match type of message body content (#1486080)alecpl
2009-08-12Extend message_compose hook with the possibility to specify attachmentsthomascube
2009-08-10Added 'message_compose' hookthomascube
2009-07-23- performance fix: don't check mbstring functions existence too oftenalecpl
2009-07-23- removed hardcoded 'compose-body' identifier (#1485996)alecpl
2009-07-19- cleanupalecpl
2009-07-19- cleanupalecpl
2009-07-19- handle big attachments with file pointers to not exceed memory_limit in ↵alecpl
rcmail_save_attachment()