Commit Graph

31 Commits (e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8)

Author SHA1 Message Date
alecpl e019f2d0f2 - s/RoundCube/Roundcube/ 15 years ago
alecpl d560e78d98 - Fix: close properly IMAP connection also when user is not logged in 15 years ago
alecpl ed302bbbed - Code improvements + more infinite loop prevention 16 years ago
alecpl a5c56b3b21 - Return false from putLineC instead of NULL, for consistence 16 years ago
alecpl 2aa2b332f6 - Small performance improvements 16 years ago
alecpl 272a7e5a24 - Don't use mail_header_delimiter when saving mail in IMAP 16 years ago
alecpl 03dbf37d5c - Small improvement in SELECT response parsing 16 years ago
alecpl 7f5b535d12 - Improved performance of LIST/LSUB response parsing 16 years ago
alecpl a31dd08826 - Replace chop() with rtrim(), small improvements in fetchHeaders() 16 years ago
alecpl b25dfd0913 - removed PHP closing tag 16 years ago
alecpl 09266796dc - remove some debug code 16 years ago
alecpl 2653fe169f - Reverted r3725 change 16 years ago
alecpl 64e3e80743 - Fix some IMAP errors handling when opening the message (#1485443) 16 years ago
alecpl b93d00026a - fix for initial capability response 16 years ago
alecpl 0bc59eeb41 - Fix handling very long THREAD responses 16 years ago
alecpl ccf250ec1d - performance improvement: we can skip THREAD when folder is empty 16 years ago
alecpl 309f49f09b - performance improvement: skip SEARCH command when mailbox is empty and SEARCH is called just after SELECT 16 years ago
alecpl ffd3e29068 - Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH response 16 years ago
alecpl f07d238b1b - Add 'imap_timeout' option (#1486760) 16 years ago
alecpl 6a86d2727a - Fix typo in last commit 16 years ago
alecpl 1d51658ba5 - Parse untagged CAPABILITY response for LOGIN command (#1486742) 16 years ago
alecpl 3978cbf4cd - use @ operator for fclose() on connection handle 16 years ago
alecpl f0485adef1 - Fix folder subscription checking (#1486684)
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672)
16 years ago
alecpl 63bff1dd31 - small cleanup 16 years ago
thomascube d062dbe18c Add class docuumentation blocks and make phpdoc work again 16 years ago
alecpl 1820932295 - add iilBasicHeader alias for rcube_mail_header class, needed by messages cached in previous versions (#1486602) 16 years ago
alecpl 6f31b356b2 - fix save/delete draft message with enabled threading (#1486596)
- performance improvement using UID SEARCH intead of SEARCH + FETCH
- re-fix r3445
16 years ago
alecpl 024f05762a - Fix undefined method error (#1486597) 16 years ago
alecpl 94a6c642cf - Fix imap login (#1486591) 16 years ago
alecpl c854241cc4 - change namespace() to getNamespace() 16 years ago
alecpl 59c216f3cc - Fix bugs on unexpected IMAP connection close (#1486190, #1486270)
- Iloha's imap.inc rewritten into rcube_imap_generic class
- rcube_imap code re-formatting
16 years ago