summaryrefslogtreecommitdiff
path: root/roundcubemail/program
AgeCommit message (Collapse)Author
2008-06-02#1484856alec
git-svn-id: https://svn.roundcube.net/trunk@1464 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-02-fix for backslash in folder namealec
git-svn-id: https://svn.roundcube.net/trunk@1463 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-01sk & fi updateyllar
git-svn-id: https://svn.roundcube.net/trunk@1462 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-31- Escape \ in login (#1484614)alec
git-svn-id: https://svn.roundcube.net/trunk@1460 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30-removed not existing variablealec
git-svn-id: https://svn.roundcube.net/trunk@1459 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30et_EE updateyllar
git-svn-id: https://svn.roundcube.net/trunk@1458 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30- Support " and \ in folder namesalec
git-svn-id: https://svn.roundcube.net/trunk@1457 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30Tell the user which character is forbidden + add translationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1456 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30- Disallowed delimiter in folder name (#1484803)alec
git-svn-id: https://svn.roundcube.net/trunk@1455 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30-cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@1454 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30- Support for subfolders in default/protected folders (#1484665)alec
git-svn-id: https://svn.roundcube.net/trunk@1453 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-29Replace our crappy html sanitization with the dom-based washtml script + fix ↵thomasb
inline message parts + remove old code + add some doc comments git-svn-id: https://svn.roundcube.net/trunk@1452 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-29- pl -> pl_PLalec
git-svn-id: https://svn.roundcube.net/trunk@1451 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-29-fixed last commitalec
git-svn-id: https://svn.roundcube.net/trunk@1450 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-29-set utf8 locales in setlocale()alec
git-svn-id: https://svn.roundcube.net/trunk@1449 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-29-don't set Preferences pagetitle in ajax callsalec
git-svn-id: https://svn.roundcube.net/trunk@1448 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-28Pass auth_type as argument; don't start session if started from command linethomasb
git-svn-id: https://svn.roundcube.net/trunk@1447 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-28Updated German localizationsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1446 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-28Updated lithuanian translationyllar
git-svn-id: https://svn.roundcube.net/trunk@1445 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-28- Fixed sorting of folders with non-ascii charactersalec
git-svn-id: https://svn.roundcube.net/trunk@1444 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-27Remove cruft from upload responsethomasb
git-svn-id: https://svn.roundcube.net/trunk@1434 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-27Code cleanup: use common objects and methodsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1433 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-27iil_C_FetchHeaders does not always return the headers in the correct order ↵thomasb
-> sort them manually; improved rcube_header_sorter performance git-svn-id: https://svn.roundcube.net/trunk@1431 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-27Moved RoundCube functionality from lib to rcube_imap class; removed debug logthomasb
git-svn-id: https://svn.roundcube.net/trunk@1430 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-27- updated ru localization (#1485091)alec
git-svn-id: https://svn.roundcube.net/trunk@1429 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-26-updated zh_CN localizationalec
git-svn-id: https://svn.roundcube.net/trunk@1428 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-26-display error on any upload error (eg. on post_max_size overlimit)alec
git-svn-id: https://svn.roundcube.net/trunk@1427 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-26fix to #1485083till
git-svn-id: https://svn.roundcube.net/trunk@1424 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-26-set iframe's border to 'none' for Konqueroralec
git-svn-id: https://svn.roundcube.net/trunk@1423 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-26-small fix for Konqueror (#1484228)alec
git-svn-id: https://svn.roundcube.net/trunk@1422 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-26-fixed attachments sending on Opera (#1485081) + hidden iframe on Konqueroralec
git-svn-id: https://svn.roundcube.net/trunk@1421 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-24Malay translation updateyllar
git-svn-id: https://svn.roundcube.net/trunk@1420 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-23- trim(chop()) replaced by trim() (#1485080)alec
git-svn-id: https://svn.roundcube.net/trunk@1419 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-22-Hebrew translation updatealec
git-svn-id: https://svn.roundcube.net/trunk@1418 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-22-Spanish labels updatealec
git-svn-id: https://svn.roundcube.net/trunk@1417 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-21-typo (#1485079)alec
git-svn-id: https://svn.roundcube.net/trunk@1416 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-21- added second author (#1485078)alec
git-svn-id: https://svn.roundcube.net/trunk@1415 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-21-commented out optional capability response reading on connectalec
git-svn-id: https://svn.roundcube.net/trunk@1414 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-21-localized pagetitle in Settings and Address bookalec
-removed useless and not working code git-svn-id: https://svn.roundcube.net/trunk@1412 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-21-fixed link (#1485077)alec
git-svn-id: https://svn.roundcube.net/trunk@1411 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-21-fix: enable sorting when IMAP server not supports SORT capabilityalec
git-svn-id: https://svn.roundcube.net/trunk@1410 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-20Fix automatic creation of (prefixed) foldersthomasb
git-svn-id: https://svn.roundcube.net/trunk@1408 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-19Don't check for non-existing property -> fix address bookthomasb
git-svn-id: https://svn.roundcube.net/trunk@1407 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-19-update #1485072alec
git-svn-id: https://svn.roundcube.net/trunk@1405 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-19-translation fixesalec
git-svn-id: https://svn.roundcube.net/trunk@1404 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-19-added flag_for_deletion in user prefsalec
git-svn-id: https://svn.roundcube.net/trunk@1403 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-19-removed messages list sorting option from user prefsalec
git-svn-id: https://svn.roundcube.net/trunk@1402 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-18Made encrypt_passwd method public as requested in #1485071thomasb
git-svn-id: https://svn.roundcube.net/trunk@1401 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomasb
from array to object git-svn-id: https://svn.roundcube.net/trunk@1400 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-16translation updatesyllar
git-svn-id: https://svn.roundcube.net/trunk@1399 208e9e7b-5314-0410-a742-e7e81cd9613c