summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2010-12-17Update branch for 0.5-rc releasev0.5-rc@4349thomascube
2010-11-27Remove development stuff and update versionsthomascube
2010-11-27Save session data with bas64 ecoding to make it more robust against garbage ↵thomascube
data (#1487136)
2010-11-26- Add workaround for MSOE's multipart/related messages with non-related ↵alecpl
attachments
2010-11-24Updates German translations and Changelogthomascube
2010-11-19- Add lost changelog entryalecpl
2010-11-18- Don't set attachment's charset in Content-type header (#1487122)alecpl
2010-11-17- Lock submit button in onsubmit event on login page (#1487036)alecpl
2010-11-15- Fix error in MSSQL DDL scripts (#1487112): use trigger instead of foreign ↵alecpl
key constraint
2010-11-15- Fix focused elements aren't unfocused when clicking on the list (#1487123)alecpl
2010-11-14- Fix hanling of HTML entity strings in plai text messagesalecpl
2010-11-12- Fix handling of folders with "<>" characters in namealecpl
2010-11-12- jQuery-1.4.4alecpl
2010-11-12- Fix handling of folders with name "0" (#1487119)alecpl
2010-11-09- Add support for shared folders (#1403507)alecpl
2010-11-08- Fix operations on messages in unsubscribed folders (#1487107)alecpl
2010-11-07- Add option for minimum length of autocomplete's string (#1486428)alecpl
2010-11-04- Improve responsiveness of messages displaying (#1486986)alecpl
2010-11-03- Add missing confirmation/error messages on contact/group/message actions ↵alecpl
(#1486845) - Add 'loading' message on message move/copy/delete/mark actions
2010-11-02- Add option to place replies in the folder of the message being replied to ↵alecpl
(#1485945)
2010-11-02- Support contact's email addresses up to 255 characters long (#1487095)alecpl
- Added email format checks when saving contacts data
2010-10-29- Improve performance of message cache status checking when skip_disabled=truealecpl
2010-10-29- Improve performance of setting IMAP flags using .SILENT suffixalecpl
2010-10-29- Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' propertyalecpl
- Plugin API: add possibility to disable plugin in framed mode, 'noframe' property
2010-10-28- Add SORT=DISPLAY support (RFC 5957)alecpl
2010-10-28- Plugin API: added 'contact_form' hookalecpl
- Re-designed contact frame using Tabs
2010-10-27- Fix handling of URLs with semicolon (;) character (#1487088)alecpl
2010-10-26- Fix handling of URLs with tilde (~) character (#1487087)alecpl
2010-10-26- Add support for selection options from LIST-EXTENDED extension (RFC 5258) ↵alecpl
- Don't list subscribed but non-existent folders (#1486225) - Fix \Noselect handling performance (#1487082)
2010-10-25- Add basic IMAP LIST's \Noselect option support (mark unselectable folders ↵alecpl
as virtual, etc.)
2010-10-23- Fix parent folder with unread subfolder not bold when message is open ↵alecpl
(#1487078)
2010-10-23- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)alecpl
2010-10-22- Add support for IMAP proxy authentication (#1486690)alecpl
2010-10-22- Re-implemented SMTP proxy authorization supportalecpl
2010-10-22- Add SASL-IR support (RFC 4959)alecpl
- Add LOGINDISABLED support (RFC 2595) - Add support for AUTH=PLAIN authentication to IMAP
2010-10-22List groups in address detail view and allow to subscribe/unsubscribe from ↵thomascube
there (#1486753)
2010-10-22- Add LIST-STATUS support in rcube_imap_generic class (RFC5819)alecpl
2010-10-20- Improve performance of messages counting using ESEARCH extension (RFC4731)alecpl
2010-10-20- Improve performance of unseen messages counting, use STATUS instead of ↵alecpl
SELECT+SEARCH (#1487058)
2010-10-20- Fix handling of attachments when Content-Disposition is not inline nor ↵alecpl
attachment (#1487051)
2010-10-20- Fix decoding of e-mail address strings in message headers (#1487068)alecpl
2010-10-18- Add ACL extension support into IMAP classes (RFC4314) ↵alecpl
- Add ANNOTATEMORE extension support into IMAP classes (draft-daboo-imap-annotatemore) - Add METADATA extension support into IMAP classes (RFC5464)
2010-10-17- Add separate column for message status icon (#1486665)alecpl
2010-10-17- Add LITERAL+ support (RFC2088)alecpl
2010-10-14- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905alecpl
2010-10-13- Fix duplicated e-mail field in identity form (#1487054)alecpl
2010-10-13- Improve displaying of UI messages (#1486977)alecpl
2010-10-11- Add SASL proxy authentication for SMTP (#1486693)alecpl
2010-10-09- Add caching support in id2uid and uid2id functions (#1487019), Fix ↵alecpl
get_message_cache_index to use internal cache when only sort order changes. Both changes improves performance of 'show' action - code cleanup/function description fixes
2010-10-08- Prevent from inserting empty link when composing HTML message (#1486944)alecpl