source: subversion/trunk/roundcubemail/program/include/main.inc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4216   3 years alec - Fix handling of folders with name "0" (#1487119)
(edit) @4215   3 years alec - Fix displaying of text/plain messages containing HTML entities
(edit) @4178   3 years alec - Skip conversion when input charset is BINARY
(edit) @4140   3 years alec - Add support for selection options from LIST-EXTENDED extension (RFC …
(edit) @4132   3 years alec - Add basic IMAP LIST's \Noselect option support (mark unselectable …
(edit) @4131   3 years alec - Fix setting 'virtual' flag for non-existing folders in some cases
(edit) @4119   3 years alec - Add charset alias: WINDOWS-949 -> UHC (#1487072)
(edit) @4100   3 years alec - Add MS950 as alias for CP950 (#1487063)
(edit) @4015   3 years alec - Update phpdoc (#1486958)
(edit) @4009   3 years alec - Add Internationalized Domain Name (IDNA) support (#1483894)
(edit) @3989   3 years alec - s/RoundCube/Roundcube/
(edit) @3977   3 years alec - Support %z variable in host configuration options (#1487003)
(edit) @3968   3 years alec - Added more charset aliases
(edit) @3966   3 years alec - Fix: iconv doesn't support UTF7-IMAP
(edit) @3960   3 years alec - Fix messages background image handling in some cases (#1486990)
(edit) @3952   3 years alec - Small improvement for last commit
(edit) @3951   3 years alec - Fix handling of charsets with LATIN-* label
(edit) @3946   3 years alec - Small performance improvements
(edit) @3910   3 years alec - Fix TinyMCE uses zh_CN when zh_TW locale is set (#1486929)
(edit) @3901   3 years alec - Don't add date to log when using syslog
(edit) @3828   3 years alec - Support HTTP_X_FORWARDED_PROTO header for HTTPS detecting (#1486866)
(edit) @3780   3 years alec - removed PHP closing tag
(edit) @3772   3 years alec - Fix dot-atom expression in e-mail validation regexp (#1486808)
(edit) @3760   3 years thomasb Strip comments in css string + don't set font color to tags
(edit) @3742   3 years alec - Remove BOM (#1486785)
(edit) @3740   3 years netbit - Sanitize CSS universal selector from e-mails. Without this fix any …
(edit) @3734   3 years alec - some improvements + added splitter in Identities
(edit) @3701   3 years alec - Support dynamic hostname (%d/%n) variables in configuration options …
(edit) @3666   3 years alec - Fix raise_error() in Installer (#1486756)
(edit) @3641   3 years alec - Moved error.inc to /utils - Removed bugs.inc (content copied into …
(edit) @3569   3 years alec - add DNS checking code for Windows & PHP<5.3.0
(edit) @3525   3 years alec - make sure INBOX is allways displayed as Inbox (per recent discussion)
(edit) @3513   3 years alec - Add HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR to successful logins log …
(edit) @3510   3 years alec - improve rcube_parse_charset() performance
(edit) @3509   3 years alec - handle WIN-* charset as WINDOWS-*
(edit) @3465   3 years alec - load des.inc file only when needed
(edit) @3369   3 years alec - Use iconv's IGNORE instead of TRANSLIT
(edit) @3366   3 years alec - last commit fix (there's probably no class definition when reading table …
(edit) @3365   3 years alec - allow setting row css class in rcube_table_output()
(edit) @3356   3 years alec - Improved check_email()
(edit) @3311   3 years alec - Fix long e-mail addresses validation (#1486453)
(edit) @3296   3 years alec - Improve performance by avoiding unnecessary updates to the session table …
(edit) @3294   3 years alec - Support arrays in get_input_value() (#1486277)
(edit) @3263   3 years alec - support more charset aliases
(edit) @3252   3 years alec - fix
(edit) @3246   3 years alec - Fix inconsistency when not using default table names (#1486467)
(edit) @3240   3 years alec - Fix character set conversion fails on systems where iconv doesn't accept …
(edit) @3212   3 years alec - fix $Id$ keyword
(edit) @3205   3 years alec - prevent from PHP error when iconv doesn't support IGNORE (#1486375)
(edit) @3201   3 years alec - added charset alias for MACROMAN (MACINTOSH) (#1486424)
(edit) @3200   3 years alec - typo in rcmail_mailbox_list (#1486426)
(edit) @3139   3 years alec - a few if()s less
(edit) @3128   3 years alec - Fix unicode para and line separators in javascript response (#1486310)
(edit) @3104   4 years alec - reverted unintentional change
(edit) @3103   4 years alec - additional character set name cleanup to support e.g. "_ISO-2022-JP$SIO"
(edit) @3096   4 years alec - fix HTTPS checking (#1486273)
(edit) @3063   4 years alec - Fix $_SERVERHTTPS? check for SSL forcing on IIS (#1486243) + fix port …
(edit) @3042   4 years alec - Added server-side e-mail address validation with 'email_dns_check' …
(edit) @3033   4 years alec - Fix importing/sending to email address with whitespace (#1486214)
(edit) @3003   4 years thomasb Trigger warning if logs cannot be written
(edit) @2985   4 years alec - Prevent from setting INBOX as any of special folders (#1486114)
(edit) @2958   4 years alec - return true after abort from write_log hook
(edit) @2954   4 years alec - simplify html_editor hook
(edit) @2951   4 years alec - Added 'html_editor' hook (#1486068)
(edit) @2852   4 years thomasb Added 'message_compose' hook
(edit) @2825   4 years alec - remove hardcoded 'contact' class name from rcube_table_output()
(edit) @2804   4 years alec - Fix charset names with X- prefix handling
(edit) @2792   4 years thomasb Use write_log() to log bugs. This will also trigger the write_log plugin …
(edit) @2780   4 years thomasb Pipe date string through write_log plugin hook (#1485979)
(edit) @2746   4 years thomasb Add hook to write_log function
(edit) @2729   4 years alec - simplify 'utf8' class use, make rcube_charset_convert() 5x faster on …
(edit) @2720   4 years alec - added 3rd argument to rcube_print_time()
(edit) @2718   4 years alec - Support strftime's format modifiers in date_* options (#1484806)
(edit) @2706   4 years thomasb Rename latest hook because 'list_mailboxes' already exists…
(edit) @2705   4 years thomasb Add new hook 'list_mailboxes' to alter the mailboxlist
(edit) @2638   4 years alec - fix folder ID generation (for example two folders 'aaa' and 'aaa "')
(edit) @2626   4 years thomasb Add cache-buster to scripts and linked files in skin templates
(edit) @2617   4 years alec - fix rcmail_temp_gc() + small code cleanups
(edit) @2609   4 years alec - fix bug in last commit
(edit) @2608   4 years alec - fix rep_specialchars_output() performance, remove old 'charset' option …
(edit) @2603   4 years alec - added more charset aliases
(edit) @2601   4 years alec - handle iso-8859-1 as windows-1252 - some fixes for utf8 class
(edit) @2505   4 years alec - Support UTF-7 encoding in messages (#1485832)
(edit) @2503   4 years alec - Better support for malformed character names (#1485758)
(edit) @2424   4 years alec - fix setting empty string in imap_root
(edit) @2419   4 years alec - Added log_date_format option (#1485709)
(edit) @2401   4 years thomasb Merged branch devel-api (from r2208 to r2387) back into trunk (omitting …
(edit) @2352   4 years thomasb Fix charset conversion error logging
(edit) @2321   4 years alec - Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)
(edit) @2315   4 years thomasb Don't return empty string when UTF-7 decoding fails + cleanup codestyle
(edit) @2306   4 years alec #1485741: fix installer after some last changes
(edit) @2291   4 years alec - Fix multiple recipients input parsing (#1485733) - added shared …
(edit) @2288   4 years alec - Support non-standard "GMT-XXXX" literal in date header (#1485729)
(edit) @2252   4 years thomasb Get rid of vulnerable preg_replace eval and create_function (#1485686) + …
(edit) @2237   4 years till * bumping up copyright (happy new year ;-))
(edit) @2187   4 years thomasb Secure bin scripts by requiring a valid session and replace …
(edit) @2156   4 years alec #1485549: fix mb_convert_encoding() issue
(edit) @2117   4 years alec #1485602: fix INBOX folder localization
(edit) @2114   4 years alec #1485599: fix rcmail_folder_classname()
(edit) @2084   4 years thomasb Also clean cache table when removing old messages from cache
Note: See TracRevisionLog for help on using the revision log.