Re: Pls help with wodImapServer - WeOnlyDo Discussion board

Re: Pls help with wodImapServer (General questions)

by bkv, Wednesday, December 16, 2009, 22:06 (5454 days ago) @ woddrazen

Hello,
Thank you for quick response.

So, the first approach is to load whole messages in ListMessages.
But in our case that is not efficient. Messages in our system are saved not in eml files, but in different tables and to create a whole eml representation of message we have to do a lot of workaround, which is time and resources consuming.
It is much more quicker to load only headers first (it is very easy in our case), and load only message body when it is really necessary.
How it could be implemented?
In ListMessages load only headers and in ReadMessage whole eml? Or what?


Complete thread: