summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2010-10-29- Improve performance of clear_mailbox() when skip_deleted=truealecpl
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- Close properly IMAP connection when login failsalecpl
- Don't use LOGIN when server sent LOGINDISABLED
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- When contacts search returns no rows display message of type 'notice' ↵alecpl
instead of 'warning'
2010-10-27- Remove Close buttons in googiespell popupsalecpl
2010-10-27- Hide loading message when preview pane is being "emptied" (#1487077)alecpl
2010-10-27- Revert r4135: allow Tab (auto)completionalecpl
2010-10-27- Add rcube_addressbook::get_record_groups() (#1487089)alecpl
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ↵alecpl
instead of SELECT
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-26- Fix: don't return "empty" unlockalecpl
2010-10-26- Fix: Use internal instead of DB cache in message_index() and thread_index()alecpl
2010-10-26- Improve pre-auth and auth capabilities handlingalecpl
2010-10-26- Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081)alecpl
2010-10-26- Fix autocomplete so Tab key will not insert selected contactalecpl
2010-10-25- Add basic IMAP LIST's \Noselect option support (mark unselectable folders ↵alecpl
as virtual, etc.)
2010-10-25- Fix setting 'virtual' flag for non-existing folders in some casesalecpl
2010-10-25- Simplify some code, add some commentsalecpl
2010-10-25- Small improvements in NAMESPACE handlingalecpl
2010-10-25- Improve performance by reading optional capability response from AUTHENTICATEalecpl
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-23- Fix possible js error in hide_message() (#1487076)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-21- Add charset alias: WINDOWS-949 -> UHC (#1487072)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- Add workaround for some Outlook's wrong content-types, per discussion in ↵alecpl
#1487051
2010-10-20- Fix content-type name regexp according to RFC4288.4.2alecpl
2010-10-20- Allow underline in content-type name, per comments in #1487051alecpl
2010-10-20- Fix decoding of e-mail address strings in message headers (#1487068)alecpl
2010-10-19- Simplify/improve LSUB/LIST/SELECT commands handlingalecpl
- Store UIDNEXT, UIDVALIDITY, UNSEEN values of selected folder
2010-10-19- Use unified command identifier (AXXXX)alecpl
- Use unified methods of command execution and response parsing
2010-10-19- Remove extra newline after closing tag (#1487067)alecpl
2010-10-19- Remove unused property rcube_mail_header::falecpl
2010-10-19- Use better method for string escaping, don't add quotes when the string is ↵alecpl
a token
2010-10-18- Fix regression in rcube_imap::_threadcount() which was the reasonalecpl
why mailbox_status() returned always "1" for folders with enabled threading
2010-10-18- When read-status column is disabled create status icon in subject columnalecpl
- Change read-status column icons so they are working like in flag column - Some js code cleanup
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 MS950 as alias for CP950 (#1487063)alecpl