Commit Graph

32 Commits

Author SHA1 Message Date
alecpl
eacce9b3f5 - Messages caching: performance improvements, fixed syncing, fixes related with #1486748 2010-09-29 12:15:04 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
d560e78d98 - Fix: close properly IMAP connection also when user is not logged in 2010-09-21 07:54:21 +00:00
alecpl
ed302bbbed - Code improvements + more infinite loop prevention 2010-09-10 10:44:02 +00:00
alecpl
a5c56b3b21 - Return false from putLineC instead of NULL, for consistence 2010-09-10 09:40:57 +00:00
alecpl
2aa2b332f6 - Small performance improvements 2010-09-08 09:40:39 +00:00
alecpl
272a7e5a24 - Don't use mail_header_delimiter when saving mail in IMAP 2010-09-04 08:01:10 +00:00
alecpl
03dbf37d5c - Small improvement in SELECT response parsing 2010-08-08 11:39:19 +00:00
alecpl
7f5b535d12 - Improved performance of LIST/LSUB response parsing 2010-08-08 10:53:57 +00:00
alecpl
a31dd08826 - Replace chop() with rtrim(), small improvements in fetchHeaders() 2010-08-04 13:49:48 +00:00
alecpl
b25dfd0913 - removed PHP closing tag 2010-06-23 09:55:08 +00:00
alecpl
09266796dc - remove some debug code 2010-06-09 06:18:54 +00:00
alecpl
2653fe169f - Reverted r3725 change 2010-06-09 06:16:09 +00:00
alecpl
64e3e80743 - Fix some IMAP errors handling when opening the message (#1485443) 2010-06-08 12:46:05 +00:00
alecpl
b93d00026a - fix for initial capability response 2010-06-07 10:03:59 +00:00
alecpl
0bc59eeb41 - Fix handling very long THREAD responses 2010-06-04 11:05:59 +00:00
alecpl
ccf250ec1d - performance improvement: we can skip THREAD when folder is empty 2010-06-04 10:06:10 +00:00
alecpl
309f49f09b - performance improvement: skip SEARCH command when mailbox is empty and SEARCH is called just after SELECT 2010-06-04 09:58:37 +00:00
alecpl
ffd3e29068 - Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH response 2010-06-04 09:16:30 +00:00
alecpl
f07d238b1b - Add 'imap_timeout' option (#1486760) 2010-05-28 13:54:32 +00:00
alecpl
6a86d2727a - Fix typo in last commit 2010-05-18 12:08:23 +00:00
alecpl
1d51658ba5 - Parse untagged CAPABILITY response for LOGIN command (#1486742) 2010-05-18 11:58:12 +00:00
alecpl
3978cbf4cd - use @ operator for fclose() on connection handle 2010-04-28 16:57:09 +00:00
alecpl
f0485adef1 - Fix folder subscription checking (#1486684)
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672)
2010-04-28 12:24:48 +00:00
alecpl
63bff1dd31 - small cleanup 2010-04-23 18:18:30 +00:00
thomascube
d062dbe18c Add class docuumentation blocks and make phpdoc work again 2010-04-23 14:25:28 +00:00
alecpl
1820932295 - add iilBasicHeader alias for rcube_mail_header class, needed by messages cached in previous versions (#1486602) 2010-04-01 12:04:59 +00:00
alecpl
6f31b356b2 - fix save/delete draft message with enabled threading (#1486596)
- performance improvement using UID SEARCH intead of SEARCH + FETCH
- re-fix r3445
2010-03-31 07:14:32 +00:00
alecpl
024f05762a - Fix undefined method error (#1486597) 2010-03-31 06:25:23 +00:00
alecpl
94a6c642cf - Fix imap login (#1486591) 2010-03-30 06:29:23 +00:00
alecpl
c854241cc4 - change namespace() to getNamespace() 2010-03-27 16:57:15 +00:00
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
2010-03-26 21:03:22 +00:00