On Sun, Nov 20, 2016 at 11:45:52AM +0100, Oswald Buddenhagen wrote:
> maybe mail me the output of a run with -Dn for a closer look.

Done in private mail.

> the 1e9 was just chosen to make the query string legible. sending the
> INT_MAX verbatim would be more correct.

Looked at the IMAP spec just now; it seems that UIDs are supposed to be
32-bit unsigned integers.  Perhaps we should use `uint32_t' (or
something equivalent) for the internal representation of UIDs, and send
`UINT32_MAX'?

-- 
My current OpenPGP key:
RSA4096/0x227E8CAAB7AA186C (expires: 2020.10.19)
7077 7781 B859 5166 AE07 0286 227E 8CAA B7AA 186C


------------------------------------------------------------------------------
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to