summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Expand)Author
2011-04-15Use CRLF + 1 space for foldingthomasb
2011-04-15Fix vcard folding at 75 chars; don't fold vcards for internal storagethomasb
2011-04-14- Fixed vcard folding: use one space, use mb_regex_encoding() (#1487868)alec
2011-04-14- mbstring internal encoding is set in iniset.phpalec
2011-04-14Fix vcard folding with uncode characters (#1487868)thomasb
2011-04-13- Use mbstring's strtolower() for Unicode characters in normalize_string()alec
2011-04-13Convert normalized latin-1 string back to utf8thomasb
2011-04-12Handle unicode strings when normalizing for search (#1487866)thomasb
2011-04-12- Fix bug where template name without plugin prefix was used in render_page h...alec
2011-04-12- Fix handling of debug_level=4 in ajax requests (#1487831)alec
2011-04-11- Fix so 1024 bytes is displayed as 1KB, the same for MB and GBalec
2011-04-11- Support 'off' as bolean falsealec
2011-04-08- Improve space-stuffing handling in format=flowed messages (#1487861) alec
2011-04-08- Fixed bug where some dates would produce SQL error in MySQL (#1487856)alec
2011-04-08- Added workaround for some IMAP server with broken STATUS response (#1487859)alec
2011-04-08- Fix bug where default_charset was not used for text messages (#1487836)alec
2011-04-08- Removed dependency on rcube_* functions, small improvementsalec
2011-03-27Fix request token generation if no cookies setthomasb
2011-03-26- Remove unused rcube_mail_header class variablesalec
2011-03-22Revert r4609 and use stateless request tokens; no need to save them in sessio...thomasb
2011-03-21- Fixed IE/FF detection (#1487838)alec
2011-03-10Prepare for multiple concurrent compose windowsthomasb
2011-03-09- Add code for prevention from IMAP connection hangs when server closes socke...alec
2011-03-08- Performance improvement: Remove redundant DELETE query (for old session del...alec
2011-03-08Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() funct...thomasb
2011-03-05- Add html_table::remove_body() functionalec
2011-03-05- Fix some emails are not shown using Cyrus IMAP (#1487820)alec
2011-03-03- Fix handling of mime-encoded words with non-integral number of octets in a ...alec
2011-03-01Simplify codethomasb
2011-03-01Make it easier to add code to $(document).ready()thomasb
2011-03-01Fix LDAP group identifiersthomasb
2011-03-01New config option for custom logo; allow skins to define/override textsthomasb
2011-03-01Don't do exact matches when searching for existing email recordsthomasb
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display folder'...alec
2011-02-27Improve vcard import: map more fields, support photo urls, better UTF-16 char...thomasb
2011-02-25Create interactive update script with improved DB schema check; udated instal...thomasb
2011-02-25- jQuery 1.5.1 alec
2011-02-20- Fix typo in html_editor hook name (#1487796)alec
2011-02-18Add plugin hook before the final HTML content of a page is sentthomasb
2011-02-17- Add LDAP SASL bind and proxy authentication (#1486692)alec
2011-02-17- Use addcslashes() instead of strtr() for string quotingalec
2011-02-17- Add variable for 'Today' label in date_today option (#1486120)alec
2011-02-15Allow group identifiers to be changed upon renaming (used in LDAP)thomasb
2011-02-15- Fix dont_override setting does not override existing user preferences (#148...alec
2011-02-15- Close IMAP connection after SMTP, per discussion in (#1485975)alec
2011-02-15- Use only one from IMAP authentication methods to prevent login delays (1487...alec
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomasb
2011-02-12Fix for alias query which was broken in last committhomasb
2011-02-12Move BINARY modifier to make MYSQL use index againthomasb
2011-02-10- Support strftime format in date_today optionalec