Age | Commit message (Expand) | Author |
2010-10-25 | - Simplify some code, add some comments | alecpl |
2010-10-25 | - Small improvements in NAMESPACE handling | alecpl |
2010-10-25 | - Improve performance by reading optional capability response from AUTHENTICATE | alecpl |
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 | - Add SASL-IR support (RFC 4959) | alecpl |
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 SELE... | alecpl |
2010-10-19 | - Simplify/improve LSUB/LIST/SELECT commands handling | alecpl |
2010-10-19 | - Use unified command identifier (AXXXX) | alecpl |
2010-10-19 | - Remove unused property rcube_mail_header::f | alecpl |
2010-10-19 | - Use better method for string escaping, don't add quotes when the string is ... | alecpl |
2010-10-18 | - Add ACL extension support into IMAP classes (RFC4314) ... | alecpl |
2010-10-17 | - Add LITERAL+ support (RFC2088) | alecpl |
2010-10-14 | - Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905 | alecpl |
2010-10-14 | - Improved IMAP errors handling | alecpl |
2010-10-05 | - Fix handling of backslash as IMAP delimiter | alecpl |
2010-10-04 | - Minimize FETCH response for messages listing (when caching is disabled) | alecpl |
2010-10-04 | - Add Reply-to-List feature (#1484252) | alecpl |
2010-09-29 | - Messages caching: performance improvements, fixed syncing, fixes related wi... | alecpl |
2010-09-25 | - s/RoundCube/Roundcube/ | alecpl |
2010-09-21 | - Fix: close properly IMAP connection also when user is not logged in | alecpl |
2010-09-10 | - Code improvements + more infinite loop prevention | alecpl |
2010-09-10 | - Return false from putLineC instead of NULL, for consistence | alecpl |
2010-09-08 | - Small performance improvements | alecpl |
2010-09-04 | - Don't use mail_header_delimiter when saving mail in IMAP | alecpl |
2010-08-08 | - Small improvement in SELECT response parsing | alecpl |
2010-08-08 | - Improved performance of LIST/LSUB response parsing | alecpl |
2010-08-04 | - Replace chop() with rtrim(), small improvements in fetchHeaders() | alecpl |
2010-06-23 | - removed PHP closing tag | alecpl |
2010-06-09 | - remove some debug code | alecpl |
2010-06-09 | - Reverted r3725 change | alecpl |
2010-06-08 | - Fix some IMAP errors handling when opening the message (#1485443) | alecpl |
2010-06-07 | - fix for initial capability response | alecpl |
2010-06-04 | - Fix handling very long THREAD responses | alecpl |
2010-06-04 | - performance improvement: we can skip THREAD when folder is empty | alecpl |
2010-06-04 | - performance improvement: skip SEARCH command when mailbox is empty and SEAR... | alecpl |
2010-06-04 | - Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH response | alecpl |
2010-05-28 | - Add 'imap_timeout' option (#1486760) | alecpl |
2010-05-18 | - Fix typo in last commit | alecpl |
2010-05-18 | - Parse untagged CAPABILITY response for LOGIN command (#1486742) | alecpl |
2010-04-28 | - use @ operator for fclose() on connection handle | alecpl |
2010-04-28 | - Fix folder subscription checking (#1486684) | alecpl |
2010-04-23 | - small cleanup | alecpl |
2010-04-23 | Add class docuumentation blocks and make phpdoc work again | thomascube |
2010-04-01 | - add iilBasicHeader alias for rcube_mail_header class, needed by messages ca... | alecpl |
2010-03-31 | - fix save/delete draft message with enabled threading (#1486596) | alecpl |
2010-03-31 | - Fix undefined method error (#1486597) | alecpl |
2010-03-30 | - Fix imap login (#1486591) | alecpl |