12 Jul
2010
12 Jul
'10
3:58 p.m.
On Mon, 2010-07-12 at 13:51 +0100, David Woodhouse wrote:
01 UID FETCH 152280:* (UID)
- always matches the last message. The client probably should have used something like:
UID FETCH 152280:2147483647 (UID)
Or even better, just not do it at all when 152280 is the last message it has seen. It needs to see EXISTS first before it can access new messages (although I think there is some workaround for this in Dovecot).