summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2010-04-23- fix typo in mailbox_exists()alec
git-svn-id: https://svn.roundcube.net/trunk@3558 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" (#1486653)alec
git-svn-id: https://svn.roundcube.net/trunk@3557 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- Skip session initialization/configuration if session is initialized ↵alec
already (e.g. using Installer) git-svn-id: https://svn.roundcube.net/trunk@3555 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)alec
- performance: add option to not checking MAXUID in messagecount() git-svn-id: https://svn.roundcube.net/trunk@3554 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- code cleanup (mostly identation fixes)alec
git-svn-id: https://svn.roundcube.net/trunk@3553 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- Fix SQL error on contact auto-completion (#1486649)alec
git-svn-id: https://svn.roundcube.net/trunk@3543 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- one improvement morealec
git-svn-id: https://svn.roundcube.net/trunk@3537 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- last commit fix + better performance with counters cachingalec
git-svn-id: https://svn.roundcube.net/trunk@3534 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- Use '=' operator instead of LIKEalec
git-svn-id: https://svn.roundcube.net/trunk@3530 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- SQL performance fixes + code formattingalec
git-svn-id: https://svn.roundcube.net/trunk@3529 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- Don't add extra newline in sql debug logalec
git-svn-id: https://svn.roundcube.net/trunk@3528 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- make sure INBOX is allways displayed as Inbox (per recent discussion)alec
git-svn-id: https://svn.roundcube.net/trunk@3525 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21Remove this temporary checkthomasb
git-svn-id: https://svn.roundcube.net/trunk@3523 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21- Add sizelimit and timelimit variables in LDAP config (#1486544)alec
git-svn-id: https://svn.roundcube.net/trunk@3520 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21- Hide IMAP host dropdown when single host is defined (#1486326)alec
git-svn-id: https://svn.roundcube.net/trunk@3519 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21- Add images pre-loading on login page (#1451160)alec
git-svn-id: https://svn.roundcube.net/trunk@3515 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-20- Add HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR to successful logins log ↵alec
(#1486441) git-svn-id: https://svn.roundcube.net/trunk@3513 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-20- improve rcube_parse_charset() performancealec
git-svn-id: https://svn.roundcube.net/trunk@3510 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-20- handle WIN-* charset as WINDOWS-*alec
git-svn-id: https://svn.roundcube.net/trunk@3509 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-15- fix sorting of folders with capital lettersalec
git-svn-id: https://svn.roundcube.net/trunk@3494 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-15Always set changed date when marking a DB record as deleted + provide a ↵thomasb
cleanup script git-svn-id: https://svn.roundcube.net/trunk@3489 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-13Assign newly created contacts to the active group (#1486626) and fix group ↵thomasb
selection display (#1486619) git-svn-id: https://svn.roundcube.net/trunk@3485 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- Fix sources list if 'ldap_public' is null/falsealec
git-svn-id: https://svn.roundcube.net/trunk@3466 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- load des.inc file only when neededalec
git-svn-id: https://svn.roundcube.net/trunk@3465 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- Add some critical PHP settings check to prevent bugs like this (#1486307)alec
git-svn-id: https://svn.roundcube.net/trunk@3464 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- create rcube_mime_struct class on Iloha's MIME (mime.inc) basisalec
git-svn-id: https://svn.roundcube.net/trunk@3463 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- add iilBasicHeader alias for rcube_mail_header class, needed by messages ↵alec
cached in previous versions (#1486602) git-svn-id: https://svn.roundcube.net/trunk@3462 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- fix commentalec
git-svn-id: https://svn.roundcube.net/trunk@3461 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- Use MDB2's Manager module for listing tablesalec
git-svn-id: https://svn.roundcube.net/trunk@3456 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Complete address book interface class with group functionsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3452 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Also remove contactgroupmembers when deleting a contactthomasb
git-svn-id: https://svn.roundcube.net/trunk@3451 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31List of tables mustn't be static (wtf?)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3450 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Asynchronously expand contact groups + skip count queries in autocompletion ↵thomasb
mode + check for the existance of contactgroups table git-svn-id: https://svn.roundcube.net/trunk@3449 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Implement group renaming/deleting + use more consistent names for commands ↵thomasb
and actions (#1486587) git-svn-id: https://svn.roundcube.net/trunk@3448 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31- fix save/delete draft message with enabled threading (#1486596)alec
- performance improvement using UID SEARCH intead of SEARCH + FETCH - re-fix r3445 git-svn-id: https://svn.roundcube.net/trunk@3446 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31- Fix undefined method error (#1486597)alec
git-svn-id: https://svn.roundcube.net/trunk@3445 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-30- Fix imap login (#1486591)alec
git-svn-id: https://svn.roundcube.net/trunk@3443 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-27- change namespace() to getNamespace()alec
git-svn-id: https://svn.roundcube.net/trunk@3432 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-26- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)alec
- Iloha's imap.inc rewritten into rcube_imap_generic class - rcube_imap code re-formatting git-svn-id: https://svn.roundcube.net/trunk@3429 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-26Added basic contact groups featurethomasb
git-svn-id: https://svn.roundcube.net/trunk@3425 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-25- Added possibility to select all messages in a folder (#1484756)alec
git-svn-id: https://svn.roundcube.net/trunk@3419 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-25- typoalec
git-svn-id: https://svn.roundcube.net/trunk@3418 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-24- Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750)alec
git-svn-id: https://svn.roundcube.net/trunk@3415 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-24- small backend cleanup + support for operations on ALL messages in a folderalec
git-svn-id: https://svn.roundcube.net/trunk@3413 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-23- Set maxuid in threads mode, to prevent unnecessary list reloading on ↵alec
(first) check_recent git-svn-id: https://svn.roundcube.net/trunk@3401 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-23- Fix UNSEEN counting when threads and skip_deleted are both enabled (#1486558)alec
git-svn-id: https://svn.roundcube.net/trunk@3399 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-19- Fix rcube_imap::mailbox_exists (#1486560)alec
git-svn-id: https://svn.roundcube.net/trunk@3386 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-19- Implemented messages copying using drag&drop + SHIFT (#1484086)alec
git-svn-id: https://svn.roundcube.net/trunk@3385 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-18- Improved performance of folders operations (#1486525) + code cleanupsalec
git-svn-id: https://svn.roundcube.net/trunk@3379 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-18- Handle 'false' result from iil_C_* functions (#1486511)alec
git-svn-id: https://svn.roundcube.net/trunk@3378 208e9e7b-5314-0410-a742-e7e81cd9613c