summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/compose.inc
AgeCommit message (Expand)Author
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
2012-01-05Implement address book widget on compose screenthomasb
2012-01-05- Exclude MIME functionality from rcube_imap class into rcube_mime classalec
2012-01-01- Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_overr...alec
2012-01-01- Don't load jqueryui plugin, it's required now by defaultalec
2011-12-22Fix upload form handlingthomasb
2011-12-16Add more classes and options to HTML elements for better styleabilitythomasb
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalec
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alec
2011-12-07- Add option to set default font for HTML message (#1484137) alec
2011-12-05Replace prompt() with jQuery UI dialog (#1485135)thomasb
2011-12-02- Add $_SESSION['mailto'] variable cleanupalec
2011-12-02- Fix compose from addressbook, broken in r5521alec
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alec
2011-11-15- Fix regression in setting recipient to self when replying to a Sent message...alec
2011-11-09Consider replication delays in session storagethomasb
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomasb
2011-09-30Restrict folders list to write-only in selectors for special folders and save...thomasb
2011-09-27- Fix bug where when replying always the last identity is used (#1488101)alec
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalec
2011-09-16Fix session race conditions when composing new messagesthomasb
2011-09-07- Localize (full) forwarded message header (#1488058)alec
2011-09-06- Merge devel-spellcheck branch:alec
2011-08-28- Localize forwarded message header (#1488058)alec
2011-08-19- Followup to r5097, fix: match From with full address spec.alec
2011-08-19- Fixed selecting identity on reply/forward (#1487981)alec
2011-08-16- Add client-side checking of uploaded files sizealec
2011-08-10Recalculate date when replying to a message and localize the cite header (#14...thomasb
2011-08-09- Fix handling Mail-Reply-To header in Reply All actionalec
2011-07-25- Added optional "multithreading" autocomplete featurealec
2011-07-21- Simplify undo message, add dots at the end of messagesalec
2011-07-04- Add optional textual upload progress indicator (#1486039)alec
2011-05-13- Add forward-as-attachment featurealec
2011-05-06- Add possibility (for plugins) to filter folders lists by some additional cr...alec
2011-05-03- Add 'uploadingmany' message translationalec
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alec
2011-04-12Don't decode recipent strings submitted by address bookthomasb
2011-03-10Prepare for multiple concurrent compose windowsthomasb
2011-02-15- Replying to a sent message puts the old recipient as the new recipient (#14...alec
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
2011-02-02Don't decode already decoded from headerthomasb
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
2010-12-09- Improved Mail-Reply-To and Mail-Followup-To headers handlingalec
2010-12-08- Fix empty sender in reply prefix (#1487454)alec
2010-11-19- Fix last commitalec
2010-11-19- Fix handling of custom "_from" in sendmail (#1487132)alec
2010-11-14- Fix hanling of HTML entity strings in plai text messagesalec
2010-11-07- Add option for minimum length of autocomplete's string (#1486428)alec