summaryrefslogtreecommitdiff
path: root/program/include/rcube_imap.php
AgeCommit message (Collapse)Author
2008-06-07-added encoding detection for attachment names when message part hasn't got ↵alecpl
charset definition (#1484969)
2008-06-05Fix structure parsing and html output for multipart messagesthomascube
2008-06-05#1485106alecpl
2008-06-05Fix fallback if no message strucutre is provided by the imap serverthomascube
2008-06-05Use internal strtolower function because mbstring is optionalthomascube
2008-05-30-cleanupalecpl
2008-05-30- Support for subfolders in default/protected folders (#1484665)alecpl
2008-05-28Pass auth_type as argument; don't start session if started from command linethomascube
2008-05-28- Fixed sorting of folders with non-ascii charactersalecpl
2008-05-27iil_C_FetchHeaders does not always return the headers in the correct order ↵thomascube
-> sort them manually; improved rcube_header_sorter performance
2008-05-27Moved RoundCube functionality from lib to rcube_imap class; removed debug logthomascube
2008-05-20Fix automatic creation of (prefixed) foldersthomascube
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomascube
from array to object
2008-05-15Make IMAP auth type configurable (#1483825)thomascube
2008-05-12-added check for caching_enabled (#1485051)alecpl
2008-05-09- Fixed (?) r1366 change (#1485050)alecpl
2008-05-08- Corrected message headers decoding when charset isn't specified and improvedalecpl
support for native languages (#1485050, #1485048)
2008-05-08- Optimized messages sorting on servers without sort capability (#1485049)alecpl
2008-05-02- fixed searching broken in r1341alecpl
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomascube
global vars
2008-04-29- improved messages list performance - patch from Justin Heesemannalecpl
2008-04-16- Fix typo in set_charset() (#1484991)alecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomascube
devel-vnext branch