summaryrefslogtreecommitdiff
path: root/roundcubemail/CHANGELOG
AgeCommit message (Expand)Author
2012-01-05- Fix bug in handling of base href and inline content (#1488290)alec
2012-01-05- Fix SQL Error when saving a contact with many email addresses (#1488286)alec
2012-01-04- Fix strict email address searching if contact has more than one addressalec
2012-01-04Use proper timezones from PHP's internal timezonedb (#1485592)thomasb
2011-12-29- Add separate pagesize setting for mail messages and contacts (#1488269)alec
2011-12-28- Fix handling of INBOX's subfolders in special folders config (#1488279)alec
2011-12-25- Add ifModule statement for setting Options -Indexes in .htaccess file (#148...alec
2011-12-22Updated changelogthomasb
2011-12-21- Fix searching on IMAP servers without CHARSET specifier support (#1488271)alec
2011-12-19- Fix expanding folders during drag&drop (#1488260)alec
2011-12-14- Fix broken CREATE INDEX queries in SQLite DDL files (#1488255)alec
2011-12-10Better CSS url() validationthomasb
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalec
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-05Replace prompt() with jQuery UI dialog (#1485135)thomasb
2011-12-04- Fix navigation in messages search resultsalec
2011-12-02- Improved handling of some malformed values encoded with quoted-printable (#...alec
2011-11-30- Add possibility to do LDAP bind before searching for bind DN.alec
2011-11-30- Fix handling of empty <U> tags in HTML messages (#1488225)alec
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomasb
2011-11-28- Use strpos() instead of strstr() when possible (#1488211)alec
2011-11-28- Fix handling HTML entities when converting HTML to text (#1488212)alec
2011-11-27- Fix fit_string_to_size() renders browser and ui unresponsive (#1488207):alec
2011-11-27- Fix handling of invalid characters in request (#1488124)alec
2011-11-26- Fix merging some configuration options in update.sh script (#1485864)alec
2011-11-26- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)alec
2011-11-25- Fix handling contact photo url with https:// prefix (#1488202)alec
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages bodie...alec
2011-11-24- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook (#1487...alec
2011-11-24- Mark (with different color) folders with recent messages (#1486234)alec
2011-11-24- Fix possible infinite redirect on attachment preview (#1488199)alec
2011-11-23Updated changelogthomasb
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alec
2011-11-22- Fixed bug in handling link with '!' character in it (#1488195)alec
2011-11-22- Fixed bug where session ID's length was limited to 40 characters. Since PHP...alec
2011-11-18- Added About tab in Settingsalec
2011-11-15- Fix handling of HTML form elements in messages (#1485137)alec
2011-11-15- Fix regression in setting recipient to self when replying to a Sent message...alec
2011-11-15- Fix listing of folders in hidden namespaces (#1486796)alec
2011-11-14- Don't consider \Noselect flag when building folders tree (#1488004)alec
2011-11-14- Fix sorting autocomplete results to preserve email address significance (#1...alec
2011-11-13- Add option to set session name (#1486433)alec
2011-11-10- Add option to skip alternative email addresses in autocompletionalec
2011-11-10- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit but...alec
2011-11-10- Fix problem with parsing HTML message body with non-unicode characters (#14...alec
2011-11-10- Add option to define matching method for addressbook search (#1486564, #148...alec
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomasb
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralec
2011-11-07- Fix handling of curly brackets in URLs (#1488168)alec