Age | Commit message (Expand) | Author |
2009-05-26 | - Support UID EXPUNGE: remove only moved/deleted messages | alecpl |
2009-05-20 | - Support UTF-7 encoding in messages (#1485832) | alecpl |
2009-05-15 | - Fix Answered/Forwarded flag setting for messages from subfolders | alecpl |
2009-05-13 | - Support UUencode content encoding (#1485839) | alecpl |
2009-05-10 | - last commit fix | alecpl |
2009-05-10 | - speed up remove_message_cache() by using message uid instead of idx | alecpl |
2009-05-09 | - fix \Seen flag setting with enable_caching=true (#1485843) | alecpl |
2009-05-04 | - ereg -> preg | alecpl |
2009-05-02 | - Use UID STORE/COPY commands | alecpl |
2009-04-28 | - Fix fatal error after last commit in rcube_imap (#1485825) | alecpl |
2009-04-25 | - Fix attachment names encoding when charset isn't specified in attachment pa... | alecpl |
2009-04-19 | Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ... | thomascube |
2009-04-14 | - use extension_loaded() instead of get_loaded_extensions() | alecpl |
2009-03-06 | - use US-ASCII as failover also for SORT command (when used for searching) | alecpl |
2009-03-06 | - Use US-ASCII as failover when Unicode searching fails (#1485762) | alecpl |
2009-02-13 | - Fix multiple recipients input parsing (#1485733) | alecpl |
2009-02-08 | Added TNEF support to decode MS Outlook (winmail.dat) attachments | thomascube |
2009-02-04 | - performance fix: don't fetch attachment headers twice when parse filename c... | alecpl |
2009-01-28 | - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) | alecpl |
2009-01-27 | - Fix large search results in non-default_imap_folders when imap_root is set ... | alecpl |
2009-01-23 | - Fix large search results on server without SORT capability (#1485668) | alecpl |
2009-01-22 | - fix r2251 | alecpl |
2009-01-22 | #1485693: fix for addresses without angle brackets | alecpl |
2009-01-18 | #1484467: fix problems with backslash as imap hierarchy delimiter | alecpl |
2009-01-17 | * bumping up copyright (happy new year ;-)) | till |
2009-01-16 | - Fix address names with '@' sign handling (#1485654) | alecpl |
2009-01-08 | - Improve messages display performance | alecpl |
2008-12-25 | - fix imap::set_options() | alecpl |
2008-12-24 | Allow empty strings for imap_root config parameter (was changed in r2143) to ... | thomascube |
2008-12-12 | #1485622: fix rcube_imap::message_index() to return always messages IDs | alecpl |
2008-12-06 | - Fix sorting of folders with more than 2 levels (#1485569) | alecpl |
2008-11-27 | - don't convert false to array, to prevent from some warnings | alecpl |
2008-11-22 | - fix r2076: removed cache.session_id column, removed DELETEs from cache in s... | alecpl |
2008-11-21 | - Increase speed of session destroy and garbage clean up | alecpl |
2008-11-21 | - Fix 'cache' table cleanup on session destroy (#1485516) | alecpl |
2008-11-20 | #1485573: fix part=0 handling | alecpl |
2008-11-20 | - Speed up raw message body handling (call FETCH only once for the whole mess... | alecpl |
2008-11-16 | - use memory less expensive method of searching when result is bigger than pa... | alecpl |
2008-11-16 | * fixed docblock | till |
2008-11-15 | - fix | alecpl |
2008-11-15 | - don't use SORT when SEARCH is better (sort field not specified) | alecpl |
2008-11-15 | - fix for skip_deleted (#1485553) | alecpl |
2008-11-15 | - Fix big memory consumption and speed up searching on servers without SORT c... | alecpl |
2008-11-14 | - fixes for status filter | alecpl |
2008-11-13 | - Added message status filter + fixes for r2046 (searching with SORT) | alecpl |
2008-11-12 | - Use SORT for searching on servers with SORT capability | alecpl |
2008-11-07 | - improve messages searching with many criterias (call one SEARCH command) | alecpl |
2008-10-29 | - Fix problem with numeric folder names (#1485527) | alecpl |
2008-10-25 | added obscure ASCII encoding aliases, added more error checking to RFC2822 da... | svncommit |
2008-10-06 | - #1485468: fix attachment filename (RFC2231 related) | alecpl |