index
:
roundcube.git
css_sprites
local_0.8.6
local_0.9.0
nkinkade
npk
svn-trunk
A clone of the Roundcube Mail code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roundcubemail
/
program
/
include
/
rcmail.php
Age
Commit message (
Expand
)
Author
2009-04-19
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...
thomasb
2009-04-14
- Support STARTTLS in IMAP connection (#1485284)
alec
2009-04-10
- Support several e-mail addresses per user from virtuser_file (#1485678)
alec
2009-03-02
Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests
thomasb
2009-01-17
* bumping up copyright (happy new year ;-))
till
2008-12-24
Allow empty strings for imap_root config parameter (was changed in r2143) to ...
thomasb
2008-12-11
- Performance: allow setting imap rootdir and delimiter before connect (#1485...
alec
2008-11-16
- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
alec
2008-10-26
- Added 'keep_alive' and 'min_keep_alive' options (#1485360)
alec
2008-10-24
- Added option 'identities_level', removed 'multiple_identities'
alec
2008-09-27
- added 'en_US.utf8' as fallback for setlocale
alec
2008-09-25
DRY: set (secure) cookies using rcmail::setcookie() + set session.only_use_co...
thomasb
2008-09-21
Tiny correction of phpdoc
thomasb
2008-09-19
Made config files location configurable (#1485215)
thomasb
2008-09-18
Set the right number of arguments for setcookie()
thomasb
2008-09-18
Secure the other cookie, too.
robin
2008-09-13
#1485343: fix _task setting in url
alec
2008-09-12
Fix rcmail::url(), don't use comm_path
thomasb
2008-09-05
Immediately save sort_col/sort_order in user prefs (#1485265)
thomasb
2008-09-03
Auto-detect client language and timezone if desired by config/prefs
thomasb
2008-09-02
Let rcmail class create address book instances
thomasb
2008-08-27
- added options to use syslog instead of log file (#1484850)
alec
2008-08-26
- Removed support for PEAR::DB driver
alec
2008-08-07
Don't add empty url params
thomasb
2008-07-31
Fix read_when_deleted behavior + javascript codestyle
thomasb
2008-07-28
Add consistency checks + complete some phpdoc
thomasb
2008-06-24
Really, really fix host selection (damn, it's too hot)
thomasb
2008-06-24
Really fix host selection from login form
thomasb
2008-06-24
Fix typo and re-enable input box for host
thomasb
2008-06-20
Urlencode mail recipients for storing in session + little code cleanup
thomasb
2008-06-20
Store compose parameters in session and redirect to a unique URL
thomasb
2008-06-20
Simplify step inclusion in controller (index.php)
thomasb
2008-06-07
-segfault (#1485109)
alec
2008-06-07
Fix language detection + update Catala localization
thomasb
2008-06-07
Cleaned up localization names to unique language_COUNTRY schema according to ...
thomasb
2008-05-29
-fixed last commit
alec
2008-05-29
-set utf8 locales in setlocale()
alec
2008-05-28
Pass auth_type as argument; don't start session if started from command line
thomasb
2008-05-18
Made encrypt_passwd method public as requested in #1485071
thomasb
2008-05-15
Link global config array with class props (to be removed)
thomasb
2008-05-10
- fix: fallback labels/messages ignored from en_US localisation files after r...
alec
2008-05-07
More code cleanup + oop-ization
thomasb
2008-04-30
Next step: introduce the application class 'rcmail' and get rid of some globa...
thomasb