alecpl
2009-06-03 1ae1d85ce493f9cc0a978038f65bbf69dc51acb0
2009-06-01 alecpl
- use explode() instead of deprecated in php5.3 split()
blob@ 977078 commitdiff | diff to current
2009-05-30 alecpl
- fixed headers prefetching
blob@ 6138a5 commitdiff | diff to current
2009-05-28 alecpl
- removed unused and declared in PHP-5.3 quoted_printable_encode function (...
blob@ a1fc8d commitdiff | diff to current
2009-05-26 alecpl
- Support UID EXPUNGE: remove only moved/deleted messages
blob@ 8234b4 commitdiff | diff to current
2009-05-20 alecpl
- Support UTF-7 encoding in messages (#1485832)
blob@ a5897a commitdiff | diff to current
2009-05-15 alecpl
- Fix Answered/Forwarded flag setting for messages from subfolders
blob@ 48958e commitdiff | diff to current
2009-05-13 alecpl
- Support UUencode content encoding (#1485839)
blob@ 1c5be6 commitdiff | diff to current
2009-05-10 alecpl
- last commit fix
blob@ 78cdeb commitdiff | diff to current
2009-05-10 alecpl
- speed up remove_message_cache() by using message uid instead of idx
blob@ 91ec0a commitdiff | diff to current
2009-05-09 alecpl
- fix \Seen flag setting with enable_caching=true (#1485843)
blob@ ae1df2 commitdiff | diff to current
2009-05-04 alecpl
- ereg -> preg
blob@ 23a2ee commitdiff | diff to current
2009-05-02 alecpl
- Use UID STORE/COPY commands
blob@ aeed58 commitdiff | diff to current
2009-04-28 alecpl
- Fix fatal error after last commit in rcube_imap (#1485825)
blob@ b20bca commitdiff | diff to current
2009-04-25 alecpl
- Fix attachment names encoding when charset isn't specified in attachment ...
blob@ d4d1a2 commitdiff | diff to current
2009-04-19 thomascube
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting som...
blob@ cc97ea commitdiff | diff to current
2009-04-14 alecpl
- use extension_loaded() instead of get_loaded_extensions()
blob@ 8b961e commitdiff | diff to current
2009-03-06 alecpl
- use US-ASCII as failover also for SORT command (when used for searching)
blob@ abb745 commitdiff | diff to current
2009-03-06 alecpl
- Use US-ASCII as failover when Unicode searching fails (#1485762) only U...
blob@ ec7464 commitdiff | diff to current
2009-02-13 alecpl
- Fix multiple recipients input parsing (#1485733) - added shared rcube_exp...
blob@ 050410 commitdiff | diff to current
2009-02-08 thomascube
Added TNEF support to decode MS Outlook (winmail.dat) attachments
blob@ 21b160 commitdiff | diff to current
2009-02-04 alecpl
- performance fix: don't fetch attachment headers twice when parse filename...
blob@ 6e047c commitdiff | diff to current
2009-01-28 alecpl
- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
blob@ 5c771c commitdiff | diff to current
2009-01-27 alecpl
- Fix large search results in non-default_imap_folders when imap_root is se...
blob@ 3866fd commitdiff | diff to current
2009-01-23 alecpl
- Fix large search results on server without SORT capability (#1485668)
blob@ 0d57de commitdiff | diff to current
2009-01-22 alecpl
- fix r2251
blob@ bc39ad commitdiff | diff to current
2009-01-22 alecpl
#1485693: fix for addresses without angle brackets
blob@ 4f2714 commitdiff | diff to current
2009-01-18 alecpl
#1484467: fix problems with backslash as imap hierarchy delimiter
blob@ b7c168 commitdiff | diff to current
2009-01-16 till
* bumping up copyright (happy new year ;-))
blob@ cbbef3 commitdiff | diff to current
2009-01-16 alecpl
- Fix address names with '@' sign handling (#1485654)
blob@ c58c0a commitdiff | diff to current
2009-01-08 alecpl
- Improve messages display performance
blob@ 7a229b commitdiff | diff to current
2008-12-25 alecpl
- fix imap::set_options()
blob@ 922c2d commitdiff | diff to current
2008-12-24 thomascube
Allow empty strings for imap_root config parameter (was changed in r2143) t...
blob@ 230f94 commitdiff | diff to current
2008-12-12 alecpl
#1485622: fix rcube_imap::message_index() to return always messages IDs
blob@ 2b5c12 commitdiff | diff to current
2008-12-06 alecpl
- Fix sorting of folders with more than 2 levels (#1485569)
blob@ 0b5539 commitdiff | diff to current
2008-11-27 alecpl
- don't convert false to array, to prevent from some warnings
blob@ 57a92b commitdiff | diff to current
2008-11-22 alecpl
- fix r2076: removed cache.session_id column, removed DELETEs from cache in...
blob@ dcf780 commitdiff | diff to current
2008-11-21 alecpl
- Increase speed of session destroy and garbage clean up - Fix session time...
blob@ 3e48d2 commitdiff | diff to current
2008-11-21 alecpl
- Fix 'cache' table cleanup on session destroy (#1485516)
blob@ be7d3b commitdiff | diff to current
2008-11-20 alecpl
#1485573: fix part=0 handling
blob@ 73ba7c commitdiff | diff to current
2008-11-20 alecpl
- Speed up raw message body handling (call FETCH only once for the whole me...
blob@ 322b79 commitdiff | diff to current
2008-11-16 alecpl
- use memory less expensive method of searching when result is bigger than ...
blob@ f1d020 commitdiff | diff to current
2008-11-15 till
* fixed docblock
blob@ 250d3f commitdiff | diff to current
2008-11-15 alecpl
- fix
blob@ 9424cc commitdiff | diff to current
2008-11-15 alecpl
- don't use SORT when SEARCH is better (sort field not specified)
blob@ e2e745 commitdiff | diff to current
2008-11-15 alecpl
- fix for skip_deleted (#1485553)
blob@ 3d1e77 commitdiff | diff to current
2008-11-15 alecpl
- Fix big memory consumption and speed up searching on servers without SORT...
blob@ 84b884 commitdiff | diff to current
2008-11-14 alecpl
- fixes for status filter - don't call search second time if first call ret...
blob@ 697cc5 commitdiff | diff to current
2008-11-13 alecpl
- Added message status filter + fixes for r2046 (searching with SORT)
blob@ e538b3 commitdiff | diff to current
2008-11-12 alecpl
- Use SORT for searching on servers with SORT capability
blob@ 0803fb commitdiff | diff to current
2008-11-07 alecpl
- improve messages searching with many criterias (call one SEARCH command)
blob@ e0c974 commitdiff | diff to current
first | « prev | next »