summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Expand)Author
2007-11-25Fix bug with case-sensitive folder names (#1484245)thomasb
2007-11-25Don't create default folders by defaultthomasb
2007-11-19Correctly set session cookie lifetime if not 0thomasb
2007-11-19Cast to array because this could be empty; update requirements descriptionthomasb
2007-11-09Add escapeSimple method to rcube_db() object, to be used instead of quote() w...robin
2007-11-08Optimize caching and avoid unnecessary IMAP requeststhomasb
2007-11-07Correctly decode attachments when downloading them (fixes #1484645)thomasb
2007-11-06Fix bugs #1484555, #1484646 and #1484639thomasb
2007-10-18Add support for Korean charset (KS_C_5601)thomasb
2007-10-17Only change subscriptions when renaming succeeds; also quote slashesthomasb
2007-10-17Show appropriate warning on connection errorthomasb
2007-10-17Make message listing less error pronethomasb
2007-10-15When a parent folder is deleted, delete the children immediately, instead of ...robin
2007-10-15Re-subscribe folders after renaming parent folder.robin
2007-10-10Log error when login fails due to auto_create_user turned offthomasb
2007-10-04Use object method to get imap hierarchy delimiterthomasb
2007-10-03Update copyright noticeihug
2007-09-29Filter linked/imported CSS files (#1484056)thomasb
2007-09-26Allow to save particular user prefsthomasb
2007-09-26Set default IMAP folder delimiter; make sure is not emptythomasb
2007-09-24Removed comments; codestylethomasb
2007-09-20Fix order of checks.robin
2007-09-20Make smtp HELO/EHLO hostname configurable (closes #1484067)robin
2007-09-19Unlock interface when message sending fails (#1484570)thomasb
2007-09-19Allow vars and PHP code in templates; improved page title; fixed #1484395thomasb
2007-09-11Resolve username from virtuser file before looking up in databasethomasb
2007-09-11Fixed message search issuesthomasb
2007-09-09Fixed charset encoding bug (#1484429)thomasb
2007-09-09Applied patch for LDAP version (#1484552)thomasb
2007-09-09Ensure XHTML validationthomasb
2007-09-05Ticket #1484457yllar
2007-09-05Fix message list selection + new pngbehavior + use strpos() instead of strstr()thomasb
2007-09-01# bugfix: #1484473till
2007-08-29# bugfix (thanks yllar)till
2007-08-29# bugfix (#1484523) fixed rc_request_header functiontill
2007-08-29# xhtml fix (#1484493)till
2007-08-16Clear cache when compacting a folder (reported by Joan)thomasb
2007-08-15LDAP improvementsthomasb
2007-08-13Fix bugs introduced with latest changesthomasb
2007-08-10Check filesize of template includes (#1484409)thomasb
2007-08-10Fix charset converting issues with iconv and mbstringthomasb
2007-08-10Simplified code + removed debug logthomasb
2007-08-10Some bugfixes, security issues + minor improvementsthomasb
2007-08-07Documentation, code style and cleanupthomasb
2007-07-26Move folder rendering functions so they can be used in the settings section.robin
2007-07-03Fix address adding bug reported by David Koblasthomasb
2007-06-12Minor bugfixes reported on the dev-listthomasb
2007-05-28Prevent default events on subject link; fixed typo in smtp scriptthomasb
2007-05-25Fix buggy imap_root settings (closes #1484379)thomasb
2007-05-24upgrade to TinyMCE v2.1.1.1estadtherr