Use new rendering code.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Nov 2008 03:21:22 +0000 (20:21 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Nov 2008 03:21:22 +0000 (20:21 -0700)
commit717fab3db3df3b8d078ed97d9f12c08f63d089f1
tree8662c48f5132d56c28c1d9a7a2dfa30e34a3ec85
parent97483e00ad7299a908c10ca19cd411563ba99306
Use new rendering code.

getSummary() now only returns a single part info. It is the job of the
calling code to plan the UI output and step through the message
accordingly. This should (eventually) prevent us from having to create
Horde_Mime_Viewer objects for every part of the message, and should be a
bit more memory friendly (since we are only dealing with a part at a
time.
imp/lib/Contents.php
imp/lib/Message.php
imp/message.php
imp/view.php