Age | Commit message (Expand) | Author |
2010-12-07 | - Get rid of IMAP connection message tracing | alecpl |
2010-12-03 | - Improve performance of moving or copying of all messages in a folder (use C... | alecpl |
2010-11-24 | Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE command | thomascube |
2010-11-24 | - Temporarily commented out \Noselect flag checking in select(), because of p... | alecpl |
2010-11-12 | - Fix handling of folders with name "0" (#1487119) | alecpl |
2010-11-10 | - Fix handling of message bodies (quoted-printable encoded) with NULL charact... | alecpl |
2010-11-09 | - Fix lack of IMAP server response in logged error message when using AUTHENT... | alecpl |
2010-11-09 | - Add support for shared folders (#1403507) | alecpl |
2010-11-05 | - CS fixes | alecpl |
2010-11-03 | - Use consistent naming (folder -> mailbox), fixed #1487101 | alecpl |
2010-11-02 | - Small code improvements | alecpl |
2010-10-30 | - Improve performance by invoking STATUS command once for both MESSAGES and U... | alecpl |
2010-10-29 | - Improve performance of message cache status checking when skip_disabled=true | alecpl |
2010-10-29 | - Use consistent results from some functions, code cleanup | alecpl |
2010-10-29 | - Improve performance of setting IMAP flags using .SILENT suffix | alecpl |
2010-10-28 | - Close properly IMAP connection when login fails | alecpl |
2010-10-28 | - Add SORT=DISPLAY support (RFC 5957) | alecpl |
2010-10-27 | - Improve performance of rcube_imap_generic::countMessages() using STATUS ins... | alecpl |
2010-10-26 | - Add support for selection options from LIST-EXTENDED extension (RFC 5258) ... | alecpl |
2010-10-26 | - Improve pre-auth and auth capabilities handling | alecpl |
2010-10-26 | - Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081) | alecpl |
2010-10-25 | - Add basic IMAP LIST's \Noselect option support (mark unselectable folders a... | alecpl |
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 |