summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_imap.php
AgeCommit message (Collapse)Author
2009-06-08- make searching aware of 'skip_deleted'alec
git-svn-id: https://svn.roundcube.net/trunk@2625 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-05- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options ↵alec
handling in UI git-svn-id: https://svn.roundcube.net/trunk@2615 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-01- use explode() instead of deprecated in php5.3 split()alec
git-svn-id: https://svn.roundcube.net/trunk@2587 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-30- fixed headers prefetchingalec
git-svn-id: https://svn.roundcube.net/trunk@2577 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-28- removed unused and declared in PHP-5.3 quoted_printable_encode function ↵alec
(#1485879) git-svn-id: https://svn.roundcube.net/trunk@2554 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-26- Support UID EXPUNGE: remove only moved/deleted messagesalec
git-svn-id: https://svn.roundcube.net/trunk@2540 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-20- Support UTF-7 encoding in messages (#1485832)alec
git-svn-id: https://svn.roundcube.net/trunk@2505 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-15- Fix Answered/Forwarded flag setting for messages from subfoldersalec
git-svn-id: https://svn.roundcube.net/trunk@2487 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-13- Support UUencode content encoding (#1485839)alec
git-svn-id: https://svn.roundcube.net/trunk@2471 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-10- last commit fixalec
git-svn-id: https://svn.roundcube.net/trunk@2466 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-10- speed up remove_message_cache() by using message uid instead of idxalec
git-svn-id: https://svn.roundcube.net/trunk@2465 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-09- fix \Seen flag setting with enable_caching=true (#1485843)alec
git-svn-id: https://svn.roundcube.net/trunk@2462 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-04- ereg -> pregalec
git-svn-id: https://svn.roundcube.net/trunk@2453 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-02- Use UID STORE/COPY commandsalec
git-svn-id: https://svn.roundcube.net/trunk@2448 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-28- Fix fatal error after last commit in rcube_imap (#1485825)alec
git-svn-id: https://svn.roundcube.net/trunk@2436 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-25- Fix attachment names encoding when charset isn't specified in attachment ↵alec
part (#1484969): assume that the message charset or charset of the first part is better for attachment names than detected by roundcube git-svn-id: https://svn.roundcube.net/trunk@2426 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-14- use extension_loaded() instead of get_loaded_extensions()alec
git-svn-id: https://svn.roundcube.net/trunk@2389 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- use US-ASCII as failover also for SORT command (when used for searching)alec
git-svn-id: https://svn.roundcube.net/trunk@2335 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- Use US-ASCII as failover when Unicode searching fails (#1485762)alec
only US-ASCII is a must-have charset from IMAP's RFC git-svn-id: https://svn.roundcube.net/trunk@2334 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-13- Fix multiple recipients input parsing (#1485733)alec
- added shared rcube_explode_quoted_string() function git-svn-id: https://svn.roundcube.net/trunk@2291 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-08Added TNEF support to decode MS Outlook (winmail.dat) attachmentsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2282 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-04- performance fix: don't fetch attachment headers twice when parse filename ↵alec
cont. values git-svn-id: https://svn.roundcube.net/trunk@2271 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-28- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)alec
git-svn-id: https://svn.roundcube.net/trunk@2263 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-27- Fix large search results in non-default_imap_folders when imap_root is set ↵alec
(#1485703) git-svn-id: https://svn.roundcube.net/trunk@2262 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-23- Fix large search results on server without SORT capability (#1485668)alec
git-svn-id: https://svn.roundcube.net/trunk@2259 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-22- fix r2251alec
git-svn-id: https://svn.roundcube.net/trunk@2253 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-22#1485693: fix for addresses without angle bracketsalec
git-svn-id: https://svn.roundcube.net/trunk@2251 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-18#1484467: fix problems with backslash as imap hierarchy delimiteralec
git-svn-id: https://svn.roundcube.net/trunk@2240 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-16- Fix address names with '@' sign handling (#1485654)alec
git-svn-id: https://svn.roundcube.net/trunk@2234 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-08- Improve messages display performancealec
git-svn-id: https://svn.roundcube.net/trunk@2222 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-25- fix imap::set_options()alec
git-svn-id: https://svn.roundcube.net/trunk@2189 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-24Allow empty strings for imap_root config parameter (was changed in r2143) to ↵thomasb
remain backward compatible but cache imap root and delimiter in session git-svn-id: https://svn.roundcube.net/trunk@2188 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-12#1485622: fix rcube_imap::message_index() to return always messages IDsalec
git-svn-id: https://svn.roundcube.net/trunk@2149 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-06- Fix sorting of folders with more than 2 levels (#1485569)alec
git-svn-id: https://svn.roundcube.net/trunk@2126 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-27- don't convert false to array, to prevent from some warningsalec
git-svn-id: https://svn.roundcube.net/trunk@2092 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-22- fix r2076: removed cache.session_id column, removed DELETEs from cache in ↵alec
session_gc - trust DB server's time when "touching" cache and messages tables git-svn-id: https://svn.roundcube.net/trunk@2077 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-21- Increase speed of session destroy and garbage clean upalec
- Fix session timeout when DB server got clock skew (#1485490) git-svn-id: https://svn.roundcube.net/trunk@2076 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-21- Fix 'cache' table cleanup on session destroy (#1485516)alec
git-svn-id: https://svn.roundcube.net/trunk@2075 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-20#1485573: fix part=0 handlingalec
git-svn-id: https://svn.roundcube.net/trunk@2071 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-20- Speed up raw message body handling (call FETCH only once for the whole ↵alec
message insteade of twice for headers and body) git-svn-id: https://svn.roundcube.net/trunk@2069 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-16- use memory less expensive method of searching when result is bigger than ↵alec
page size git-svn-id: https://svn.roundcube.net/trunk@2059 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-16* fixed docblocktill
git-svn-id: https://svn.roundcube.net/trunk@2058 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-15- fixalec
git-svn-id: https://svn.roundcube.net/trunk@2056 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-15- don't use SORT when SEARCH is better (sort field not specified)alec
git-svn-id: https://svn.roundcube.net/trunk@2055 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-15- fix for skip_deleted (#1485553)alec
git-svn-id: https://svn.roundcube.net/trunk@2054 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-15- Fix big memory consumption and speed up searching on servers without SORT ↵alec
capability git-svn-id: https://svn.roundcube.net/trunk@2053 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-14- fixes for status filteralec
- don't call search second time if first call returns empty (array) result git-svn-id: https://svn.roundcube.net/trunk@2052 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-13- Added message status filter + fixes for r2046 (searching with SORT)alec
git-svn-id: https://svn.roundcube.net/trunk@2049 208e9e7b-5314-0410-a742-e7e81cd9613c