summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcmail.php
AgeCommit message (Collapse)Author
2011-03-22Revert r4609 and use stateless request tokens; no need to save them in ↵thomasb
session and thus no keep-alive necessary; fixes #1487829 git-svn-id: https://svn.roundcube.net/trunk@4615 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-10Prepare for multiple concurrent compose windowsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4604 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-01New config option for custom logo; allow skins to define/override textsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4585 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-15- Close IMAP connection after SMTP, per discussion in (#1485975)alec
git-svn-id: https://svn.roundcube.net/trunk@4547 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-06Delegate contact input validation to rcube_addressbook instance; accept ↵thomasb
already localized texts in rcube_output::show_message() git-svn-id: https://svn.roundcube.net/trunk@4498 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
git-svn-id: https://svn.roundcube.net/trunk@4484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-02Keep rcube_session->lifetime and keep_alive in syncthomasb
git-svn-id: https://svn.roundcube.net/trunk@4480 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-29Add groups support for LDAP address books, contributed by Andreas Dickthomasb
git-svn-id: https://svn.roundcube.net/trunk@4467 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-28Improve session validity check with changing auth cookies; reduce writes to ↵thomasb
DB; better phpdoc git-svn-id: https://svn.roundcube.net/trunk@4466 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-17- Fix %h/%z variables in username_domain option (#1487701)alec
git-svn-id: https://svn.roundcube.net/trunk@4420 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-16- Move action files map from index.php to steps' func.inc filesalec
git-svn-id: https://svn.roundcube.net/trunk@4419 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-06Make sure an existing session is killed/replaced when submitting login formthomasb
git-svn-id: https://svn.roundcube.net/trunk@4396 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-23- Add debug handler support in rcube_imap_genericalec
git-svn-id: https://svn.roundcube.net/trunk@4367 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-22- Improve handling of whitespace characters after closing PHP tag in ↵alec
localization and config files git-svn-id: https://svn.roundcube.net/trunk@4363 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- Handle PHP warning in decrypt function (#1485970)alec
git-svn-id: https://svn.roundcube.net/trunk@4287 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-09- Add support for shared folders (#1403507)alec
git-svn-id: https://svn.roundcube.net/trunk@4198 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22- Add support for IMAP proxy authentication (#1486690)alec
git-svn-id: https://svn.roundcube.net/trunk@4124 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- improved IMAP errors handling (continue)alec
git-svn-id: https://svn.roundcube.net/trunk@4089 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-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-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- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 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-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 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-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-08- Small performance improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3946 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-06- Fix strpos() usage (#1486458)alec
git-svn-id: https://svn.roundcube.net/trunk@3875 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alec
list (old names are supported without errors nor warnings) git-svn-id: https://svn.roundcube.net/trunk@3840 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-21Fix default IMAP port configuration (#1486864)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3819 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-07- support dynamic hostname variables in 'username_domain' optionalec
git-svn-id: https://svn.roundcube.net/trunk@3724 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)alec
git-svn-id: https://svn.roundcube.net/trunk@3701 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Add 'imap_timeout' option (#1486760)alec
git-svn-id: https://svn.roundcube.net/trunk@3684 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-19- Fix in timezone setting (#1486183)alec
git-svn-id: https://svn.roundcube.net/trunk@3633 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalec
git-svn-id: https://svn.roundcube.net/trunk@3627 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-06- fix for use without session objectalec
git-svn-id: https://svn.roundcube.net/trunk@3601 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-28- Fix folder subscription checking (#1486684)alec
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672) git-svn-id: https://svn.roundcube.net/trunk@3573 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-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- fix commentalec
git-svn-id: https://svn.roundcube.net/trunk@3461 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-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