summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_imap_generic.php
AgeCommit message (Expand)Author
2010-10-28- Close properly IMAP connection when login failsalec
2010-10-28- Add SORT=DISPLAY support (RFC 5957)alec
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ins...alec
2010-10-26- Add support for selection options from LIST-EXTENDED extension (RFC 5258) ...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- 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- Add SASL-IR support (RFC 4959)alec
2010-10-22- Add LIST-STATUS support in rcube_imap_generic class (RFC5819)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-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- Add ACL extension support into IMAP classes (RFC4314) ...alec
2010-10-17- Add LITERAL+ support (RFC2088)alec
2010-10-14- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905alec
2010-10-14- Improved IMAP errors handlingalec
2010-10-05- Fix handling of backslash as IMAP delimiteralec
2010-10-04- Minimize FETCH response for messages listing (when caching is disabled)alec
2010-10-04- Add Reply-to-List feature (#1484252)alec
2010-09-29- Messages caching: performance improvements, fixed syncing, fixes related wi...alec
2010-09-25- s/RoundCube/Roundcube/alec
2010-09-21- Fix: close properly IMAP connection also when user is not logged inalec
2010-09-10- Code improvements + more infinite loop preventionalec
2010-09-10- Return false from putLineC instead of NULL, for consistencealec
2010-09-08- Small performance improvementsalec
2010-09-04- Don't use mail_header_delimiter when saving mail in IMAPalec
2010-08-08- Small improvement in SELECT response parsingalec
2010-08-08- Improved performance of LIST/LSUB response parsingalec
2010-08-04- Replace chop() with rtrim(), small improvements in fetchHeaders()alec
2010-06-23- removed PHP closing tagalec
2010-06-09- remove some debug codealec
2010-06-09- Reverted r3725 changealec
2010-06-08- Fix some IMAP errors handling when opening the message (#1485443)alec
2010-06-07- fix for initial capability responsealec
2010-06-04- Fix handling very long THREAD responsesalec
2010-06-04- performance improvement: we can skip THREAD when folder is emptyalec
2010-06-04- performance improvement: skip SEARCH command when mailbox is empty and SEAR...alec
2010-06-04- Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH responsealec
2010-05-28- Add 'imap_timeout' option (#1486760)alec
2010-05-18- Fix typo in last commitalec
2010-05-18- Parse untagged CAPABILITY response for LOGIN command (#1486742)alec
2010-04-28- use @ operator for fclose() on connection handlealec