summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-21Add warning in default_host description, so after change update of users ↵Aleksander Machniak
table is needed (#1486386)
2012-12-21Update changelog, set version to 6.1Aleksander Machniak
2012-12-21Don't force 'stop' action on last rule in a scriptAleksander Machniak
2012-12-21Small optimizationAleksander Machniak
2012-12-21Add notes about new requirements of the new mysql database driver,Aleksander Machniak
add check in installer (#1488875)
2012-12-21Fix commentAleksander Machniak
2012-12-21CS fixesAleksander Machniak
2012-12-20Fix locking issue in SQLite driver (#1488874)Aleksander Machniak
2012-12-20Fix version comparisons with -stable suffix (#1488876)Aleksander Machniak
2012-12-19Fix Call to undefined method rcube_db_sqlite::_get_result()Aleksander Machniak
2012-12-19Don't display message parts with unsupported text type, e.g. text/calendarAleksander Machniak
2012-12-19Better GD module functions detection, should fix "Call to undefined function ↵Aleksander Machniak
imagecreatefromjpeg()" error
2012-12-19Add unsupported alternative parts to attachments list (#1488870)Aleksander Machniak
2012-12-19Add Compose button on message view page (#1488747)Aleksander Machniak
Fixed javascript error on extwin message page (classic skin) - removed splitter.
2012-12-18CS fixesAleksander Machniak
2012-12-18Display 'Sender' header in message previewAleksander Machniak
2012-12-18Plugin API: Added message_before_send hookAleksander Machniak
2012-12-18CS fixesAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-18CS fixesAleksander Machniak
2012-12-17CS fixes, mostly tabs to spaces conversionAleksander Machniak
2012-12-17Fix keep-alive interval reset on AJAX requestAleksander Machniak
2012-12-16Mention new PDO requirements a bit more flashyThomas Bruederli
2012-12-16Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-16Fix package definitions and include framework classes in phpdocThomas Bruederli
2012-12-16Merge pull request #50 from weisslj/masterAleksander Machniak
Add host config option to http_authentication plugin.
2012-12-15Fix escaping of add-contact arguments - fixes JS error in IEAleksander Machniak
2012-12-14Fix contact copy/add-to-group operations on search result (#1488862)Aleksander Machniak
2012-12-14Fix delete button regression in message view (#1488867)Aleksander Machniak
2012-12-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-14Use matching identity in MDN response (#1488864)Aleksander Machniak
2012-12-14Merge pull request #52 from xabbuh/masterAleksander Machniak
fix syntax error in moduserprefs.sh
2012-12-14fix syntax errorChristian Flothmann
2012-12-14Remove brackets for recipients without nameAleksander Machniak
2012-12-14Fix unwanted horizontal scrollbar in message preview header (#1488866)Aleksander Machniak
2012-12-13Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-13Properly parse message/rfc822 parts including all headers, body decoding and ↵Thomas Bruederli
charset conversion
2012-12-13Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-13Fix handling of signatures on draft edit: Don't add new signatureAleksander Machniak
and don't remove the old-one, the same for Edit as new (#1488798)
2012-12-13Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-13Rename hook imap_connect to storage_connectAleksander Machniak
2012-12-12Fix so compacting of non-empty folder is possible also when messages list is ↵Aleksander Machniak
empty (#1488858)
2012-12-12Add EXISTS mode to count() method - return number of all messages in a folder,Aleksander Machniak
event if skip_deleted is enabled and/or search is active.
2012-12-12Use also Envelope-To for identity selection (#1488553)Aleksander Machniak
2012-12-11More code unification using selection_post_data()Aleksander Machniak
2012-12-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-11Fix bug where all messages in a folder were copied on copy action,Aleksander Machniak
if search was active and user choose select-all feature. Code improvements.
2012-12-11Extend just_parse() method with conditions parsingAleksander Machniak
2012-12-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-11Allow forwarding of multiple emails (#1486854)Aleksander Machniak