Robert Burrell Donkin ha scritto: > in order to create a usable IMAP server, reading meta-data must be > very fast and reading normal (non-MIME) mail fast. to create an IMAP > server which will run on a machine of moderate power, meta-data > reading and normal message reading must not consume a lot of memory.
Do you know what are the "queries" made by most common IMAP clients? If we know what are the metadata/data required at opening we can try to optimize them. Is it only metadata+headers or they also ask something about bodies (excluding length) during the opening? Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
