alecpl
|
c58c0aedba
|
- Fix address names with '@' sign handling (#1485654)
|
16 years ago |
alecpl
|
9c5bee69d7
|
- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
|
16 years ago |
alecpl
|
7a229b9e33
|
- Improve messages display performance
|
16 years ago |
svncommit
|
6710a63617
|
Add required parameters to raise_error() calls.
|
16 years ago |
till
|
b99bf45479
|
* fixing notice, moved error_reporting one up, added @todo
|
16 years ago |
alecpl
|
17060ee10b
|
#1485648: fix multiple identities from virtuser_query all set to default
|
16 years ago |
alecpl
|
922c2d923a
|
- fix imap::set_options()
|
16 years ago |
thomascube
|
230f944bf6
|
Allow empty strings for imap_root config parameter (was changed in r2143) to remain backward compatible but cache imap root and delimiter in session
|
16 years ago |
thomascube
|
1608f43282
|
Secure bin scripts by requiring a valid session and replace preg_replace(/../e) with preg_replace_callback
|
16 years ago |
thomascube
|
35c31ed638
|
Group settings boxes together in floating blocks for better layout
|
16 years ago |
thomascube
|
b9f9f185e7
|
Simplify code
|
16 years ago |
alecpl
|
77e2322271
|
#1485549: fix mb_convert_encoding() issue
|
16 years ago |
alecpl
|
dea237e2d7
|
#1485299: don't use SMTP's debug option
|
16 years ago |
alecpl
|
2b5c123aad
|
#1485622: fix rcube_imap::message_index() to return always messages IDs
|
16 years ago |
alecpl
|
8f79fbabdc
|
- added strtoupper() wrapper
|
16 years ago |
alecpl
|
030c848b0d
|
- Performance: allow setting imap rootdir and delimiter before connect (#1485172)
|
16 years ago |
alecpl
|
9e8a1756b7
|
#1485616: read content-id/content-location only for multipart/related type
|
16 years ago |
alecpl
|
3c884af99b
|
- Fix search results page jumps in LDAP addressbook (#1485253)
|
16 years ago |
alecpl
|
0b5539e3dc
|
- Fix sorting of folders with more than 2 levels (#1485569)
|
16 years ago |
alecpl
|
d5fca0c490
|
#1485461: secure initial login form sesssion cookie
|
16 years ago |
alecpl
|
64c9b5b13a
|
#1485602: fix INBOX folder localization
|
16 years ago |
alecpl
|
f94629e62b
|
#1485599: fix rcmail_folder_classname()
|
16 years ago |
alecpl
|
1ce913becc
|
- typo
|
16 years ago |
alecpl
|
320baf9cd2
|
- disable firefox spellcheck in console textarea
|
16 years ago |
thomascube
|
ffbf910df9
|
Insert meta content-type at top of the html head + add both content-id and content-location of related parts to replacement table
|
16 years ago |
alecpl
|
9abd0f0089
|
- Allow UTF-8 folder names in config (#1485579)
- Add junk_mbox option configuration in installer (#1485579)
|
16 years ago |
alecpl
|
57a92b5ada
|
- don't convert false to array, to prevent from some warnings
|
16 years ago |
thomascube
|
ae9124d3a9
|
Add fallback to default_charset when importing vcards
|
16 years ago |
thomascube
|
456c7e40c5
|
Fix headers for IE attachment downloads (#1485449)
|
16 years ago |
thomascube
|
29c64b0bdd
|
Also clean cache table when removing old messages from cache
|
16 years ago |
thomascube
|
b4b31d62af
|
Suppress repeated ldap warnings + little codestyle fix
|
16 years ago |
alecpl
|
d59aaa1aaf
|
- Allow setting attachment col position in 'list_cols' option
- Allow override 'list_cols' via skin (#1485577)
- Fix: allow empty attribs in templates
|
16 years ago |
alecpl
|
dcf780a6bd
|
- fix r2076: removed cache.session_id column, removed DELETEs from cache in session_gc
- trust DB server's time when "touching" cache and messages tables
|
16 years ago |
alecpl
|
3e48d2eee1
|
- Increase speed of session destroy and garbage clean up
- Fix session timeout when DB server got clock skew (#1485490)
|
16 years ago |
alecpl
|
be7d3b6918
|
- Fix 'cache' table cleanup on session destroy (#1485516)
|
16 years ago |
alecpl
|
73ba7caadb
|
#1485573: fix part=0 handling
|
16 years ago |
alecpl
|
322b79db06
|
- Speed up raw message body handling (call FETCH only once for the whole message insteade of twice for headers and body)
|
16 years ago |
alecpl
|
14de18d5f4
|
- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
|
16 years ago |
alecpl
|
f1d0208380
|
- use memory less expensive method of searching when result is bigger than page size
|
16 years ago |
till
|
250d3f76cc
|
* fixed docblock
|
16 years ago |
till
|
193fb42fa1
|
* added docblock for ctr
|
16 years ago |
alecpl
|
9424cc71b3
|
- fix
|
16 years ago |
alecpl
|
e2e745fb4e
|
- don't use SORT when SEARCH is better (sort field not specified)
|
16 years ago |
alecpl
|
3d1e777b39
|
- fix for skip_deleted (#1485553)
|
16 years ago |
alecpl
|
84b884d761
|
- Fix big memory consumption and speed up searching on servers without SORT capability
|
16 years ago |
alecpl
|
697cc52cff
|
- fixes for status filter
- don't call search second time if first call returns empty (array) result
|
16 years ago |
alecpl
|
e538b3dc7d
|
- Added message status filter + fixes for r2046 (searching with SORT)
|
16 years ago |
thomascube
|
6fa87f3fa5
|
Improve charset encoding + remove BOM before parsing vcards
|
16 years ago |
alecpl
|
0803fb007e
|
- Use SORT for searching on servers with SORT capability
|
16 years ago |
alecpl
|
e0c9741ef5
|
- improve messages searching with many criterias (call one SEARCH command)
|
16 years ago |