summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2010-06-08- Add real SMTP error description to displayed error messages (#1485927)alecpl
2010-06-08- Fix some IMAP errors handling when opening the message (#1485443)alecpl
2010-06-04- Fix related parts aren't displayed when got mimetype other than image/* ↵alecpl
(#1486432)
2010-06-03Add multiple identity and database support to squirrelmail_usercopy plugin ↵thomascube
(#1486517)
2010-06-03- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)alecpl
2010-06-01- Add 'messages_list' hook (#1486266) alecpl
2010-05-29- Add request* event triggers in http_post/http_request (#1486054)alecpl
2010-05-29- Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712)alecpl
2010-05-28- Add 'imap_timeout' option (#1486760)alecpl
2010-05-28- Fix forwarding of messages with winmail attachmentsalecpl
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message - Fix handling of uuencoded attachments in message body (#1485839) - Extend rc_mime_content_type() to work with string buffer
2010-05-22- Added list_mailboxes hook in rcube_imap::list_unsubscribed() (#1486668)alecpl
2010-05-22- Fix wrong message on file upload error (#1486725)alecpl
2010-05-22- Add support for data URI scheme [RFC2397] (#1486740)alecpl
2010-05-21- Added 'actionbefore', 'actionafter', 'responsebefore', 'responseafter' eventsalecpl
- Removed response.callbacks feature
2010-05-21Fix double-addition of e-mail domain to content ID in HTML imagessvncommit
2010-05-20Display and send messages with format=flowed (#1484370), fixes word wrapping ↵thomascube
issues (#1486543)
2010-05-20- Fix duplicated attachments when forwarding a message (#1486487)alecpl
2010-05-20- Fix message/rfc822 attachments containing only attachments are not parsed ↵alecpl
properly (#1486743)
2010-05-19- Fix %00 character in winmail.dat attachments names (#1486738)alecpl
2010-05-19- Fix handling errors of folder deletion (#1486705)alecpl
2010-05-18- Parse untagged CAPABILITY response for LOGIN command (#1486742)alecpl
2010-05-18- Renamed all php-cli scripts to use .sh extensionalecpl
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalecpl
2010-05-18- Added threads tree iconsalecpl
- css/js fixes and improvements in (messages) list code
2010-05-13- Extend contact groups support (#1486682) alecpl
2010-05-12- Fix check-recent action issues and performance (#1486526)alecpl
- Fix messages order after checking for recent (#1484664) - Fix messages copying - Reset check-recent interval after check-recent by hand
2010-05-10- Fix autocomplete shows entries without email (#1486452)alecpl
2010-05-06- Fix listupdate event doesn't trigger on search response (#1486708)alecpl
2010-05-06- Fix select_all_mode value after selecting a message (#1486720)alecpl
2010-05-05- Set focus to editor on reply in HTML mode (#1486632)alecpl
- Fix composing in HTML jumps cursor to body instead of recipients (#1486674)
2010-05-02- Allow columns order change per user - drag&drop (#1485795)alecpl
2010-05-01- Add References header in read receipt (#1486681)alecpl
2010-04-29- Fix database constraint violation when opening a message (#1486696)alecpl
2010-04-29- Add 'loading' message while login is in progress (#1486667)alecpl
2010-04-29- Fix quota_zero_as_unlimited (#1486662)alecpl
2010-04-28- Fix folder subscription checking (#1486684)alecpl
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672)
2010-04-23- Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" (#1486653)alecpl
2010-04-21- Add sizelimit and timelimit variables in LDAP config (#1486544)alecpl
2010-04-21- Hide IMAP host dropdown when single host is defined (#1486326)alecpl
2010-04-21- Add images pre-loading on login page (#1451160)alecpl
2010-04-20- Add HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR to successful logins log ↵alecpl
(#1486441)
2010-04-19- Fix setting spellcheck languages with extended codes (#1486605)alecpl
2010-04-15- Fix messages list scrolling in FF3.6 (#1486472)alecpl
- Fix quicksearch input focus (#1486637) - Small code cleanup + improvements
2010-04-15Always set changed date when marking a DB record as deleted + provide a ↵thomascube
cleanup script
2010-04-13Assign newly created contacts to the active group (#1486626) and fix group ↵thomascube
selection display (#1486619)
2010-04-09Option not to mark messages as read when viewed in preview pane (#1485012)thomascube
2010-04-02- Added optional (max_recipients) support to restrict total number of ↵alecpl
recipients per message (#1484542)
2010-03-28- Re-organize editor buttons, add blockquote and search buttonsalecpl
- Make possible to write inside or after a quoted html message (#1485476)
2010-03-26- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)alecpl
- Iloha's imap.inc rewritten into rcube_imap_generic class - rcube_imap code re-formatting
2010-03-26Added basic contact groups featurethomascube