Commit Graph

79 Commits

Author SHA1 Message Date
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
alecpl
f1d0208380 - use memory less expensive method of searching when result is bigger than page size 2008-11-16 07:53:53 +00:00
till
250d3f76cc * fixed docblock 2008-11-16 01:40:16 +00:00
alecpl
9424cc71b3 - fix 2008-11-15 15:30:19 +00:00
alecpl
e2e745fb4e - don't use SORT when SEARCH is better (sort field not specified) 2008-11-15 14:29:45 +00:00
alecpl
3d1e777b39 - fix for skip_deleted (#1485553) 2008-11-15 11:48:41 +00:00
alecpl
84b884d761 - Fix big memory consumption and speed up searching on servers without SORT capability 2008-11-15 11:11:33 +00:00
alecpl
697cc52cff - fixes for status filter
- don't call search second time if first call returns empty (array) result
2008-11-14 11:18:00 +00:00
alecpl
e538b3dc7d - Added message status filter + fixes for r2046 (searching with SORT) 2008-11-13 10:30:06 +00:00
alecpl
0803fb007e - Use SORT for searching on servers with SORT capability 2008-11-12 09:28:12 +00:00
alecpl
e0c9741ef5 - improve messages searching with many criterias (call one SEARCH command) 2008-11-07 14:32:16 +00:00
alecpl
8498dce502 - Fix problem with numeric folder names (#1485527) 2008-10-29 12:39:12 +00:00
svncommit
c9ca6ada03 added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing 2008-10-25 00:01:45 +00:00
alecpl
28db73f7c9 - #1485468: fix attachment filename (RFC2231 related) 2008-10-06 17:47:34 +00:00
alecpl
5b4562e494 - read 'name' parameter after 'filename' and rfc2231's parameters,
Thunderbird truncate long filenames in 'name', but 'filename' contains the whole name
2008-09-26 09:20:42 +00:00
thomascube
47c9ccbf6f Also allow appending messages to inbox (if not listed) 2008-09-25 14:09:56 +00:00
alecpl
94a99c11f4 - fixed handling of apostrophes in filenames decoded according to rfc2231 2008-09-23 07:46:25 +00:00
thomascube
e93e54fb26 Tiny correction of phpdoc 2008-09-21 11:05:41 +00:00
thomascube
42e328a85f Indent with spaces not tabs. Please respect our code-style when creating patches! 2008-09-19 19:42:11 +00:00
alecpl
20a25197f3 applied tensor's patch: incorrect handling of filename of second and subsequent long non-ASCII attachments 2008-09-19 16:20:39 +00:00
alecpl
b62b5a0395 - removed temp write_log() 2008-09-16 08:51:45 +00:00
alecpl
81b573d98a - Reduced memory footprint when forwarding attachments (#1485345)
- Fixed endless loop in iil_C_HandlePartBody()
- rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part()
2008-09-16 08:49:28 +00:00
alecpl
e5686f4a01 - Added vertical splitter for folders list resizing
- Added possibility to view all headers in message view
- Fixed splitter drag/resize on Opera (#1485170)
- debug console css fixes for IE
2008-09-12 12:13:13 +00:00
thomascube
32efb0b631 Trigger SELECT command to restore connection status after reconnect (#1485330) 2008-09-10 14:57:07 +00:00
thomascube
2e6825b2e9 Applied mime_decode patch by David Lublink 2008-09-05 09:55:07 +00:00
thomascube
c505e59a6d Respect Content-Location headers in multipart/related messages (#1484946) 2008-09-05 09:29:06 +00:00
alecpl
97e9d16e30 - r1718 code cleanup 2008-09-03 11:18:06 +00:00
alecpl
5df0ad040a - Add RFC2231 header value continuations support for attachment
filenames + hack for servers that not support that feature
2008-09-03 10:52:26 +00:00
alecpl
11ef977d13 - fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response use 2008-09-02 12:29:31 +00:00
alecpl
95987c3943 - removed PHP4 class constructors 2008-08-21 06:59:45 +00:00