summaryrefslogtreecommitdiff
path: root/program/include/rcube_imap.inc
AgeCommit message (Expand)Author
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomascube
2008-04-02#1484681alecpl
2008-03-25Don't execute SQL queries if caching is disabledthomascube
2008-03-21Better patch to correctly quote email recipient strings (from #1484191)thomascube
2008-03-21Correctly quote email recipient stringthomascube
2008-03-21Applied patch to fix mime decoding an folder subscription (#1484191)thomascube
2008-03-21Add configurable default charset for message decodingthomascube
2008-02-12Also do charset decoding as suggested in RFC 2231 (fix #1484321)thomascube
2008-02-08Distinguish ssl and tls for imap connections (#1484667)thomascube
2008-02-02Simplified fix for remembering searches when viewing message + Don't ask for ...thomascube
2008-02-02* fixed #1484738till
2007-11-29Track message disposition notification flag and headersthomascube
2007-11-25Only show new messages if they match the current search (#1484176)thomascube
2007-11-25More input sanitizingthomascube
2007-11-25Fix bug with case-sensitive folder names (#1484245)thomascube
2007-11-19Cast to array because this could be empty; update requirements descriptionthomascube
2007-11-08Optimize caching and avoid unnecessary IMAP requeststhomascube
2007-11-07Correctly decode attachments when downloading them (fixes #1484645)thomascube
2007-10-17Only change subscriptions when renaming succeeds; also quote slashesthomascube
2007-10-17Show appropriate warning on connection errorthomascube
2007-10-17Make message listing less error pronethomascube
2007-10-15When a parent folder is deleted, delete the children immediately, instead of ...svncommit
2007-10-15Re-subscribe folders after renaming parent folder.svncommit
2007-10-04Use object method to get imap hierarchy delimiterthomascube
2007-09-26Set default IMAP folder delimiter; make sure is not emptythomascube
2007-09-11Fixed message search issuesthomascube
2007-08-16Clear cache when compacting a folder (reported by Joan)thomascube
2007-08-10Some bugfixes, security issues + minor improvementsthomascube
2007-08-07Documentation, code style and cleanupthomascube
2007-05-25Fix buggy imap_root settings (closes #1484379)thomascube
2007-05-17Always respect 'enable_caching' config paramthomascube
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomascube
2007-04-08Fixed message moving procedure (closes #1484308)thomascube
2007-03-30Create missing but subscribed folder (closes #1484309).svncommit
2007-03-23Fixed bugs #1484276 and #1484300thomascube
2007-03-23Fixing cache clearing bug.svncommit
2007-03-21Minor bugfixes posted to the dev-mailing listthomascube
2007-03-19Correctly parse message/rfc822; fixed html2text conversion; code cleanupthomascube
2007-03-14Applied little patch that closes #1484247thomascube
2007-03-14Fixed message headers encoding; improved recipient splitting; applied patch f...thomascube
2007-03-13Fixed bugs in rcube_db and rcube_imap classesthomascube
2007-03-12Fix DB error when deleting message from cache (closes #1483835).svncommit
2007-01-08fixed display of HTML attachmentssvncommit
2006-12-20Fixed wrong message listing when showing search resultsthomascube
2006-11-22Remove newlines from mail headers (#1484031)thomascube
2006-09-04Little improvements for message parsing and encodingthomascube
2006-09-01Finalized quota imagethomascube
2006-09-01Quota display as imagethomascube
2006-09-01Improved message parsing and HTML validationthomascube
2006-08-30Added MSSQL supportthomascube