Extra Header field

Stuart K. Bingë omicron-list at mighty.co.za
Mon Jul 12 17:23:09 CEST 2004


On Monday, 12 July 2004 17:00, Martin Konold wrote:
> > Due to the discontinuity of web-based applications this process entails
> > two IMAP passes for me - on the second run I do however know the UID of
> > the object that needs to be loaded, and it would really be ideal to just
> > do an IMAP search with SUBJECT "uid" to quickly find the appropriate
> > email.
>
> No, I don't like this as it puts a lot of load on the server and therefore
> limits scalabilty.

Excuse me? Please explain how, while searching for a specific message, loading 
and parsing the contents of every message in a mailbox puts *less* load on 
the server than a SEARCH & FETCH command sequence?

> Why don't you use the IMAP UID instead?

Because it is not constant across object modification.

> BTW: Does your code have any race conditions with regards to the double
> parsing?

No more than any other client, as in it would only occur when two separate 
people are modifying the same message at the same time, at which point it's 
the old "whoever saves first, wins" scenario.

--
Stuart Bingë
Code Fusion cc.

Office: +27 11 673 0411
Mobile: +27 83 298 9727
Email: s.binge at codefusion.co.za

Tailored email solutions; Kolab specialists.
http://www.codefusion.co.za/




More information about the format mailing list