summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Expand)Author
2010-10-28- Add SORT=DISPLAY support (RFC 5957)alec
2010-10-27- Add rcube_addressbook::get_record_groups() (#1487089)alec
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ins...alec
2010-10-27- Fix handling of URLs with semicolon (;) character (#1487088)alec
2010-10-26- Fix handling of URLs with tilde (~) character (#1487087)alec
2010-10-26- Add support for selection options from LIST-EXTENDED extension (RFC 5258) ...alec
2010-10-26- Fix: don't return "empty" unlockalec
2010-10-26- Fix: Use internal instead of DB cache in message_index() and thread_index()alec
2010-10-26- Improve pre-auth and auth capabilities handlingalec
2010-10-26- Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081)alec
2010-10-25- Add basic IMAP LIST's \Noselect option support (mark unselectable folders a...alec
2010-10-25- Fix setting 'virtual' flag for non-existing folders in some casesalec
2010-10-25- Simplify some code, add some commentsalec
2010-10-25- Small improvements in NAMESPACE handlingalec
2010-10-25- Improve performance by reading optional capability response from AUTHENTICATEalec
2010-10-23- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)alec
2010-10-22- Add support for IMAP proxy authentication (#1486690)alec
2010-10-22- Re-implemented SMTP proxy authorization supportalec
2010-10-22- Add SASL-IR support (RFC 4959)alec
2010-10-22List groups in address detail view and allow to subscribe/unsubscribe from th...thomasb
2010-10-22- Add LIST-STATUS support in rcube_imap_generic class (RFC5819)alec
2010-10-21- Add charset alias: WINDOWS-949 -> UHC (#1487072)alec
2010-10-20- Improve performance of messages counting using ESEARCH extension (RFC4731)alec
2010-10-20- Improve performance of unseen messages counting, use STATUS instead of SELE...alec
2010-10-20- Fix handling of attachments when Content-Disposition is not inline nor atta...alec
2010-10-20- Fix content-type name regexp according to RFC4288.4.2alec
2010-10-20- Allow underline in content-type name, per comments in #1487051alec
2010-10-20- Fix decoding of e-mail address strings in message headers (#1487068)alec
2010-10-19- Simplify/improve LSUB/LIST/SELECT commands handlingalec
2010-10-19- Use unified command identifier (AXXXX)alec
2010-10-19- Remove unused property rcube_mail_header::falec
2010-10-19- Use better method for string escaping, don't add quotes when the string is ...alec
2010-10-18- Fix regression in rcube_imap::_threadcount() which was the reasonalec
2010-10-18- Add ACL extension support into IMAP classes (RFC4314) ...alec
2010-10-17- Add MS950 as alias for CP950 (#1487063)alec
2010-10-17- Add LITERAL+ support (RFC2088)alec
2010-10-14- Fix bug in rcube_plugin::local_skin_path()alec
2010-10-14- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905alec
2010-10-14- improved IMAP errors handling (continue)alec
2010-10-14- Improved IMAP errors handlingalec
2010-10-13- Improve displaying of UI messages (#1486977)alec
2010-10-12- update RCMAIL_VERSIONalec
2010-10-12- Fix links handlingalec
2010-10-11- Add SASL proxy authentication for SMTP (#1486693)alec
2010-10-09- Add caching support in id2uid and uid2id functions (#1487019), Fix get_mess...alec
2010-10-08- Performance fix for case when session_lifetime=0, fixed indentationalec
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alec
2010-10-07- Support one argument of type array, instead of n arguments for rcube_mdb2::...alec
2010-10-06- Use empty envelope sender address for message disposition notifications (RF...alec
2010-10-06- Make htmleditor option behaviour consistent, add option to use HTML on repl...alec