summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_imap.php
AgeCommit message (Collapse)Author
2008-11-12- Use SORT for searching on servers with SORT capabilityalec
git-svn-id: https://svn.roundcube.net/trunk@2046 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-07- improve messages searching with many criterias (call one SEARCH command)alec
git-svn-id: https://svn.roundcube.net/trunk@2044 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-29- Fix problem with numeric folder names (#1485527)alec
git-svn-id: https://svn.roundcube.net/trunk@2021 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵estadtherr
date parsing git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-06- #1485468: fix attachment filename (RFC2231 related) alec
git-svn-id: https://svn.roundcube.net/trunk@1944 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-26- read 'name' parameter after 'filename' and rfc2231's parameters, alec
Thunderbird truncate long filenames in 'name', but 'filename' contains the whole name git-svn-id: https://svn.roundcube.net/trunk@1894 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-25Also allow appending messages to inbox (if not listed)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1892 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-23- fixed handling of apostrophes in filenames decoded according to rfc2231alec
git-svn-id: https://svn.roundcube.net/trunk@1884 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21Tiny correction of phpdocthomasb
git-svn-id: https://svn.roundcube.net/trunk@1872 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19Indent with spaces not tabs. Please respect our code-style when creating ↵thomasb
patches! git-svn-id: https://svn.roundcube.net/trunk@1857 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19applied tensor's patch: incorrect handling of filename of second and ↵alec
subsequent long non-ASCII attachments git-svn-id: https://svn.roundcube.net/trunk@1849 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- removed temp write_log()alec
git-svn-id: https://svn.roundcube.net/trunk@1801 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alec
- Fixed endless loop in iil_C_HandlePartBody() - rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part() git-svn-id: https://svn.roundcube.net/trunk@1800 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12- Added vertical splitter for folders list resizingalec
- Added possibility to view all headers in message view - Fixed splitter drag/resize on Opera (#1485170) - debug console css fixes for IE git-svn-id: https://svn.roundcube.net/trunk@1766 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-10Trigger SELECT command to restore connection status after reconnect (#1485330)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1759 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Applied mime_decode patch by David Lublinkthomasb
git-svn-id: https://svn.roundcube.net/trunk@1738 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Respect Content-Location headers in multipart/related messages (#1484946)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1736 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03- r1718 code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@1720 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03- Add RFC2231 header value continuations support for attachmentalec
filenames + hack for servers that not support that feature git-svn-id: https://svn.roundcube.net/trunk@1718 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-02- fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response usealec
git-svn-id: https://svn.roundcube.net/trunk@1713 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21- removed PHP4 class constructorsalec
git-svn-id: https://svn.roundcube.net/trunk@1664 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-05#1485229: fixed mailboxlist sorting for folder names with upper casealec
git-svn-id: https://svn.roundcube.net/trunk@1629 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-15Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1590 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-30- Added flag column on messages list (#1484623)alec
git-svn-id: https://svn.roundcube.net/trunk@1580 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Store compose parameters in session and redirect to a unique URLthomasb
git-svn-id: https://svn.roundcube.net/trunk@1562 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-18Revert changes from r994 and make cram-md5 work again (#1484819)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1557 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-11- don't call expunge and don't remove message row after message movealec
if flag_for_deletion is set to true (#1485002) git-svn-id: https://svn.roundcube.net/trunk@1508 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-07-added encoding detection for attachment names when message part hasn't got ↵alec
charset definition (#1484969) git-svn-id: https://svn.roundcube.net/trunk@1490 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-05Fix structure parsing and html output for multipart messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1480 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-05#1485106alec
git-svn-id: https://svn.roundcube.net/trunk@1479 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-05Fix fallback if no message strucutre is provided by the imap serverthomasb
git-svn-id: https://svn.roundcube.net/trunk@1476 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-05Use internal strtolower function because mbstring is optionalthomasb
git-svn-id: https://svn.roundcube.net/trunk@1475 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30-cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@1454 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30- Support for subfolders in default/protected folders (#1484665)alec
git-svn-id: https://svn.roundcube.net/trunk@1453 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-28Pass auth_type as argument; don't start session if started from command linethomasb
git-svn-id: https://svn.roundcube.net/trunk@1447 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-28- Fixed sorting of folders with non-ascii charactersalec
git-svn-id: https://svn.roundcube.net/trunk@1444 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-27iil_C_FetchHeaders does not always return the headers in the correct order ↵thomasb
-> sort them manually; improved rcube_header_sorter performance git-svn-id: https://svn.roundcube.net/trunk@1431 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-27Moved RoundCube functionality from lib to rcube_imap class; removed debug logthomasb
git-svn-id: https://svn.roundcube.net/trunk@1430 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-20Fix automatic creation of (prefixed) foldersthomasb
git-svn-id: https://svn.roundcube.net/trunk@1408 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomasb
from array to object git-svn-id: https://svn.roundcube.net/trunk@1400 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-15Make IMAP auth type configurable (#1483825)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1394 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-12-added check for caching_enabled (#1485051)alec
git-svn-id: https://svn.roundcube.net/trunk@1380 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-09- Fixed (?) r1366 change (#1485050)alec
git-svn-id: https://svn.roundcube.net/trunk@1367 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-08- Corrected message headers decoding when charset isn't specified and improvedalec
support for native languages (#1485050, #1485048) git-svn-id: https://svn.roundcube.net/trunk@1366 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-08- Optimized messages sorting on servers without sort capability (#1485049)alec
git-svn-id: https://svn.roundcube.net/trunk@1363 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-02- fixed searching broken in r1341alec
git-svn-id: https://svn.roundcube.net/trunk@1353 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomasb
global vars git-svn-id: https://svn.roundcube.net/trunk@1344 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-29- improved messages list performance - patch from Justin Heesemannalec
git-svn-id: https://svn.roundcube.net/trunk@1341 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-16- Fix typo in set_charset() (#1484991)alec
git-svn-id: https://svn.roundcube.net/trunk@1311 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c