alecpl
2009-11-10 6c5aa6b054f827c444b21c400424396e7d082888
2009-11-10 alecpl
- reverted unintentional change
blob@ 6c5aa6 commitdiff | diff to current
2009-11-10 alecpl
- additional character set name cleanup to support e.g. "_ISO-2022-JP$SIO"
blob@ 7d0b34 commitdiff | diff to current
2009-11-04 alecpl
- fix HTTPS checking (#1486273)
blob@ 3ea30e commitdiff | diff to current
2009-10-27 alecpl
- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port ...
blob@ 5818e4 commitdiff | diff to current
2009-10-14 alecpl
- Added server-side e-mail address validation with 'email_dns_check' option...
blob@ e4acbb commitdiff | diff to current
2009-10-12 alecpl
- Fix importing/sending to email address with whitespace (#1486214)
blob@ a9bfe2 commitdiff | diff to current
2009-10-01 thomascube
Trigger warning if logs cannot be written
blob@ cb8961 commitdiff | diff to current
2009-09-23 alecpl
- Prevent from setting INBOX as any of special folders (#1486114)
blob@ 93a88c commitdiff | diff to current
2009-09-16 alecpl
- return true after abort from write_log hook
blob@ 20e251 commitdiff | diff to current
2009-09-14 alecpl
- simplify html_editor hook
blob@ dc0040 commitdiff | diff to current
2009-09-13 alecpl
- Added 'html_editor' hook (#1486068)
blob@ 9ab7bc commitdiff | diff to current
2009-08-10 thomascube
Added 'message_compose' hook
blob@ 759696 commitdiff | diff to current
2009-08-01 alecpl
- remove hardcoded 'contact' class name from rcube_table_output()
blob@ 1fcad1 commitdiff | diff to current
2009-07-28 alecpl
- Fix charset names with X- prefix handling
blob@ 5dc7c2 commitdiff | diff to current
2009-07-24 thomascube
Use write_log() to log bugs. This will also trigger the write_log plugin ho...
blob@ 186938 commitdiff | diff to current
2009-07-21 thomascube
Pipe date string through write_log plugin hook (#1485979)
blob@ a0c4cb commitdiff | diff to current
2009-07-13 thomascube
Add hook to write_log function
blob@ 75fd64 commitdiff | diff to current
2009-07-09 alecpl
- simplify 'utf8' class use, make rcube_charset_convert() 5x faster on syst...
blob@ ce72e0 commitdiff | diff to current
2009-07-07 alecpl
- added 3rd argument to rcube_print_time()
blob@ 8bc018 commitdiff | diff to current
2009-07-07 alecpl
- Support strftime's format modifiers in date_* options (#1484806)
blob@ b6b593 commitdiff | diff to current
2009-07-03 thomascube
Rename latest hook because 'list_mailboxes' already exists...
blob@ 4fa127 commitdiff | diff to current
2009-07-03 thomascube
Add new hook 'list_mailboxes' to alter the mailboxlist
blob@ f62d5f commitdiff | diff to current
2009-06-11 alecpl
- fix folder ID generation (for example two folders 'aaa' and 'aaa "')
blob@ 8ca0c7 commitdiff | diff to current
2009-06-09 thomascube
Add cache-buster to scripts and linked files in skin templates
blob@ 533e86 commitdiff | diff to current
2009-06-05 alecpl
- fix rcmail_temp_gc() + small code cleanups
blob@ c5ee03 commitdiff | diff to current
2009-06-05 alecpl
- fix bug in last commit
blob@ 74eb6c commitdiff | diff to current
2009-06-05 alecpl
- fix rep_specialchars_output() performance, remove old 'charset' option use
blob@ 79c45f commitdiff | diff to current
2009-06-03 alecpl
- added more charset aliases
blob@ b1fb69 commitdiff | diff to current
2009-06-03 alecpl
- handle iso-8859-1 as windows-1252 - some fixes for utf8 class
blob@ ca85b1 commitdiff | diff to current
2009-05-20 alecpl
- Support UTF-7 encoding in messages (#1485832)
blob@ a5897a commitdiff | diff to current
2009-05-19 alecpl
- Better support for malformed character names (#1485758)
blob@ dbe44c commitdiff | diff to current
2009-04-24 alecpl
- fix setting empty string in imap_root
blob@ 76db10 commitdiff | diff to current
2009-04-23 alecpl
- Added log_date_format option (#1485709)
blob@ 0ad27c commitdiff | diff to current
2009-04-19 thomascube
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting som...
blob@ cc97ea commitdiff | diff to current
2009-03-11 thomascube
Fix charset conversion error logging
blob@ c9a2fa commitdiff | diff to current
2009-03-01 alecpl
- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)
blob@ 65d710 commitdiff | diff to current
2009-02-27 thomascube
Don't return empty string when UTF-7 decoding fails + cleanup codestyle
blob@ ae8a60 commitdiff | diff to current
2009-02-21 alecpl
#1485741: fix installer after some last changes
blob@ 0ff635 commitdiff | diff to current
2009-02-13 alecpl
- Fix multiple recipients input parsing (#1485733) - added shared rcube_exp...
blob@ 050410 commitdiff | diff to current
2009-02-11 alecpl
- Support non-standard "GMT-XXXX" literal in date header (#1485729)
blob@ 33875d commitdiff | diff to current
2009-01-22 thomascube
Get rid of vulnerable preg_replace eval and create_function (#1485686) + co...
blob@ aa055c commitdiff | diff to current
2009-01-16 till
* bumping up copyright (happy new year ;-))
blob@ cbbef3 commitdiff | diff to current
2008-12-24 thomascube
Secure bin scripts by requiring a valid session and replace preg_replace(/....
blob@ 1608f4 commitdiff | diff to current
2008-12-16 alecpl
#1485549: fix mb_convert_encoding() issue
blob@ 77e232 commitdiff | diff to current
2008-12-04 alecpl
#1485602: fix INBOX folder localization
blob@ 64c9b5 commitdiff | diff to current
2008-12-04 alecpl
#1485599: fix rcmail_folder_classname()
blob@ f94629 commitdiff | diff to current
2008-11-23 thomascube
Also clean cache table when removing old messages from cache
blob@ 29c64b commitdiff | diff to current
2008-11-23 alecpl
- Allow setting attachment col position in 'list_cols' option - Allow overr...
blob@ d59aaa commitdiff | diff to current
2008-11-05 alecpl
- fix function description
blob@ be5d4a commitdiff | diff to current
2008-11-05 alecpl
- Fix HTML editor initialization on IE (#1485304) - move back toggle_editor...
blob@ b8ae50 commitdiff | diff to current
first | « prev | next »