> You can do one of: > > * put everything POP3 related within a single transaction > * save all the uidl values by querying the database once
Iirc, dbmail uses this approach within a session. > * order using a sequence (like idnr) This is what Aaron's working on to make it more consistent between sessions (I think). However, it may be better to order by message_idnr alone, as ordering by status,message_idnr (as mentioned in another message) could still have some messages jumping around between pop3 sessions. -- Jesse Norell Kentec Communications, Inc.
