Commit Graph

108 Commits

Author SHA1 Message Date
alecpl
4e92534105 - more performance improvements of caching 2009-06-24 11:49:49 +00:00
alecpl
ac622998f9 - Fix non-unicode characters caching in unicode database (#1484608) 2009-06-24 09:44:05 +00:00
alecpl
b32cb21a7d - more preformance improvements of messages caching + some code refactoring 2009-06-23 07:17:49 +00:00
alecpl
ad84f9c06c - performance improvements of messages caching 2009-06-22 18:32:51 +00:00
alecpl
ecb9fb058d - use RCMAIL_CHARSET instead of hardcoded 'utf-8' 2009-06-22 16:20:34 +00:00
alecpl
28674a848a - fix bug in delete_mailbox when deleting many folders 2009-06-17 18:01:07 +00:00
alecpl
e20e310162 - Fix messages searching on MailEnable IMAP (#1485762) 2009-06-10 18:13:20 +00:00
alecpl
2dd7ee346f - Fixed many 'skip_deleted' issues (#1485634)
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
2009-06-10 12:07:55 +00:00
alecpl
384d83adb9 - make searching aware of 'skip_deleted' 2009-06-08 17:45:09 +00:00
alecpl
0b2ce91f25 - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI 2009-06-05 16:13:24 +00:00
alecpl
977078372e - use explode() instead of deprecated in php5.3 split() 2009-06-01 08:09:40 +00:00
alecpl
6138a55f80 - fixed headers prefetching 2009-05-30 17:08:30 +00:00
alecpl
a1fc8d2518 - removed unused and declared in PHP-5.3 quoted_printable_encode function (#1485879) 2009-05-28 06:19:45 +00:00
alecpl
8234b4c6bc - Support UID EXPUNGE: remove only moved/deleted messages 2009-05-26 08:50:10 +00:00
alecpl
a5897a3e38 - Support UTF-7 encoding in messages (#1485832) 2009-05-20 09:55:15 +00:00
alecpl
48958e0512 - Fix Answered/Forwarded flag setting for messages from subfolders 2009-05-15 13:34:04 +00:00
alecpl
1c5be6f792 - Support UUencode content encoding (#1485839) 2009-05-13 07:09:49 +00:00
alecpl
78cdeba1a8 - last commit fix 2009-05-10 09:01:18 +00:00
alecpl
91ec0a0559 - speed up remove_message_cache() by using message uid instead of idx 2009-05-10 08:59:39 +00:00
alecpl
ae1df26948 - fix \Seen flag setting with enable_caching=true (#1485843) 2009-05-09 16:35:20 +00:00
alecpl
23a2eec4d5 - ereg -> preg 2009-05-04 08:31:55 +00:00
alecpl
aeed58d5af - Use UID STORE/COPY commands 2009-05-02 19:19:39 +00:00
alecpl
b20bca7df2 - Fix fatal error after last commit in rcube_imap (#1485825) 2009-04-28 19:30:03 +00:00
alecpl
d4d1a2505d - Fix attachment names encoding when charset isn't specified in attachment part (#1484969):
assume that the message charset or charset of the first part is better for attachment names
  than detected by roundcube
2009-04-25 18:38:59 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
8b961eef04 - use extension_loaded() instead of get_loaded_extensions() 2009-04-14 08:03:39 +00:00
alecpl
abb7450380 - use US-ASCII as failover also for SORT command (when used for searching) 2009-03-06 20:58:32 +00:00
alecpl
ec74645d46 - Use US-ASCII as failover when Unicode searching fails (#1485762)
only US-ASCII is a must-have charset from IMAP's RFC
2009-03-06 20:52:21 +00:00
alecpl
050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
2009-02-13 10:44:49 +00:00
thomascube
21b160f38c Added TNEF support to decode MS Outlook (winmail.dat) attachments 2009-02-08 20:38:54 +00:00
alecpl
6e047cff29 - performance fix: don't fetch attachment headers twice when parse filename cont. values 2009-02-04 11:16:17 +00:00
alecpl
5c771cb25e - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) 2009-01-28 10:52:02 +00:00
alecpl
3866fd4681 - Fix large search results in non-default_imap_folders when imap_root is set (#1485703) 2009-01-27 07:31:14 +00:00
alecpl
0d57de907f - Fix large search results on server without SORT capability (#1485668) 2009-01-23 19:09:57 +00:00
alecpl
bc39ad2a22 - fix r2251 2009-01-22 14:49:50 +00:00
alecpl
4f27148d40 #1485693: fix for addresses without angle brackets 2009-01-22 14:43:39 +00:00
alecpl
b7c1685b2d #1484467: fix problems with backslash as imap hierarchy delimiter 2009-01-18 10:58:32 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
alecpl
c58c0aedba - Fix address names with '@' sign handling (#1485654) 2009-01-16 19:32:58 +00:00
alecpl
7a229b9e33 - Improve messages display performance 2009-01-08 12:40:18 +00:00
alecpl
922c2d923a - fix imap::set_options() 2008-12-25 08:33:21 +00:00
thomascube
230f944bf6 Allow empty strings for imap_root config parameter (was changed in r2143) to remain backward compatible but cache imap root and delimiter in session 2008-12-24 14:29:47 +00:00
alecpl
2b5c123aad #1485622: fix rcube_imap::message_index() to return always messages IDs 2008-12-12 11:57:20 +00:00
alecpl
0b5539e3dc - Fix sorting of folders with more than 2 levels (#1485569) 2008-12-06 18:52:18 +00:00
alecpl
57a92b5ada - don't convert false to array, to prevent from some warnings 2008-11-27 10:56:39 +00:00
alecpl
dcf780a6bd - fix r2076: removed cache.session_id column, removed DELETEs from cache in session_gc
- trust DB server's time when "touching" cache and messages tables
2008-11-22 18:06:13 +00:00
alecpl
3e48d2eee1 - Increase speed of session destroy and garbage clean up
- Fix session timeout when DB server got clock skew (#1485490)
2008-11-21 18:19:30 +00:00
alecpl
be7d3b6918 - Fix 'cache' table cleanup on session destroy (#1485516) 2008-11-21 14:33:58 +00:00
alecpl
73ba7caadb #1485573: fix part=0 handling 2008-11-20 17:45:31 +00:00
alecpl
322b79db06 - Speed up raw message body handling (call FETCH only once for the whole message insteade of twice for headers and body) 2008-11-20 08:46:59 +00:00