summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
AgeCommit message (Expand)Author
2012-03-14Request all needed fields from address book backends (#1488394)thomasb
2012-03-09- Unified (single) spellchecker buttonalec
2012-03-03Fix spellingthomasb
2012-03-02- Fixed double-quotes handling in recipient namesalec
2012-02-28- Add Russian to the spellchecker languages list (#1488135)alec
2012-02-11User configurable setting how to display contact names in listthomasb
2012-02-08- Fix issue where some text from original message was missing on reply (#1488...alec
2012-02-07- Workaround IMAP server issue when THREAD command returns less messages than...alec
2012-02-03Get rid of global $__skin_path variable (#1488336)thomasb
2012-01-29Allow plugins to overwrite the displayed confirmation message when saving a d...thomasb
2012-01-25Added new plugin hook 'message_draftsaved'thomasb
2012-01-24Fix if/else structurethomasb
2012-01-19- Fix call to undefined method rcube_result_index::getElement()alec
2012-01-19- Fix drafts update issues when edited from preview pane (#1488314)alec
2012-01-18Display priority in message headers blockthomasb
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
2012-01-17- Fix incorrect function call (#1488310)alec
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
2012-01-09- Use proper class namealec
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-05- Fix bug in handling of base href and inline content (#1488290)alec
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-22Make emtpy/invalid links non-clickablethomasb
2011-12-20Fix crashes with eAccelerator (#1488256)thomasb
2011-12-19Only expand one email per group memberthomasb
2011-12-16Add more classes and options to HTML elements for better styleabilitythomasb
2011-12-14- Skip inline images (fixes issue where images used in HTML body were display...alec
2011-12-12More options for message headers output in templatesthomasb
2011-12-12More from Larry...thomasb
2011-12-11Make string for unread count configureable by skin; add file type classes to ...thomasb
2011-12-10Better CSS url() validationthomasb
2011-12-09Add css class to add-iconthomasb
2011-12-09Allow clean background:url(...) styles in safe mode. This will make Roundcube...thomasb
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-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ...alec
2011-12-06Show attachment filename in page titlethomasb
2011-12-05Replace prompt() with jQuery UI dialog (#1485135)thomasb
2011-12-05- Fix attaching files (broken with changes to _SESSION['compose']) (#1488235)alec
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-12-01- Remove unused resultalec
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomasb
2011-11-26- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)alec
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages bodie...alec