thomascube
2011-08-13 1c72e9983dfc9bbfb0fe4c0f02215855b0cb3e5f
2011-08-13 thomascube
Fix incomplete backport from trunk
blob@ a02cfa commitdiff | diff to current
2011-05-17 alecpl
- Fix issue which cases IMAP disconnection when encrypt() method was used (...
blob@ fcbf7a commitdiff | diff to current
2011-03-31 alecpl
- Applied fixes from trunk
blob@ 382b8b commitdiff | diff to current
2011-02-16 alecpl
- Applied fixes from trunk
blob@ 1a2754 commitdiff | diff to current
2011-02-09 thomascube
Apply more bugfixes from trunk for 0.5.1
blob@ b46e5b commitdiff | diff to current
2011-01-29 thomascube
Apply bug fixes and localization updated from trunk for release 0.5.1
blob@ 98cb0f commitdiff | diff to current
2011-01-06 thomascube
Make sure an existing session is killed/replaced when submitting login form
blob@ c3be8e commitdiff | diff to current
2010-12-23 alecpl
- Add debug handler support in rcube_imap_generic
blob@ 7f1da4 commitdiff | diff to current
2010-12-22 alecpl
- Improve handling of whitespace characters after closing PHP tag in locali...
blob@ 7c9850 commitdiff | diff to current
2010-11-30 alecpl
- Add 'login_lc' config option for case-insensitive authentication (#148711...
blob@ e17553 commitdiff | diff to current
2010-11-29 alecpl
- Handle PHP warning in decrypt function (#1485970)
blob@ 9016a8 commitdiff | diff to current
2010-11-12 alecpl
- Fix handling of folders with name "0" (#1487119)
blob@ 448409 commitdiff | diff to current
2010-11-09 alecpl
- Add support for shared folders (#1403507)
blob@ 00290a commitdiff | diff to current
2010-10-22 alecpl
- Add support for IMAP proxy authentication (#1486690)
blob@ a1fe6b commitdiff | diff to current
2010-10-14 alecpl
- improved IMAP errors handling (continue)
blob@ 0f0c17 commitdiff | diff to current
2010-10-05 alecpl
- Convert to lowercase only domain part of email address on login
blob@ 8f94b1 commitdiff | diff to current
2010-10-04 alecpl
- Convert IDN to ASCII before using rcube_user::query() - Always convert to...
blob@ f1adbf commitdiff | diff to current
2010-09-30 alecpl
- Added line number for error message
blob@ 13ffa2 commitdiff | diff to current
2010-09-29 alecpl
- Update phpdoc (#1486958)
blob@ 5c461b commitdiff | diff to current
2010-09-29 alecpl
- Add Internationalized Domain Name (IDNA) support (#1483894)
blob@ e99991 commitdiff | diff to current
2010-09-26 thomascube
Only lower-case user name if first login attempt failed (#1486393) + fix test
blob@ 6d94ab commitdiff | diff to current
2010-09-25 alecpl
- s/RoundCube/Roundcube/
blob@ e019f2 commitdiff | diff to current
2010-09-21 thomascube
Fix selection of read/write db connection
blob@ a3de4f commitdiff | diff to current
2010-09-15 alecpl
- Fix: close() method of addressbook object(s) is not called in shutdown fu...
blob@ 457373 commitdiff | diff to current
2010-09-08 alecpl
- Small performance improvements
blob@ 2aa2b3 commitdiff | diff to current
2010-08-31 alecpl
- performance: use custom function for IV vector generation instead of mcry...
blob@ 564741 commitdiff | diff to current
2010-08-06 alecpl
- Fix strpos() usage (#1486458)
blob@ c16fab commitdiff | diff to current
2010-07-30 alecpl
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete li...
blob@ e6ce00 commitdiff | diff to current
2010-07-21 thomascube
Fix default IMAP port configuration (#1486864)
blob@ 904809 commitdiff | diff to current
2010-06-07 alecpl
- support dynamic hostname variables in 'username_domain' option
blob@ 6a642d commitdiff | diff to current
2010-06-03 alecpl
- Support dynamic hostname (%d/%n) variables in configuration options (#148...
blob@ bb8721 commitdiff | diff to current
2010-05-28 alecpl
- Add 'imap_timeout' option (#1486760)
blob@ f07d23 commitdiff | diff to current
2010-05-19 alecpl
- Fix in timezone setting (#1486183)
blob@ b62a0d commitdiff | diff to current
2010-05-18 alecpl
- Some files from /bin + spellchecking actions moved to the new 'utils' task
blob@ 677e1f commitdiff | diff to current
2010-05-06 alecpl
- fix for use without session object
blob@ bec31a commitdiff | diff to current
2010-04-28 alecpl
- Fix folder subscription checking (#1486684) - Fix INBOX appears (sometime...
blob@ f0485a commitdiff | diff to current
2010-04-23 alecpl
- Skip session initialization/configuration if session is initialized alrea...
blob@ bf67d6 commitdiff | diff to current
2010-04-01 alecpl
- Fix sources list if 'ldap_public' is null/false
blob@ 7fdb9d commitdiff | diff to current
2010-04-01 alecpl
- load des.inc file only when needed
blob@ 44155c commitdiff | diff to current
2010-04-01 alecpl
- fix comment
blob@ 600981 commitdiff | diff to current
2010-03-31 thomascube
Asynchronously expand contact groups + skip count queries in autocompletion...
blob@ c0297f commitdiff | diff to current
2010-03-26 alecpl
- Fix bugs on unexpected IMAP connection close (#1486190, #1486270) - Iloha...
blob@ 59c216 commitdiff | diff to current
2010-03-26 thomascube
Added basic contact groups feature
blob@ a61bbb commitdiff | diff to current
2010-03-24 alecpl
- Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485...
blob@ d8c440 commitdiff | diff to current
2010-03-17 thomascube
Merged devel-threads branch (r3066:3364) back into trunk
blob@ f52c93 commitdiff | diff to current
2010-03-02 alecpl
- Added function to get addressbooks list rcmail::get_address_sources() (#1...
blob@ 3704b7 commitdiff | diff to current
2010-03-01 alecpl
- Improve performance by avoiding unnecessary updates to the session table ...
blob@ 929a50 commitdiff | diff to current
2010-02-21 thomascube
Use rcmail::imap_connect() to establish IMAP connections; always initialize...
blob@ 47d8d3 commitdiff | diff to current
2010-02-18 thomascube
Fix loading of plugin configs: user prefs will always survive (#1486368)
blob@ b545d3 commitdiff | diff to current
2010-02-13 alecpl
- Fix imap_init hook broken in r3258 (#1486493)
blob@ 48bc52 commitdiff | diff to current
first | « prev | next »