Allow remaining images on DIMP main page to be loaded via Data URL
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jan 2009 18:05:05 +0000 (11:05 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jan 2009 18:09:55 +0000 (11:09 -0700)
commit1b203b4df8810da493c7a13898fade3a77665f66
tree3009514589da6849d57480bbdc4f50d89fe157fb
parent80cf8cf4ae81d2462a02cbdc8558ea569b33c5db
Allow remaining images on DIMP main page to be loaded via Data URL

Loading DIMP's index page on a supported browser, with CSS/JS caching,
now results in 0 images that need to be separately loaded.

Should probably move this to Horde core proper ASAP (along with all
JS/CSS caching code) so that other apps can make use of this. This is
less effective for non-AJAXy applications since the data needs to be
sent on every page load (vs. the image data being cached in CSS).
However, some images are generated on the fly/don't reside in the app
themes directory so they aren't available to be served via CSS.
imp/lib/DIMP.php
imp/lib/IMAP/Thread.php
imp/lib/IMP.php
imp/templates/index/index.inc