summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2008-09-21Update docs and version strings + remove development scriptsv0.2-beta@1877thomascube
2008-09-21Tiny correction of phpdocthomascube
2008-09-21Separate method to create iframe tags (with a list of allowed attributes)thomascube
2008-09-21- added iframe tag to containers listalecpl
2008-09-20Add some post parameters to error log entrythomascube
2008-09-20- fixed identities sorting, to have allways identities with the same name in ...alecpl
2008-09-19Indent with spaces not tabs. Please respect our code-style when creating patc...thomascube
2008-09-19Don't set a hard-coded language in rcube_userthomascube
2008-09-19Made config files location configurable (#1485215)thomascube
2008-09-19Fix search box on Safari and make pages validatethomascube
2008-09-19applied tensor's patch: incorrect handling of filename of second and subseque...alecpl
2008-09-19- added 'exp' object supportalecpl
2008-09-19- support 'cookie' type in conditionsalecpl
2008-09-19- support variables of type 'cookie' (for feature use)alecpl
2008-09-18Also list message/rfc822 parts as attachment if a filename is specifiedthomascube
2008-09-18Treat US-ASCII as Latin-1 to give messages with wrong charset definition a ch...thomascube
2008-09-18Better detection of HTML double-encoded entitiesthomascube
2008-09-18Set the right number of arguments for setcookie()thomascube
2008-09-18- fixed typoalecpl
2008-09-18Secure the other cookie, too.svncommit
2008-09-18Bind cookie gotten over HTTPS to HTTPS only (#1485336).svncommit
2008-09-16- Allow and use spellcheck attribute for input/textarea fields (#1485060)alecpl
2008-09-16Fix typos + only add callback for style tags when safe-flag is setthomascube
2008-09-16Always return language prop even if no other prefs are savedthomascube
2008-09-16- removed temp write_log()alecpl
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alecpl
2008-09-15Redesign of the identities settings + add config option to disable multiple i...thomascube
2008-09-15#1485266: changed rc_mime_content_type()'s failover to 'application/octet-str...alecpl
2008-09-13Fix broken quoted-printable encodingthomascube
2008-09-13#1485343: fix _task setting in urlalecpl
2008-09-12Fix xss entitiy decodingthomascube
2008-09-12Allow (sanitized) style elements in HTML messagesthomascube
2008-09-12Fix quoted-printable encoding according to RFC 2045thomascube
2008-09-12Fix rcmail::url(), don't use comm_paththomascube
2008-09-12Add link to open message in new window + tweaked some header stylesthomascube
2008-09-12- Added vertical splitter for folders list resizingalecpl
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore (#14...thomascube
2008-09-10Trigger SELECT command to restore connection status after reconnect (#1485330)thomascube
2008-09-06One error message is enough if template was not foundthomascube
2008-09-06Add request URI to error log datathomascube
2008-09-05Immediately save sort_col/sort_order in user prefs (#1485265)thomascube
2008-09-05Allow application/pgp parts to be displayed (#1484753)thomascube
2008-09-05Applied mime_decode patch by David Lublinkthomascube
2008-09-05Respect Content-Location headers in multipart/related messages (#1484946)thomascube
2008-09-05Killed one more global var + log logins to a separate file (not console)thomascube
2008-09-04Enable export of contacts as vCard + DRYthomascube
2008-09-04#1485312: added 'readonly' attribute for input and textarea objectsalecpl
2008-09-03Interesting: (0 == 'auto') => truethomascube
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomascube
2008-09-03- r1718 code cleanupalecpl