summaryrefslogtreecommitdiff
path: root/roundcubemail/program
AgeCommit message (Collapse)Author
2010-12-01- Allow setting autocomplete attribute for all inputs separately (#1487313)alec
git-svn-id: https://svn.roundcube.net/trunk@4296 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-01- Fix setting charset of attachment filenames (#1487122)alec
git-svn-id: https://svn.roundcube.net/trunk@4295 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-01- Fix "Cannot use scalar value..." warning (#1487066)alec
git-svn-id: https://svn.roundcube.net/trunk@4294 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-30- Fix cursor position on compose form in Webkit browsers (#1486674)alec
git-svn-id: https://svn.roundcube.net/trunk@4293 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-30- Fix window is blur'ed in IE when selecting a message (#1487316)alec
git-svn-id: https://svn.roundcube.net/trunk@4292 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-30- Add 'login_lc' config option for case-insensitive authentication (#1487113)alec
- Make username comparison case sensitive on MySQL git-svn-id: https://svn.roundcube.net/trunk@4290 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-29- Fix attachments of type message/rfc822 are not listed on attachments listalec
git-svn-id: https://svn.roundcube.net/trunk@4288 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-29- Handle PHP warning in decrypt function (#1485970)alec
git-svn-id: https://svn.roundcube.net/trunk@4287 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-27Save session data with bas64 ecoding to make it more robust against garbage ↵thomasb
data (#1487136) git-svn-id: https://svn.roundcube.net/trunk@4275 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-26- Add workaround for MSOE's multipart/related messages with non-related ↵alec
attachments git-svn-id: https://svn.roundcube.net/trunk@4274 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Add check to other cases, toothomasb
git-svn-id: https://svn.roundcube.net/trunk@4264 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE commandthomasb
git-svn-id: https://svn.roundcube.net/trunk@4263 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Updated Italian, Russian, Dutch, Ukrainian and Slovak localizations; better ↵thomasb
names for mdn/dsn in German git-svn-id: https://svn.roundcube.net/trunk@4261 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Updated Hebrew, Estonian, Portuguese, Flemish, Bulgarian, Hungarian and ↵thomasb
Chinese localizations upon user submissions git-svn-id: https://svn.roundcube.net/trunk@4260 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Updates German translations and Changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@4259 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Allow plugin templates to include local files (#1487133); make autocomplete ↵thomasb
on login screen configurable git-svn-id: https://svn.roundcube.net/trunk@4257 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24- Temporarily commented out \Noselect flag checking in select(), because of ↵alec
problems with Courier git-svn-id: https://svn.roundcube.net/trunk@4256 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24- Small code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@4255 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-23- Fix PHP warning: check if array isn't empty before using max()alec
git-svn-id: https://svn.roundcube.net/trunk@4254 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-23- Fix adding contact group record after creating a groupalec
git-svn-id: https://svn.roundcube.net/trunk@4252 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-22- Fix attachment names encoding broken in r4232alec
git-svn-id: https://svn.roundcube.net/trunk@4249 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix last change in rcube_html_editor()alec
git-svn-id: https://svn.roundcube.net/trunk@4238 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix last commitalec
git-svn-id: https://svn.roundcube.net/trunk@4236 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix handling of custom "_from" in sendmail (#1487132)alec
- Small fix in displaying Sender input field git-svn-id: https://svn.roundcube.net/trunk@4235 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Add threads() result checkingalec
git-svn-id: https://svn.roundcube.net/trunk@4233 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Don't set attachment's charset in Content-type header (#1487122)alec
git-svn-id: https://svn.roundcube.net/trunk@4232 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-17- Lock submit button in onsubmit event on login page (#1487036)alec
git-svn-id: https://svn.roundcube.net/trunk@4229 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-16- Execute HTML editor initialization in page footer (#1487125)alec
git-svn-id: https://svn.roundcube.net/trunk@4228 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-15- remove debug command (#1487053)alec
git-svn-id: https://svn.roundcube.net/trunk@4225 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-15- Fix focused elements aren't unfocused when clicking on the list (#1487123)alec
git-svn-id: https://svn.roundcube.net/trunk@4224 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-14- Fix hanling of HTML entity strings in plai text messagesalec
git-svn-id: https://svn.roundcube.net/trunk@4223 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-14- Re-fix handling of html entity strings in plain/text messagesalec
git-svn-id: https://svn.roundcube.net/trunk@4222 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix IE issue when replacing spaces doesn't workalec
- Some code improvements git-svn-id: https://svn.roundcube.net/trunk@4221 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- More fixes for folders with name "0"alec
git-svn-id: https://svn.roundcube.net/trunk@4220 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of folders with "<>" characters in namealec
git-svn-id: https://svn.roundcube.net/trunk@4219 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of special characters when building content of drag layeralec
git-svn-id: https://svn.roundcube.net/trunk@4218 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- jQuery-1.4.4alec
git-svn-id: https://svn.roundcube.net/trunk@4217 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of folders with name "0" (#1487119)alec
git-svn-id: https://svn.roundcube.net/trunk@4216 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-11- Fix displaying of text/plain messages containing HTML entitiesalec
git-svn-id: https://svn.roundcube.net/trunk@4215 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- ja_JP localization updatealec
git-svn-id: https://svn.roundcube.net/trunk@4209 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- Fix handling of message bodies (quoted-printable encoded) with NULL ↵alec
characters (#1486189) git-svn-id: https://svn.roundcube.net/trunk@4207 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- Fix lack of IMAP server response in logged error message when using ↵alec
AUTHENTICATE PLAIN with SASL-IR git-svn-id: https://svn.roundcube.net/trunk@4203 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- oops, fix parse error from last commitalec
git-svn-id: https://svn.roundcube.net/trunk@4200 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- Add support for shared folders (#1403507)alec
git-svn-id: https://svn.roundcube.net/trunk@4198 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-08- Changed timeout so non-error messages will disapear fasteralec
git-svn-id: https://svn.roundcube.net/trunk@4196 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-08- Improved r4191 bugfixalec
git-svn-id: https://svn.roundcube.net/trunk@4195 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-08- Fix operations on messages in unsubscribed folders (#1487107)alec
git-svn-id: https://svn.roundcube.net/trunk@4194 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-07Support skins with old template namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@4192 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-07- Fix: loading message doesn't disapear after using 'load-images' actionalec
git-svn-id: https://svn.roundcube.net/trunk@4191 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-07- Add option for minimum length of autocomplete's string (#1486428)alec
git-svn-id: https://svn.roundcube.net/trunk@4190 208e9e7b-5314-0410-a742-e7e81cd9613c