summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-12- update RCMAIL_VERSIONalec
git-svn-id: https://svn.roundcube.net/trunk@4078 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- Fix signature removal when replying in HTML to plain/text messagealec
git-svn-id: https://svn.roundcube.net/trunk@4077 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- Fix links handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4076 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-11- Fix message list clearing when search filter is usedalec
git-svn-id: https://svn.roundcube.net/trunk@4075 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-11- Add SASL proxy authentication for SMTP (#1486693)alec
git-svn-id: https://svn.roundcube.net/trunk@4074 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-11- Fix Net_SMTP from http://pear.php.net/bugs/bug.php?id=17942alec
git-svn-id: https://svn.roundcube.net/trunk@4073 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-11- Net_SMTP-1.4.3 + fix from http://pear.php.net/bugs/bug.php?id=17358alec
git-svn-id: https://svn.roundcube.net/trunk@4072 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-10- Added popups with form errorsalec
- Removed nonexisting 'wrongformat' label usage git-svn-id: https://svn.roundcube.net/trunk@4071 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-10- Align drop down menus under main button (#1487048)alec
git-svn-id: https://svn.roundcube.net/trunk@4070 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-10- typoalec
git-svn-id: https://svn.roundcube.net/trunk@4069 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-10- Support relational operators and i;ascii-numeric comparator (RFC3431)alec
git-svn-id: https://svn.roundcube.net/trunk@4068 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-09- Add caching support in id2uid and uid2id functions (#1487019), Fix ↵alec
get_message_cache_index to use internal cache when only sort order changes. Both changes improves performance of 'show' action - code cleanup/function description fixes git-svn-id: https://svn.roundcube.net/trunk@4067 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Performance fix for case when session_lifetime=0, fixed indentationalec
git-svn-id: https://svn.roundcube.net/trunk@4066 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Prevent from inserting empty link when composing HTML message (#1486944)alec
git-svn-id: https://svn.roundcube.net/trunk@4065 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Add (different) attachment icon for messages of type multipart/report ↵alec
(#1486165) git-svn-id: https://svn.roundcube.net/trunk@4064 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Add message content-type to the message flags in add_message_row(), can be ↵alec
used e.g. to set message row style/icon according to message type git-svn-id: https://svn.roundcube.net/trunk@4063 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Use 'messageicons' sprite in markmessagemenu + some fixesalec
git-svn-id: https://svn.roundcube.net/trunk@4062 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Add message list menu to css-sprite imagealec
git-svn-id: https://svn.roundcube.net/trunk@4061 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Use css sprite image for messages listalec
git-svn-id: https://svn.roundcube.net/trunk@4060 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alec
git-svn-id: https://svn.roundcube.net/trunk@4059 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-07- Fixed SQL Injection in SQL driver when using %p or %o variables in query ↵alec
(#1487034) git-svn-id: https://svn.roundcube.net/trunk@4058 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-07- Support one argument of type array, instead of n arguments for ↵alec
rcube_mdb2::query method git-svn-id: https://svn.roundcube.net/trunk@4057 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Add 'htmlonreply' labelalec
git-svn-id: https://svn.roundcube.net/trunk@4056 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Use empty envelope sender address for message disposition notifications ↵alec
(RFC2298.3) git-svn-id: https://svn.roundcube.net/trunk@4055 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Make htmleditor option behaviour consistent, add option to use HTML on ↵alec
reply to HTML message (#1485840) git-svn-id: https://svn.roundcube.net/trunk@4054 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Add unique index on users.username+users.mail_hostalec
git-svn-id: https://svn.roundcube.net/trunk@4053 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Add 0.4.2. section in Changelogalec
git-svn-id: https://svn.roundcube.net/trunk@4052 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06Updated French, Portuguese, German, Czech, Slovak, English, Hebrew, Dutch, ↵thomasb
Slovenian, Chinese, Lithuanian, Russian, Catalan and Welsh localizations to 0.4.1 level git-svn-id: https://svn.roundcube.net/trunk@4049 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Add mdn_request=4alec
git-svn-id: https://svn.roundcube.net/trunk@4045 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Add mdn_requests=3 to the installeralec
git-svn-id: https://svn.roundcube.net/trunk@4044 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Improve tabs to fixed width and add tabs in identities info (#1486974)alec
git-svn-id: https://svn.roundcube.net/trunk@4043 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Describe mdn_request=3alec
git-svn-id: https://svn.roundcube.net/trunk@4042 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Fix handling of backslash as IMAP delimiteralec
git-svn-id: https://svn.roundcube.net/trunk@4041 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Convert to lowercase only domain part of email address on loginalec
git-svn-id: https://svn.roundcube.net/trunk@4040 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Improve r4038: we can use keypress on FF and Opera, here we've got repetitionalec
- Small code cleanup git-svn-id: https://svn.roundcube.net/trunk@4039 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Fix keyboard doesn't work with autocomplete list with Chrome (#1487029)alec
git-svn-id: https://svn.roundcube.net/trunk@4038 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Fix for Konqueroralec
git-svn-id: https://svn.roundcube.net/trunk@4037 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Fix confirmation message isn't displayed after sending mail on Chrome ↵alec
(#1486177) git-svn-id: https://svn.roundcube.net/trunk@4036 208e9e7b-5314-0410-a742-e7e81cd9613c
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- Convert address to utf8 on contacts importalec
git-svn-id: https://svn.roundcube.net/trunk@4033 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- Fix height of mail_toolbar imagealec
git-svn-id: https://svn.roundcube.net/trunk@4031 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-10-01- Fix "Server Error! (Not Found)" when using utils/save-pref action (#1487023)alec
git-svn-id: https://svn.roundcube.net/trunk@4027 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Fix: contact group input is empty when using rename action more than once ↵alec
on the same group record git-svn-id: https://svn.roundcube.net/trunk@4026 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Plugin API: improved 'abort' flag handling, added 'result' item in some ↵alec
hooks: group_*, contact_*, identity_* (#1486914) git-svn-id: https://svn.roundcube.net/trunk@4025 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Fix charset replacement in HTML message bodies (#1487021)alec
git-svn-id: https://svn.roundcube.net/trunk@4024 208e9e7b-5314-0410-a742-e7e81cd9613c