summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2011-10-30Improve definition of composite address fields of LDAP contactsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5377 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-30Allow cross-task ajax requeststhomasb
git-svn-id: https://svn.roundcube.net/trunk@5375 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-28Avoid errorsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5373 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-28LDAP: use VLV pseudo-search for autocompletionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5372 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-27Fix inline display of image attachmentsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5371 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-26- Fix getting message part data from structure, fixes r5363 alec
git-svn-id: https://svn.roundcube.net/trunk@5365 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-24- Improve handling of situation when FETCH returns OK, but no dataalec
git-svn-id: https://svn.roundcube.net/trunk@5363 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-24- Fix issue where wrong message sequence range could be generated when it ↵alec
was build according to number of messages in a folder git-svn-id: https://svn.roundcube.net/trunk@5362 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-23- Add underline character to charset regexpalec
git-svn-id: https://svn.roundcube.net/trunk@5359 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-21- Small code improvementalec
git-svn-id: https://svn.roundcube.net/trunk@5358 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-21- Fix threads cache validation when skip_deleted=truealec
git-svn-id: https://svn.roundcube.net/trunk@5357 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-19Add (experimental) support for some extendted PHP LDAP functions when ↵thomasb
querying VLV enabled directories git-svn-id: https://svn.roundcube.net/trunk@5356 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-19- Added 'search_dn_default' variable in ldap configalec
- Better handling of situation when search for bind DN doesn't return data git-svn-id: https://svn.roundcube.net/trunk@5349 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-19- Fix handling of folder creation error while moving/copying messagealec
git-svn-id: https://svn.roundcube.net/trunk@5347 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-18- Removed zebra-classalec
git-svn-id: https://svn.roundcube.net/trunk@5342 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-18Find charset in HTML meta tags if not specified in content-type header ↵thomasb
(#1488125) git-svn-id: https://svn.roundcube.net/trunk@5341 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-14- Fix %dn replacementalec
git-svn-id: https://svn.roundcube.net/trunk@5339 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-14Also allow groups list to be fetched using VLVthomasb
git-svn-id: https://svn.roundcube.net/trunk@5338 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-12Support plugin commands on HTML pages, toothomasb
git-svn-id: https://svn.roundcube.net/trunk@5336 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-12Fix BER encoding of records-per-page parameterthomasb
git-svn-id: https://svn.roundcube.net/trunk@5333 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-11Improve group member fetchingthomasb
git-svn-id: https://svn.roundcube.net/trunk@5331 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-11- Fix FETCH response parsing in fetchMIMEHeaders() method (first line of ↵alec
headers was malformed) git-svn-id: https://svn.roundcube.net/trunk@5330 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-10Contact groups can have direct email addresses => distribution lists; enable ↵thomasb
'compose' command for the selected group git-svn-id: https://svn.roundcube.net/trunk@5328 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-10Rewrite groups listing: use recursive methods to list members of (nested) ↵thomasb
groups of various types; cache the results git-svn-id: https://svn.roundcube.net/trunk@5327 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-07Autocomplete LDAP records when adding contacts from mail (#1488073)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5322 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-07- Ignore DSN request when it isn't supported by SMTP server (#1487800)alec
git-svn-id: https://svn.roundcube.net/trunk@5319 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-07- Make sure LDAP name fields aren't arrays (#1488108)alec
git-svn-id: https://svn.roundcube.net/trunk@5318 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-06Read group members according to objectClass of group records; support ↵thomasb
groupOfUrls; cache groups listing for better performance git-svn-id: https://svn.roundcube.net/trunk@5317 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-06- Improve performance by storing sorted mailbox list in the cachealec
git-svn-id: https://svn.roundcube.net/trunk@5316 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-06Skip VLV if a group is selected; show advanced search form if activating a ↵thomasb
'searchonly' address book git-svn-id: https://svn.roundcube.net/trunk@5315 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-05- Improved performance by skipping folders list sorting when it's not needed ↵alec
in folder manager git-svn-id: https://svn.roundcube.net/trunk@5309 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Small improvement for handling redundant cache queries (followup to r5303)alec
git-svn-id: https://svn.roundcube.net/trunk@5305 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Fix namespace handling in special folders settings (#1488112)alec
git-svn-id: https://svn.roundcube.net/trunk@5304 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Fix: skip redundant cache queries when an entry doesn't existalec
git-svn-id: https://svn.roundcube.net/trunk@5303 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Improved performance of draft saving by usage of APPENDUID response if ↵alec
available (skipped SEARCH call) git-svn-id: https://svn.roundcube.net/trunk@5302 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Disable time limit for CLI scripts (#1488109)alec
git-svn-id: https://svn.roundcube.net/trunk@5299 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-30Restrict folders list to write-only in selectors for special folders and ↵thomasb
save-message-to option git-svn-id: https://svn.roundcube.net/trunk@5297 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-30Make LDAP group name attribute configurablethomasb
git-svn-id: https://svn.roundcube.net/trunk@5295 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-29We're on the road towards 0.7 nowthomasb
git-svn-id: https://svn.roundcube.net/trunk@5294 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28This timezone stuff really is a hard one...thomasb
git-svn-id: https://svn.roundcube.net/trunk@5289 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28Unset auto timezone value if overwritten by user prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5288 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28Fix timezone settingsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5287 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28- Hide PHP warning when max() is used with an empty arrayalec
git-svn-id: https://svn.roundcube.net/trunk@5286 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28Distinguish standard timezone offset and DST of clientthomasb
git-svn-id: https://svn.roundcube.net/trunk@5285 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-27Fix typo; add attribute to allow html in labelsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5282 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-26Fix merging of annotation results when querying multiple attributesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5279 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-26Add method to remove outdated cache entries from sql DBthomasb
git-svn-id: https://svn.roundcube.net/trunk@5278 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alec
git-svn-id: https://svn.roundcube.net/trunk@5274 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22Fix compose command from other tasks than mail and address book; skip common ↵thomasb
request parameters git-svn-id: https://svn.roundcube.net/trunk@5267 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21Skip confirmation dialog when deleting a contact from a source that supports ↵thomasb
undelete operations git-svn-id: https://svn.roundcube.net/trunk@5264 208e9e7b-5314-0410-a742-e7e81cd9613c