Paul J Stevens wrote:
At this point the _only_ things that trigger full message retrieval and
parsing are:
envelope
bodystructure
body[]<> and friends (rfc822.xxx)
search text
The first two can be optimized fairly easily, with only minimal changes
to the delivery chain and the addition of two new cache tables.
I assume when Squirrelmail shows a list of messages in a folder that
it's only requesting envelope's yes? Seems like we should be able to
return that without ever touching the message bodies. Which two new
cache tables does this require?
Matt