summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2008-10-29- Fix problem with numeric folder names (#1485527)alecpl
2008-10-27#1485518: validate SERVER_NAME for smtp_helo_host settingalecpl
2008-10-26- Added 'keep_alive' and 'min_keep_alive' options (#1485360)alecpl
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵svncommit
date parsing
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alecpl
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-21Killed some whitespacethomascube
2008-10-21Improve vcard import (#1485502); try utf-8 first in charset detectionthomascube
2008-10-20- little improvement in in_array_nocase()alecpl
2008-10-20- #1485499: make email address comparision case insensitivealecpl
- support multibyte characters in in_array_nocase()
2008-10-18- Fix html signature formatting when identity save error occured (#1485426)alecpl
2008-10-18#1485505: PHP bug (?) workaround for html2text class autoloadingalecpl
2008-10-14Set postgres-specific schema options + fix indentationthomascube
2008-10-10- set MDB2's sequence options for postgres onlyalecpl
2008-10-10- don't set border=0 for image buttonsalecpl
2008-10-09- set mbstring's internal encoding in proper placealecpl
2008-10-07- better postgresql sequence names handlingalecpl
2008-10-07#1485472: added js keywords escaping in json_serialize()alecpl
2008-10-06#1485460: session.gc_* moved to main .htaccess filealecpl
2008-10-06- #1485468: fix attachment filename (RFC2231 related) alecpl
2008-10-05- removed deprecated rcube_add_label() and all usesalecpl
- code for 'show' action added in r1937 moved to show.inc
2008-10-03- fix last change in show_bytes()alecpl
2008-10-03- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()alecpl
- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
2008-10-02- Fix folders css class setting for folder with names matching defined ↵alecpl
classes (#1485355)
2008-10-02- improved rcube_sess_gc() when enable_caching=false, also use join() oncealecpl
2008-10-01- Localized filesize units (#1485340) + small labels capitalization change ↵alecpl
in en.* (#1485407)
2008-09-30- #1485423: fixed virtuser_query checkingalecpl
2008-09-29- Added 'mime_param_folding' option with possibility to choosealecpl
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences
2008-09-27- added 'en_US.utf8' as fallback for setlocalealecpl
2008-09-26- read 'name' parameter after 'filename' and rfc2231's parameters, alecpl
Thunderbird truncate long filenames in 'name', but 'filename' contains the whole name
2008-09-25Also allow appending messages to inbox (if not listed)thomascube
2008-09-25Improve vcard decoding and import stepthomascube
2008-09-25DRY: set (secure) cookies using rcmail::setcookie() + set ↵thomascube
session.only_use_cookies
2008-09-24- Fix language autodetection (#1485401)alecpl
2008-09-23- fixed handling of apostrophes in filenames decoded according to rfc2231alecpl
2008-09-22- there's no 'locale_string' option nowalecpl
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
the same order on the list
2008-09-19Indent with spaces not tabs. Please respect our code-style when creating ↵thomascube
patches!
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 ↵alecpl
subsequent long non-ASCII attachments
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 ↵thomascube
chance