summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2010-10-04- Minimize FETCH response for messages listing (when caching is disabled)alec
git-svn-id: https://svn.roundcube.net/trunk@4035 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Use simplified domain expression for proper handling of domain names in UTF8alec
git-svn-id: https://svn.roundcube.net/trunk@4034 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Add Reply-to-List feature (#1484252)alec
- Add Mail-Followup-To/Mail-Reply-To support (#1485547) git-svn-id: https://svn.roundcube.net/trunk@4032 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Convert IDN to ASCII before using rcube_user::query()alec
- Always convert to lower case a username when it's an email address git-svn-id: https://svn.roundcube.net/trunk@4030 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Fix mailto optional params in plain text messages aren't handled (#1487026)alec
git-svn-id: https://svn.roundcube.net/trunk@4029 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-01- Fix handling of Thunderbird's vCards (#1487024)alec
git-svn-id: https://svn.roundcube.net/trunk@4028 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Add option do bind for an individual LDAP address book (#1486997)alec
git-svn-id: https://svn.roundcube.net/trunk@4021 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Added line number for error messagealec
git-svn-id: https://svn.roundcube.net/trunk@4020 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Update phpdoc (#1486958)alec
git-svn-id: https://svn.roundcube.net/trunk@4015 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Use custom sorting when SORT is disabled by IMAP admin (#1486959)alec
git-svn-id: https://svn.roundcube.net/trunk@4014 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Messages caching: performance improvements, fixed syncing, fixes related ↵alec
with #1486748 git-svn-id: https://svn.roundcube.net/trunk@4007 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Fix format=flowed: don't space-stuff empty lines (#1487018)alec
git-svn-id: https://svn.roundcube.net/trunk@3999 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29Pool some code for command line tools; avoid displaying password on shell ↵thomasb
(#1486947); fix msgexport now using the new imap wrapper git-svn-id: https://svn.roundcube.net/trunk@3998 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-28- Fix wrong parameter count in fetchHeader() callalec
git-svn-id: https://svn.roundcube.net/trunk@3996 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-28- Fixed wrong function call in sync_header_index()alec
git-svn-id: https://svn.roundcube.net/trunk@3995 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-26Only lower-case user name if first login attempt failed (#1486393) + fix testthomasb
git-svn-id: https://svn.roundcube.net/trunk@3994 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-26Fix base url resolution + better order for condition checks in rcube_mdb2 + ↵thomasb
updated changelog git-svn-id: https://svn.roundcube.net/trunk@3993 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- Truncate message subject when setting page titlealec
git-svn-id: https://svn.roundcube.net/trunk@3991 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21Fix db_mode check in insert_id()thomasb
git-svn-id: https://svn.roundcube.net/trunk@3982 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21- Fix setting headers for IE in AJAX responsesalec
git-svn-id: https://svn.roundcube.net/trunk@3981 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21- Fix: close properly IMAP connection also when user is not logged inalec
git-svn-id: https://svn.roundcube.net/trunk@3979 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21Fix selection of read/write db connectionthomasb
git-svn-id: https://svn.roundcube.net/trunk@3978 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-20- Support %z variable in host configuration options (#1487003)alec
git-svn-id: https://svn.roundcube.net/trunk@3977 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-18Prevent from saving a non-existing skin path in user prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3974 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-17- Don't log errors about empty password when connecting to IMAP server ↵alec
(#1487001) git-svn-id: https://svn.roundcube.net/trunk@3972 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-15- Added more charset aliasesalec
git-svn-id: https://svn.roundcube.net/trunk@3968 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-15- Fix: close() method of addressbook object(s) is not called in shutdown ↵alec
function git-svn-id: https://svn.roundcube.net/trunk@3967 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-15- Fix: iconv doesn't support UTF7-IMAPalec
git-svn-id: https://svn.roundcube.net/trunk@3966 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-14- small fix for format=flowed parsingalec
git-svn-id: https://svn.roundcube.net/trunk@3964 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-14- Fix format=flowed handling (#1486989) + small improvements in plain ↵alec
messages parsing git-svn-id: https://svn.roundcube.net/trunk@3962 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-11- Fix messages background image handling in some cases (#1486990)alec
git-svn-id: https://svn.roundcube.net/trunk@3960 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-10- Don't trim spaces from the end of line when converting to format=flowedalec
git-svn-id: https://svn.roundcube.net/trunk@3959 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-10- Code improvements + more infinite loop preventionalec
git-svn-id: https://svn.roundcube.net/trunk@3958 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-10- Return false from putLineC instead of NULL, for consistencealec
git-svn-id: https://svn.roundcube.net/trunk@3957 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-09- Small improvement for last commitalec
git-svn-id: https://svn.roundcube.net/trunk@3952 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-09- Fix handling of charsets with LATIN-* labelalec
git-svn-id: https://svn.roundcube.net/trunk@3951 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-08- Add semicolon at the end of SQL queries in log (#1486957)alec
git-svn-id: https://svn.roundcube.net/trunk@3947 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-08- Small performance improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3946 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-06- Fix Chrome browser was recognized as Safarialec
git-svn-id: https://svn.roundcube.net/trunk@3942 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-04- Don't use mail_header_delimiter when saving mail in IMAPalec
git-svn-id: https://svn.roundcube.net/trunk@3938 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-04- Added mail_header_delimiter validationalec
git-svn-id: https://svn.roundcube.net/trunk@3937 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-31- performance: use custom function for IV vector generation instead of ↵alec
mcrypt_create_iv() git-svn-id: https://svn.roundcube.net/trunk@3931 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-27- Fix TinyMCE uses zh_CN when zh_TW locale is set (#1486929) alec
git-svn-id: https://svn.roundcube.net/trunk@3910 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-25- Fix SMTP test in Installer (#1486952)alec
git-svn-id: https://svn.roundcube.net/trunk@3906 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-23- Don't add date to log when using syslogalec
git-svn-id: https://svn.roundcube.net/trunk@3901 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-12- add message_part_structure hook also for text parts of mixed messagesalec
git-svn-id: https://svn.roundcube.net/trunk@3892 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-10- Improve email regexp in mailto: links handler (#1486808)alec
git-svn-id: https://svn.roundcube.net/trunk@3888 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-09- Removed /i from regexpalec
git-svn-id: https://svn.roundcube.net/trunk@3886 208e9e7b-5314-0410-a742-e7e81cd9613c