Age | Commit message (Expand) | Author |
2013-04-02 | Fix blockquote width in sent mail (#1489031) | Aleksander Machniak |
2013-03-27 | Sanity check the file path for generic message footer before adding it | Thomas Bruederli |
2013-03-26 | Refresh current folder in opener window after draft save or message sent (#14... | Aleksander Machniak |
2012-12-26 | Framework'ize html2text class | Aleksander Machniak |
2012-12-14 | Remove brackets for recipients without name | Aleksander Machniak |
2012-12-11 | Allow forwarding of multiple emails (#1486854) | Aleksander Machniak |
2012-11-19 | Always save drafts with format=flowed in order to keep original paragraphs an... | Thomas Bruederli |
2012-11-19 | Improve line wrapping behavior where message charset is changed by plugins (i... | Thomas Bruederli |
2012-10-31 | Don't add Bcc headers from identity twice (e.g. if already saved in draft) | Thomas Bruederli |
2012-10-24 | Add option to disable saving sent mail in Sent folder - no_save_sent_messages... | Aleksander Machniak |
2012-10-22 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2012-10-22 | Convert all identity headers into the desired message charset | Thomas Bruederli |
2012-10-21 | Fixed undefined global variable | Aleksander Machniak |
2012-10-20 | Fix bug where wrong words were highlighted on spell-before-send check | Aleksander Machniak |
2012-10-15 | Fix header charset decoding when opening a draft message | Thomas Bruederli |
2012-10-11 | Add flags and date arguments to kolab_storage::save_message() | Aleksander Machniak |
2012-09-11 | - Replace data URIs of images (pasted in HTML editor) with inline attachments... | Aleksander Machniak |
2012-08-15 | Fix stripped apostrophes when replying in plain text to HTML message (#1488606) | Aleksander Machniak |
2012-08-05 | - Fix order of attachments in sent mail (#1488423) | Aleksander Machniak |
2012-05-22 | Removed $Id$ | Aleksander Machniak |
2012-04-24 | - Fix handling errors on draft auto-save | alecpl |
2012-03-02 | - Fixed double-quotes handling in recipient names | alecpl |
2012-01-29 | Allow plugins to overwrite the displayed confirmation message when saving a d... | thomascube |
2012-01-25 | Added new plugin hook 'message_draftsaved' | thomascube |
2012-01-19 | - Fix call to undefined method rcube_result_index::getElement() | alecpl |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube |
2012-01-17 | - Fix incorrect function call (#1488310) | alecpl |
2012-01-16 | Merged devel-framework branch (r5746:5779) back into trunk | thomascube |
2012-01-05 | - Exclude MIME functionality from rcube_imap class into rcube_mime class | alecpl |
2011-12-07 | - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead | alecpl |
2011-12-07 | - Remove deprecated global $IMAP variable usage (#1488148) | alecpl |
2011-12-07 | - Add option to set default font for HTML message (#1484137) | alecpl |
2011-12-07 | - Fixed issues with big memory allocation of IMAP results, improved a lot of ... | alecpl |
2011-12-01 | - Simplified compose session data handling, no need for session->cleanup() | alecpl |
2011-11-08 | Make email recipients separator configurable + suppress dupes in auto-completion | thomascube |
2011-10-26 | - Fix IDN address validation issue (#1488137) | alecpl |
2011-10-03 | - Improved performance of draft saving by usage of APPENDUID response if avai... | alecpl |
2011-10-03 | - Don't print error to the log when trying to delete non-existing draft message | alecpl |
2011-09-16 | Fix session race conditions when composing new messages | thomascube |
2011-08-16 | - Fix/simplify email regexp to prevent "no valid recipients" SMTP error (#148... | alecpl |
2011-08-14 | More unique error codes | thomascube |
2011-08-09 | - Fix handling of email addresses with quoted local part (#1487939) | alecpl |
2011-05-31 | - Optimization for spellcheck_before_send: don't invoke new ajax request. Whi... | alecpl |
2011-05-30 | - Fix setting language for spellchecker on spellcheck_before_send | alecpl |
2011-05-30 | - Add option to force spellchecking before sending a message (#1485458) | alecpl |
2011-03-10 | Prepare for multiple concurrent compose windows | thomascube |
2011-02-03 | - Fix IDNA support when IDN/INTL modules are in use (#1487742) | alecpl |
2011-01-12 | Bumbed version; Roundcube development is not Switzerland only | thomascube |
2011-01-06 | Wrap HTML parts with <html><body> and add Doctype declaration (#1487098) | thomascube |
2010-12-10 | - Set Mail-Reply-To also for identity's reply-to | alecpl |