summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-20Fix exception on phpunit 3.6.11Aleksander Machniak
2012-09-19Improve capabilities list handling in parser testsAleksander Machniak
2012-09-18Remove 'db_sequence_cache' optionaleksander Machniak
2012-09-18Fix removed cache_id column usage, SQL queries formattingAleksander Machniak
2012-09-18Don't store user password in database (#1486553)Aleksander Machniak
2012-09-18Enable list sort command on empty folder (#1488617)Aleksander Machniak
2012-09-18Enable list sort command on empty folder (#1488617)Aleksander Machniak
2012-09-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Avoid saving composed FN values with only spaces (shows empty names in listing)Thomas Bruederli
2012-09-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Replace Q() with html::quote()Aleksander Machniak
2012-09-17Remove double-quotation prevention code for form elementsAleksander Machniak
2012-09-17Fix HTML special characters handling in message list/header display (#1488523)Aleksander Machniak
2012-09-17Don't directly require email address on contact import, allowing importAleksander Machniak
of contacts being validated by addressbook validation code. The same as for create/edit contact actions.
2012-09-17Fix PHP warning when rep_specialchars_output() 1st argument is not a string ↵Aleksander Machniak
(#1488643)
2012-09-17List related text/html part as attachment in plain text mode (#1488677)Aleksander Machniak
2012-09-17Don't add inline images from HTML part to the attachments list when ↵Aleksander Machniak
forwarding in plain text
2012-09-16Fix #messageheader for case when the message has no subjectAleksander Machniak
2012-09-14Sieve enotify/notify - allow empty bodyPaweł Słowik
2012-09-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: CHANGELOG
2012-09-14Sieve enotify/notify:Paweł Słowik
- GUI for importance setting - make tests usable for checking the GUI
2012-09-14Use IMAP BINARY (RFC3516) extension to fetch message/part bodies (experimental)Aleksander Machniak
2012-09-14Improved message for invalid date.timezoneAleksander Machniak
2012-09-14Move date.timezone check to 'required' block, add date.timezone value validationAleksander Machniak
2012-09-13Fix folder creation under public namespace root (#1488665)Aleksander Machniak
2012-09-13Fix so "Edit as new" on draft creates a new message (#1488687)Aleksander Machniak
2012-09-13Merge branch 'master' of https://github.com/roundcube/roundcubemailPaweł Słowik
2012-09-13Merge pull request #21 from defa/crypt_hash_branchAleksander Machniak
SQL driver of Password plugis supports more hash-functions for crypt() now.
2012-09-13Fix invalid error message on deleting mail from read only folder (#1488694)Aleksander Machniak
2012-09-13Added tests for rcube_charset classAleksander Machniak
2012-09-13Fix convertion to/from US-ASCII using mbstringAleksander Machniak
Define mbstring substitute_character to work as iconv //IGNORE
2012-09-12Don't use charset aliases for destination charset - fixes e.g.Aleksander Machniak
converting to US-ASCII
2012-09-12Improvements in building criteria string for IMAP SEARCHAleksander Machniak
2012-09-12Fix is_error() returns wrong result for empty result setAleksander Machniak
2012-09-11Fix error where session wasn't updated after folder rename/delete (#1488692)Aleksander Machniak
2012-09-11Init splitter in Preferences also when env.action is emptyAleksander Machniak
2012-09-11- Replace data URIs of images (pasted in HTML editor) with inline ↵Aleksander Machniak
attachments (#1488502)
2012-09-09Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-09Fix PLAIN authentication for some IMAP servers (#1488674)Aleksander Machniak
2012-09-09Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683)Aleksander Machniak
2012-09-07Fix confusing comment for imap_auth_typeAleksander Machniak
2012-09-05Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-05added sample configurationdefa
2012-09-05Merge https://github.com/roundcube/roundcubemail into crypt_hash_branchdefa
2012-09-04Fix focus issue in IE when selecting message row (#1488620)Aleksander Machniak
2012-09-04Set error_reportingAleksander Machniak
2012-09-04Fix parser_kep14 testAleksander Machniak
2012-09-04Added tests, fixed PHP warningsPaweł Słowik
2012-09-04Fix parse error in virtualmin driver (#1488668)Aleksander Machniak
2012-09-04Password plugin made compatible with modern VirtualminGDR\!
Added a new username format in Virtualmin driver, which works for default Virtualmin settings where username is user.postfix and domain is taken from email address. Example: email - info@goodcoffee.com login - info.goodcof