summaryrefslogtreecommitdiff
path: root/program/include/main.inc
AgeCommit message (Expand)Author
2010-03-03- Fix long e-mail addresses validation (#1486453)alecpl
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alecpl
2010-02-26- Support arrays in get_input_value() (#1486277)alecpl
2010-02-10- support more charset aliasesalecpl
2010-02-05- fixalecpl
2010-02-03- Fix inconsistency when not using default table names (#1486467)alecpl
2010-01-31- Fix character set conversion fails on systems where iconv doesn't accept //...alecpl
2010-01-13- prevent from PHP error when iconv doesn't support //IGNORE (#1486375)alecpl
2010-01-12- added charset alias for MACROMAN (MACINTOSH) (#1486424)alecpl
2010-01-12- typo in rcmail_mailbox_list (#1486426)alecpl
2009-11-26- a few if()s lessalecpl
2009-11-23- Fix unicode para and line separators in javascript response (#1486310)alecpl
2009-11-10- reverted unintentional changealecpl
2009-11-10- additional character set name cleanup to support e.g. "_ISO-2022-JP$SIO"alecpl
2009-11-04- fix HTTPS checking (#1486273)alecpl
2009-10-27- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port checkalecpl
2009-10-14- Added server-side e-mail address validation with 'email_dns_check' option (...alecpl
2009-10-12- Fix importing/sending to email address with whitespace (#1486214)alecpl
2009-10-01Trigger warning if logs cannot be writtenthomascube
2009-09-23- Prevent from setting INBOX as any of special folders (#1486114)alecpl
2009-09-16- return true after abort from write_log hookalecpl
2009-09-14- simplify html_editor hookalecpl
2009-09-13- Added 'html_editor' hook (#1486068)alecpl
2009-08-10Added 'message_compose' hookthomascube
2009-08-01- remove hardcoded 'contact' class name from rcube_table_output()alecpl
2009-07-28- Fix charset names with X- prefix handlingalecpl
2009-07-24Use write_log() to log bugs. This will also trigger the write_log plugin hook...thomascube
2009-07-21Pipe date string through write_log plugin hook (#1485979)thomascube
2009-07-13Add hook to write_log functionthomascube
2009-07-09- simplify 'utf8' class use, make rcube_charset_convert() 5x faster on system...alecpl
2009-07-07- added 3rd argument to rcube_print_time()alecpl
2009-07-07- Support strftime's format modifiers in date_* options (#1484806)alecpl
2009-07-03Rename latest hook because 'list_mailboxes' already exists...thomascube
2009-07-03Add new hook 'list_mailboxes' to alter the mailboxlistthomascube
2009-06-11- fix folder ID generation (for example two folders 'aaa' and 'aaa "')alecpl
2009-06-09Add cache-buster to scripts and linked files in skin templatesthomascube
2009-06-05- fix rcmail_temp_gc() + small code cleanupsalecpl
2009-06-05- fix bug in last commitalecpl
2009-06-05- fix rep_specialchars_output() performance, remove old 'charset' option use alecpl
2009-06-03- added more charset aliasesalecpl
2009-06-03- handle iso-8859-1 as windows-1252alecpl
2009-05-20- Support UTF-7 encoding in messages (#1485832)alecpl
2009-05-19- Better support for malformed character names (#1485758)alecpl
2009-04-24- fix setting empty string in imap_rootalecpl
2009-04-23- Added log_date_format option (#1485709)alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomascube
2009-03-11Fix charset conversion error loggingthomascube
2009-03-01- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)alecpl
2009-02-27Don't return empty string when UTF-7 decoding fails + cleanup codestylethomascube
2009-02-21#1485741: fix installer after some last changesalecpl