summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2011-03-22Revert r4609 and use stateless request tokens; no need to save them in ↵thomascube
session and thus no keep-alive necessary; fixes #1487829
2011-03-11- PEAR::Net_SMTP 1.5.1alecpl
2011-03-10Prepare for multiple concurrent compose windowsthomascube
2011-03-10- Force names of unique constraints in PostgreSQL DDL (postgres 9.x uses ↵alecpl
different naming convention than older versions)
2011-03-09- Add code for prevention from IMAP connection hangs when server closes ↵alecpl
socket unexpectedly
2011-03-08- Performance improvement: Remove redundant DELETE query (for old session ↵alecpl
deletion) on login
2011-03-08Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() ↵thomascube
function (#1486281)
2011-03-05- Fix some emails are not shown using Cyrus IMAP (#1487820)alecpl
2011-03-03- Fix handling of mime-encoded words with non-integral number of octets in a ↵alecpl
word (#1487801)
2011-03-01New config option for custom logo; allow skins to define/override textsthomascube
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display ↵alecpl
folder's namespace, modify edit form fields according to MYRIGHTS)
2011-02-28- Fix parsing links with non-printable characters inside (#1487805)alecpl
2011-02-28Workaround for IE not sending referer with location.href (#1487806)thomascube
2011-02-27Fixed de_CH Localization bugs (#1487773)thomascube
2011-02-27Better display of vcard import results (#1485457)thomascube
2011-02-25Create interactive update script with improved DB schema check; udated ↵thomascube
installer with new features and styles
2011-02-25- jQuery 1.5.1 alecpl
2011-02-23- Add index on contactgroupmembers.contact_id column.alecpl
Improves performance and fixes problem with contactgroupmembers table creation on MySQL 4.x
2011-02-17- Add LDAP SASL bind and proxy authentication (#1486692)alecpl
2011-02-17- Add variable for 'Today' label in date_today option (#1486120)alecpl
2011-02-15- Fix dont_override setting does not override existing user preferences ↵alecpl
(#1487664)
2011-02-15- Use only one from IMAP authentication methods to prevent login delays ↵alecpl
(1487784)
2011-02-15- Replying to a sent message puts the old recipient as the new recipient ↵alecpl
(#1487074) - Set compose header fields before skin objects' functions are being used, don't depend on the order of fields
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomascube
2011-02-10- Support strftime format in date_today optionalecpl
2011-02-09- Fix handling of attachments with invalid content type (#1487767)alecpl
2011-02-09- Add workaround for DBMail's bug ↵alecpl
http://www.dbmail.org/mantis/view.php?id=881 (#1487766)
2011-02-09- Use IMAP's ID extension (RFC2971) to print more info into debug log alecpl
2011-02-08Add optional referer check to prevent CSRF in GET requeststhomascube
2011-02-04- Fix email_dns_check setting not used for identities/contacts (#1487740) alecpl
2011-02-04- Fix ICANN example addresses doesn't validate (#1487742)alecpl
2011-02-03protect login form submission from CSRF using a request tokenthomascube
2011-02-03Adapt test for modcss replacementsthomascube
2011-02-03- Fix handling of non-image attachments in multipart/related messages ↵alecpl
(#1487750)
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alecpl
2011-02-03- Fix handling of invalid HTML comments in messages (#1487759)alecpl
2011-02-02- Fix parsing FETCH response for very long headers (#1487753)alecpl
2011-01-31- Fix add/remove columns in message list when message_sort_order isn't set ↵alecpl
(#1487751)
2011-01-29Check mime headers before attempt to parse them (#1487745); broken since r4421thomascube
2011-01-26Updated changelogthomascube
2011-01-26Separate full message headers UI element from headers table (#1487715) + ↵thomascube
Remove double borders in folder listing (#1487713)
2011-01-23- Add part MIME ID to message_part_* hooks (#1487718)alecpl
2011-01-22Update CHANGELOGthomascube
2011-01-20- Updated PEAR::Net_Socket to 1.0.10alecpl
2011-01-20- Updated PEAR::Net_IDNA2 to 0.1.1alecpl
2011-01-20- Fix handling of comments inside an email address spec. (#1487673)alecpl
2011-01-19Fix randomly disappearing folders list in IE (#1487704)thomascube
2011-01-19- Fix setting timezone in Preferences (#1487705)alecpl
2011-01-17- Fix impossible to subscribe to protected folders (#1487656)alecpl
2011-01-17- Workaround for setting charset in case of malformed bodystructure response ↵alecpl
(#1487700)