summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_imap_generic.php
AgeCommit message (Collapse)Author
2010-09-29- Messages caching: performance improvements, fixed syncing, fixes related ↵alec
with #1486748 git-svn-id: https://svn.roundcube.net/trunk@4007 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21- Fix: close properly IMAP connection also when user is not logged inalec
git-svn-id: https://svn.roundcube.net/trunk@3979 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-10- Code improvements + more infinite loop preventionalec
git-svn-id: https://svn.roundcube.net/trunk@3958 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-10- Return false from putLineC instead of NULL, for consistencealec
git-svn-id: https://svn.roundcube.net/trunk@3957 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-08- Small performance improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3946 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-04- Don't use mail_header_delimiter when saving mail in IMAPalec
git-svn-id: https://svn.roundcube.net/trunk@3938 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-08- Small improvement in SELECT response parsingalec
git-svn-id: https://svn.roundcube.net/trunk@3882 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-08- Improved performance of LIST/LSUB response parsingalec
git-svn-id: https://svn.roundcube.net/trunk@3881 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-04- Replace chop() with rtrim(), small improvements in fetchHeaders()alec
git-svn-id: https://svn.roundcube.net/trunk@3866 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-09- remove some debug codealec
git-svn-id: https://svn.roundcube.net/trunk@3731 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-09- Reverted r3725 changealec
git-svn-id: https://svn.roundcube.net/trunk@3730 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-08- Fix some IMAP errors handling when opening the message (#1485443)alec
git-svn-id: https://svn.roundcube.net/trunk@3726 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-07- fix for initial capability responsealec
git-svn-id: https://svn.roundcube.net/trunk@3725 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Fix handling very long THREAD responsesalec
git-svn-id: https://svn.roundcube.net/trunk@3714 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- performance improvement: we can skip THREAD when folder is emptyalec
git-svn-id: https://svn.roundcube.net/trunk@3713 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- performance improvement: skip SEARCH command when mailbox is empty and ↵alec
SEARCH is called just after SELECT git-svn-id: https://svn.roundcube.net/trunk@3712 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH responsealec
git-svn-id: https://svn.roundcube.net/trunk@3711 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Add 'imap_timeout' option (#1486760)alec
git-svn-id: https://svn.roundcube.net/trunk@3684 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Fix typo in last commitalec
git-svn-id: https://svn.roundcube.net/trunk@3630 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Parse untagged CAPABILITY response for LOGIN command (#1486742)alec
git-svn-id: https://svn.roundcube.net/trunk@3629 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-28- use @ operator for fclose() on connection handlealec
git-svn-id: https://svn.roundcube.net/trunk@3574 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-28- Fix folder subscription checking (#1486684)alec
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672) git-svn-id: https://svn.roundcube.net/trunk@3573 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- small cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@3561 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23Add class docuumentation blocks and make phpdoc work againthomasb
git-svn-id: https://svn.roundcube.net/trunk@3559 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- add iilBasicHeader alias for rcube_mail_header class, needed by messages ↵alec
cached in previous versions (#1486602) git-svn-id: https://svn.roundcube.net/trunk@3462 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31- fix save/delete draft message with enabled threading (#1486596)alec
- performance improvement using UID SEARCH intead of SEARCH + FETCH - re-fix r3445 git-svn-id: https://svn.roundcube.net/trunk@3446 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31- Fix undefined method error (#1486597)alec
git-svn-id: https://svn.roundcube.net/trunk@3445 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-30- Fix imap login (#1486591)alec
git-svn-id: https://svn.roundcube.net/trunk@3443 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-27- change namespace() to getNamespace()alec
git-svn-id: https://svn.roundcube.net/trunk@3432 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-26- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)alec
- Iloha's imap.inc rewritten into rcube_imap_generic class - rcube_imap code re-formatting git-svn-id: https://svn.roundcube.net/trunk@3429 208e9e7b-5314-0410-a742-e7e81cd9613c